nakarte

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

commit c69515f5cc91dbdc304648e242c3d95a3e95b882
parent 64a2d5f8eb646abac835211643222b6070a09698
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Sun, 11 Nov 2018 21:38:08 +0100

[layers] opencyclemap and openoutdoors -- do not send key

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

diff --git a/src/layers.js b/src/layers.js @@ -419,7 +419,7 @@ export default function getLayers() { title: 'OpenCycleMap', description: '<a href="https://www.opencyclemap.org/docs/">(Info and key)</a>', isDefault: false, - layer: L.tileLayer('https://proxy.nakarte.me/https/{s}.tile.thunderforest.com/cycle/{z}/{x}/{y}.png?apikey=' + config.thunderforestKey, + layer: L.tileLayer('https://proxy.nakarte.me/https/{s}.tile.thunderforest.com/cycle/{z}/{x}/{y}.png', { code: 'Ocm', isOverlay: false, @@ -433,7 +433,7 @@ export default function getLayers() { { title: 'OSM Outdoors', isDefault: false, - layer: L.tileLayer('https://proxy.nakarte.me/https/{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png?apikey=' + config.thunderforestKey, + layer: L.tileLayer('https://proxy.nakarte.me/https/{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png', { code: 'Oso', isOverlay: false,