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,
|
||||
mapTypeControl: true,
|
||||
streetViewControl: false,
|
||||
zoomControl: true,
|
||||
scaleControl: true,
|
||||
mapTypeControlOptions: {
|
||||
mapTypeIds: mapTypeIds,
|
||||
position: google.maps.ControlPosition.TOP_LEFT,
|
||||
|
|
Loading…
Reference in a new issue