Skip to content

Commit

Permalink
Add layer mapy.cz tourist
Browse files Browse the repository at this point in the history
  • Loading branch information
wladich committed Feb 2, 2024
1 parent 1895bcb commit 5c2c2f3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,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>',
Expand Down Expand Up @@ -1142,6 +1163,8 @@ class LayerGroupWithOptions extends L.LayerGroup {
'OpenTopoMap',
'OpenCycleMap',
'OSM Outdoors',
'mapy.cz tourist',

],
},
{
Expand Down Expand Up @@ -1201,6 +1224,7 @@ class LayerGroupWithOptions extends L.LayerGroup {
'OpenTopoMap',
'OpenCycleMap',
'OSM Outdoors',
'mapy.cz tourist',
// Satellite
'ESRI Satellite',
'Yandex Satellite',
Expand Down

0 comments on commit 5c2c2f3

Please sign in to comment.