diff options
| author | Christian Pointner <equinox@ffgraz.net> | 2008-12-05 14:16:35 +0000 |
|---|---|---|
| committer | Christian Pointner <equinox@ffgraz.net> | 2008-12-05 14:16:35 +0000 |
| commit | f47521db9de4b14ab56fc0f86a84407dd07165f2 (patch) | |
| tree | 562bc266fce530cd2b6675ad6718cd61c63a1ef1 /map.js | |
| parent | c8e8a9404112b449a546249b6ead075feb031f82 (diff) | |
cosmetic changes
Diffstat (limited to 'map.js')
| -rw-r--r-- | map.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ function initialize(lat, lng, res) { map.setMapType(G_NORMAL_MAP); map.setZoom(res); } - map.addControl(new GSmallMapControl()); + map.addControl(new GSmallMapControl(), new GControlPosition(G_ANCHOR_TOP_LEFT, new GSize(10,20))); map.addControl(new GMapTypeControl(), new GControlPosition(G_ANCHOR_TOP_LEFT, new GSize(50,10))); map.addControl(new RulerControl()); |
