From 9996b7c9fbabfc98ef5e9f1117c4e9b7208b119f Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Wed, 7 Jan 2015 01:18:36 +0000 Subject: [PATCH] Zoom in a bit more by default. --- public_html/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/config.js b/public_html/config.js index 7077a31..0b32e46 100644 --- a/public_html/config.js +++ b/public_html/config.js @@ -14,7 +14,7 @@ Metric = false; // true or false CONST_CENTERLAT = 45.0; CONST_CENTERLON = 9.0; // The google maps zoom level, 0 - 16, lower is further out -CONST_ZOOMLVL = 5; +CONST_ZOOMLVL = 7; // -- Marker settings ------------------------------------- // The default marker color