From 0628d2b0bde6d73d4a698f9b59195a87cbdf3808 Mon Sep 17 00:00:00 2001 From: Dave Guarino Date: Mon, 25 Aug 2014 13:18:10 -0700 Subject: [PATCH] Zoom to level 17 (not 18) for a search result --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index dc43898..74c1f2f 100755 --- a/js/main.js +++ b/js/main.js @@ -27,7 +27,7 @@ function boundedSetView(center, skip_alert) return alert("You were about to look outside of "+__defaults.city_name+" - try searching for an address inside the city?"); } - map.setView(center, 18); + map.setView(center, 17); } //