From 52b27dc1a6a45feba00220c8193a8fde1e91d101 Mon Sep 17 00:00:00 2001 From: Katie Filbert Date: Sat, 1 Dec 2012 19:34:51 +0100 Subject: update, undo minzoom --- resources/map.js | 3 +-- 1 file changed, 1 insertion(+), 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(){ -- cgit v1.2.3