summaryrefslogtreecommitdiff
path: root/map3.js
diff options
context:
space:
mode:
Diffstat (limited to 'map3.js')
-rw-r--r--map3.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/map3.js b/map3.js
index eff52d1..f1060eb 100644
--- a/map3.js
+++ b/map3.js
@@ -24,6 +24,7 @@ function initialize(lat, lng, res) {
var mapOptions = {
center: new google.maps.LatLng(lat, lng),
zoom: res,
+ streetViewControl: false,
mapTypeId: google.maps.MapTypeId.ROADMAP,
mapTypeControlOptions: {
mapTypeIds: [google.maps.MapTypeId.ROADMAP, google.maps.MapTypeId.HYBRID , google.maps.MapTypeId.SATELLITE , google.maps.MapTypeId.TERRAIN ],
@@ -32,6 +33,7 @@ function initialize(lat, lng, res) {
};
map = new google.maps.Map(document.getElementById("map"),
mapOptions);
+//##// deaktiviert 2013112 goole maps api v3 incompatibel
//##// map.disableDoubleClickZoom();
//##// map.enableScrollWheelZoom();
@@ -40,7 +42,6 @@ function initialize(lat, lng, res) {
//##// map.addMapType(G_PHYSICAL_MAP);
// map.setMapType(G_HYBRID_MAP);
-//##// deaktiviert 2013112 goole maps api v3 incompatibel
//##// // openStreetMap
//##// var copyOSM = new GCopyrightCollection("<a href=\"http://www.openstreetmap.org/\">OpenStreetMap</a>");
//##// var copyOGDGraz = new GCopyrightCollection("Open Government Data Graz");