From 482d3a1d38f763b36976da227a1f194c3fa7dc04 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Mon, 26 Oct 2015 12:58:49 +0000 Subject: [PATCH] Turn on scale (and zoom for good measure, though it's on by default) --- public_html/script.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public_html/script.js b/public_html/script.js index 6162381..f79c8ca 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -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,