Changeset 248 for oceandb/jQuery_Prototype
- Timestamp:
- Jul 28, 2011, 3:32:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oceandb/jQuery_Prototype/script/oceandb.js
r122 r248 194 194 if (GBrowserIsCompatible()) { 195 195 196 // 宣告 TimelineMap 的 MapID 對應到原本的 map197 map = tm.map;198 196 // 取得 DOM 中,名稱為 map 的元件 199 197 map = new GMap2(document.getElementById("map")); 198 // 宣告 TimelineMap 的 MapID 對應到原本的 map 199 tm.map = map; 200 200 // 加入左上角比例尺規控制列 201 201 map.addControl(new GLargeMapControl3D());
Note: See TracChangeset
for help on using the changeset viewer.