Removed the scale control as it was completely wrong, dur.
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
zoom: config.defaultZoom,
|
zoom: config.defaultZoom,
|
||||||
center: new google.maps.LatLng(-45, 90),
|
center: new google.maps.LatLng(-45, 90),
|
||||||
navigationControl: true,
|
navigationControl: true,
|
||||||
scaleControl: true,
|
scaleControl: false,
|
||||||
mapTypeControl: false,
|
mapTypeControl: false,
|
||||||
mapTypeId: 'mcmap'
|
mapTypeId: 'mcmap'
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user