From 54c61c4be0ed8f67409e74450bb596aa5e67a7dd Mon Sep 17 00:00:00 2001 From: Shawn Landden Date: Sun, 3 Feb 2013 12:02:59 -0800 Subject: [PATCH] zoom level again --- public/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/main.js b/public/js/main.js index 0826b29..9930df4 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -3,7 +3,7 @@ var map, (function($){ map = L.map('map',{maxZoom: 19}); layer = new L.StamenTileLayer("toner-lite"); - map.addLayer(layer).locate({setView: true, maxZoom: 10}); + map.addLayer(layer).locate({setView: true, maxZoom: 7}); $('#splash button').click(function(e){ e.preventDefault(); $('#splash').hide();