From 02f3c8fbbee3ecb693469d862525679cb4806efd Mon Sep 17 00:00:00 2001
From: Anton Sarukhanov <code@ant.sr>
Date: Wed, 4 May 2016 17:19:33 -0400
Subject: [PATCH] pull back stopZoom

---
 static/js/map.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/js/map.js b/static/js/map.js
index 966d6c3..dab43c0 100644
--- a/static/js/map.js
+++ b/static/js/map.js
@@ -2,7 +2,7 @@
 var BusMap = {
     cookiePrefix: "BM_",
     zoomShowVehicles: 15,
-    stopZoom: 18,
+    stopZoom: 16,
     vehicleMaxAge: 10,
 };
 
-- 
GitLab