commit 5c2c2f36044ff68a6ac482d19f16a134cabc4836
parent 1895bcbf428b1402497734717d0d9fb66c1eddf1
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Fri, 2 Feb 2024 18:24:39 +0100
Add layer mapy.cz tourist
Diffstat:
1 file changed, 24 insertions(+), 0 deletions(-)
diff --git a/src/layers.js b/src/layers.js
@@ -850,6 +850,27 @@ class LayerGroupWithOptions extends L.LayerGroup {
)
},
{
+ title: 'mapy.cz tourist',
+ isDefault: false,
+ layer: new RetinaTileLayer(
+ [
+ 'https://proxy.nakarte.me/mapy/turist-en/{z}-{x}-{y}',
+ 'https://proxy.nakarte.me/mapy/turist-en/retina/{z}-{x}-{y}',
+ ],
+ {
+ code: 'Czt',
+ isOverlay: false,
+ tms: false,
+ print: true,
+ jnx: true,
+ scaleDependent: true,
+ shortName: 'czech_tourist',
+ hotkey: 'H',
+ attribution: '<a href="https://mapy.cz/turisticka">mapy.cz outdoor map</a>',
+ }
+ )
+ },
+ {
title: 'Finland Topo',
description: '<a href="https://laji.fi/en/map/">LAJI.FI</a>',
isDefault: false,
@@ -1142,6 +1163,8 @@ class LayerGroupWithOptions extends L.LayerGroup {
'OpenTopoMap',
'OpenCycleMap',
'OSM Outdoors',
+ 'mapy.cz tourist',
+
],
},
{
@@ -1201,6 +1224,7 @@ class LayerGroupWithOptions extends L.LayerGroup {
'OpenTopoMap',
'OpenCycleMap',
'OSM Outdoors',
+ 'mapy.cz tourist',
// Satellite
'ESRI Satellite',
'Yandex Satellite',