Changeset 248


Ignore:
Timestamp:
Jul 28, 2011, 3:32:38 PM (13 years ago)
Author:
jazz
Message:
  • modified oceandb.js
    • tiny bug fix
  • modified kml.js
    • dos2unix : remove M at each line
File:
1 edited

Legend:

Unmodified
Added
Removed
  • oceandb/jQuery_Prototype/script/oceandb.js

    r122 r248  
    194194      if (GBrowserIsCompatible()) {
    195195
    196   // 宣告 TimelineMap 的 MapID 對應到原本的 map
    197   map = tm.map; 
    198196  // 取得 DOM 中,名稱為 map 的元件
    199197  map = new GMap2(document.getElementById("map"));
     198  // 宣告 TimelineMap 的 MapID 對應到原本的 map
     199  tm.map = map; 
    200200  // 加入左上角比例尺規控制列
    201201  map.addControl(new GLargeMapControl3D());
Note: See TracChangeset for help on using the changeset viewer.