diff options
-rw-r--r-- | resources/map.js | 3 |
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(){ |