Changeset 94 for oceandb/jQuery_Prototype
- Timestamp:
- Jul 10, 2009, 5:37:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oceandb/jQuery_Prototype/script/oceandb.js
r74 r94 1 1 var map; // Google Map2 物件 2 var ge; // Google Earth Plugin 物件 2 3 var icon; 3 4 … … 136 137 // 加入右上角"地圖","衛星","混合地圖"按鈕 137 138 map.addControl(new GMapTypeControl()); 139 // 加入右上角 Google Earth 的"地球"按鈕 140 map.addMapType(G_SATELLITE_3D_MAP); 138 141 // 設定預設經緯度北緯 23.8, 東經 121, 預設比例尺 100 公里(7) 139 142 map.setCenter(new GLatLng(23.8,121), 7);
Note: See TracChangeset
for help on using the changeset viewer.