Turn on scale (and zoom for good measure, though it's on by default)

This commit is contained in:
Oliver Jowett 2015-10-26 12:58:49 +00:00
parent 416c8591b7
commit 482d3a1d38

View file

@ -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,