nakarte

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

commit 2b608371c9351e7e880bfa58c008f0875239fdd2
parent 9a636b83b915dc9c56c9197dab9cb02b8179670d
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Thu, 25 Oct 2018 09:29:35 +0200

change blog link to nakarte-me.blogspot.com -- blogger.com fails to connect domain

Diffstat:
Msrc/App.js | 2+-
Msrc/config.js | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.js b/src/App.js @@ -52,7 +52,7 @@ function setUp() { /////////// controls top-left corner - new L.Control.Caption(`<a href="https://about.nakarte.me/p/blog-page.html">Documentation</a> | <a href="${config.newsUrl}">News</a> | <a href="mailto:${config.email}">nakarte@nakarte.me</a>`, { + new L.Control.Caption(`<a href="https://nakarte-me.blogspot.com/p/blog-page.html">Documentation</a> | <a href="${config.newsUrl}">News</a> | <a href="mailto:${config.email}">nakarte@nakarte.me</a>`, { position: 'topleft' } ).addTo(map); diff --git a/src/config.js b/src/config.js @@ -6,7 +6,7 @@ export default Object.assign({ westraDataBaseUrl: 'https://nakarte.me/westraPasses/', CORSProxyUrl: 'https://proxy.nakarte.me/', elevationsServer: 'https://elevation.nakarte.me/', - newsUrl: 'https://about.nakarte.me', + newsUrl: 'https://nakarte-me.blogspot.com', wikimediaCommonsCoverageUrl: 'https://tiles.nakarte.me/wikimedia_commons_images/{z}/{x}/{y}', geocachingSuUrl: 'https://nakarte.me/geocachingSu/geocaching_su.json', tracksStorageServer: 'https://tracks.nakarte.me',