Turn on scale (and zoom for good measure, though it's on by default)
This commit is contained in:
parent
416c8591b7
commit
482d3a1d38
|
@ -413,6 +413,8 @@ function initialize_map() {
|
||||||
mapTypeId: google.maps.MapTypeId.ROADMAP,
|
mapTypeId: google.maps.MapTypeId.ROADMAP,
|
||||||
mapTypeControl: true,
|
mapTypeControl: true,
|
||||||
streetViewControl: false,
|
streetViewControl: false,
|
||||||
|
zoomControl: true,
|
||||||
|
scaleControl: true,
|
||||||
mapTypeControlOptions: {
|
mapTypeControlOptions: {
|
||||||
mapTypeIds: mapTypeIds,
|
mapTypeIds: mapTypeIds,
|
||||||
position: google.maps.ControlPosition.TOP_LEFT,
|
position: google.maps.ControlPosition.TOP_LEFT,
|
||||||
|
|
Loading…
Reference in a new issue