From 9bee8cca19fa073bc7869b93ab474e25b0b84b54 Mon Sep 17 00:00:00 2001 From: Christian Paul Date: Wed, 12 Aug 2020 01:46:20 +0200 Subject: [PATCH] Fix the initial center to be the c-base --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 1e9a4fe..dd4edef 100644 --- a/src/config.js +++ b/src/config.js @@ -18,7 +18,7 @@ module.exports = { // rgbg // lat: 49.019493, lon: 12.098341 initialLat: 52.51298, - initialLon: 14.42012, + initialLon: 13.42012, simplifyPolylines: false,