aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatie Filbert <filbertk@gmail.com>2012-12-01 19:34:51 +0100
committerKatie Filbert <filbertk@gmail.com>2012-12-01 19:34:51 +0100
commit52b27dc1a6a45feba00220c8193a8fde1e91d101 (patch)
tree1d8a12b63de72419106e911b5b359aa7cda7878c
parentd5c9db3791ae84be9f86cc0a677af85bba87e8d9 (diff)
downloadhealth-map-52b27dc1a6a45feba00220c8193a8fde1e91d101.tar
health-map-52b27dc1a6a45feba00220c8193a8fde1e91d101.tar.gz
update, undo minzoom
-rw-r--r--resources/map.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/map.js b/resources/map.js
index 9202268..9a56112 100644
--- a/resources/map.js
+++ b/resources/map.js
@@ -4,9 +4,8 @@ $(document).ready(function() {
fetchLayers();
var map = L.map( 'map', {
- minZoom: 10,
zoom: 12,
- layers: [self.tileLayer]
+ layers: [self.tileLayer],
});
function addHospitalLayer(){