commit 4ad719eee424c38523fb4569b78452f9ab470cdf
parent 5c2c2f36044ff68a6ac482d19f16a134cabc4836
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Sun, 31 Mar 2024 10:24:22 +0200
layers: Remove yandex tracks
Fixes #1237
Diffstat:
1 file changed, 0 insertions(+), 19 deletions(-)
diff --git a/src/layers.js b/src/layers.js
@@ -1032,23 +1032,6 @@ class LayerGroupWithOptions extends L.LayerGroup {
),
},
{
- title: 'Yandex tracks (zoom ≥ 10)',
- isDefault: false,
- layer: new L.Layer.Yandex.Tracks(
- {
- scaleDependent: true,
- code: 'Ytr',
- isOverlay: true,
- isOverlayTransparent: true,
- print: true,
- jnx: false,
- shortName: 'yandex_tracks',
- noCors: true,
- attribution: '<a href="https://n.maps.yandex.ru/">Yandex Map Editor</a>',
- }
- )
- },
- {
title: 'Spain topo',
isDefault: false,
layer: L.tileLayer(
@@ -1201,7 +1184,6 @@ class LayerGroupWithOptions extends L.LayerGroup {
'Strava heatmap (run)',
'Strava heatmap (ride)',
'Strava heatmap (winter)',
- 'Yandex tracks (zoom ≥ 10)',
],
},
@@ -1280,7 +1262,6 @@ class LayerGroupWithOptions extends L.LayerGroup {
'Strava heatmap (run)',
'Strava heatmap (ride)',
'Strava heatmap (winter)',
- 'Yandex tracks (zoom ≥ 10)',
'Soviet topo maps grid',
'Wikimapia',