nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 3fb24983efc61bd38e6790e89ca5a870f1756303
parent c4b8ab272413b3200a26f504928d9b6cdaca74ca
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Sun, 20 Mar 2022 11:04:37 +0100

Change default location

Diffstat:
Msrc/config.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/config.js b/src/config.js @@ -6,8 +6,8 @@ const config = { <a href="https://about.nakarte.me">News</a> | <a href="mailto:nakarte@nakarte.me" target="_self">nakarte@nakarte.me</a> | <a href="https://about.nakarte.me/p/blog-page_29.html">Donate</a>`, - defaultLocation: [55.75185, 37.61856], - defaultZoom: 10, + defaultLocation: [49.73868, 33.45886], + defaultZoom: 8, googleApiUrl: `https://maps.googleapis.com/maps/api/js?v=3&key=${secrets.google}`, westraDataBaseUrl: 'https://nakarte.me/westraPasses/', CORSProxyUrl: 'https://proxy.nakarte.me/',