Changeset 94 for oceandb


Ignore:
Timestamp:
Jul 10, 2009, 5:37:58 PM (15 years ago)
Author:
jazz
Message:
  • 新增 Google Earth Plugin 按鈕
File:
1 edited

Legend:

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

    r74 r94  
    11var map;  // Google Map2 物件
     2var ge;   // Google Earth Plugin 物件
    23var icon;
    34
     
    136137    // 加入右上角"地圖","衛星","混合地圖"按鈕
    137138    map.addControl(new GMapTypeControl());
     139    // 加入右上角 Google Earth 的"地球"按鈕
     140    map.addMapType(G_SATELLITE_3D_MAP);
    138141    // 設定預設經緯度北緯 23.8, 東經 121, 預設比例尺 100 公里(7)
    139142    map.setCenter(new GLatLng(23.8,121), 7);
Note: See TracChangeset for help on using the changeset viewer.