From 29d519535ed8d729834fe7595f7f1ab3e4784859 Mon Sep 17 00:00:00 2001 From: jonsowman Date: Mon, 31 May 2010 23:46:11 +0100 Subject: [PATCH] Added scale to map closes #30 --- predict/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/predict/index.php b/predict/index.php index 00b1e96..952113a 100644 --- a/predict/index.php +++ b/predict/index.php @@ -34,6 +34,8 @@ function initialize() { var latlng = new google.maps.LatLng(52, 0); var myOptions = { zoom: 8, + scaleControl: true, + scaleControlOptions: { position: google.maps.ControlPosition.BOTTOM_LEFT } , center: latlng, mapTypeId: google.maps.MapTypeId.ROADMAP };