nakarte

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

commit 030d30463c6b512f3b071734825174927dbaf6c4
parent d4f7628ad7d26869b90ccd08002387042d066616
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Tue, 29 Nov 2022 08:45:42 +0100

Layers: update URLs for mapy.cz

They stopped supporting m[1-4]. subdomains in ssl certificate

Diffstat:
Msrc/layers.js | 9+++------
1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/layers.js b/src/layers.js @@ -846,7 +846,7 @@ class LayerGroupWithOptions extends L.LayerGroup { isDefault: false, layer: new RetinaTileLayer( [ - 'https://m{s}.mapserver.mapy.cz/base-m/{z}-{x}-{y}', + 'https://mapserver.mapy.cz/base-m/{z}-{x}-{y}', 'https://m{s}.mapserver.mapy.cz/base-m/retina/{z}-{x}-{y}' ], { @@ -855,7 +855,6 @@ class LayerGroupWithOptions extends L.LayerGroup { tms: false, print: true, jnx: true, - subdomains: '1234', scaleDependent: true, shortName: 'czech', attribution: '<a href="https://mapy.cz/zakladni">mapy.cz base map</a>', @@ -867,7 +866,7 @@ class LayerGroupWithOptions extends L.LayerGroup { isDefault: true, layer: new RetinaTileLayer( [ - 'https://m{s}.mapserver.mapy.cz/turist-m/{z}-{x}-{y}', + 'https://mapserver.mapy.cz/turist-m/{z}-{x}-{y}', 'https://m{s}.mapserver.mapy.cz/turist-m/retina/{z}-{x}-{y}', ], { @@ -876,7 +875,6 @@ class LayerGroupWithOptions extends L.LayerGroup { tms: false, print: true, jnx: true, - subdomains: '1234', scaleDependent: true, shortName: 'czech_tourist', hotkey: 'H', @@ -889,7 +887,7 @@ class LayerGroupWithOptions extends L.LayerGroup { isDefault: false, layer: new RetinaTileLayer( [ - 'https://m{s}.mapserver.mapy.cz/winter-m/{z}-{x}-{y}', + 'https://mapserver.mapy.cz/winter-m/{z}-{x}-{y}', 'https://m{s}.mapserver.mapy.cz/winter-m/retina/{z}-{x}-{y}', ], { @@ -898,7 +896,6 @@ class LayerGroupWithOptions extends L.LayerGroup { tms: false, print: true, jnx: true, - subdomains: '1234', scaleDependent: true, shortName: 'czech_winter', attribution: '<a href="https://mapy.cz/zimni">mapy.cz winter map</a>',