Skip to content

Commit

Permalink
Merge pull request #669 from kabalin/stamen-remove
Browse files Browse the repository at this point in the history
Remove Stamen map layer.
  • Loading branch information
kabalin authored Mar 9, 2024
2 parents cb4bc74 + 6968a40 commit 51f1feb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions public/js/module/map/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,16 +226,6 @@ define([
attribution: '&copy; участники сообщества <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> | <a href="http://viewfinderpanoramas.org">SRTM</a> | Стиль карты: &copy; <a href="https://opentopomap.org">OpenTopoMap</a> (<a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA</a>)',
},
},
{
id: 'stamen_bw',
desc: 'Стамен ч/б',
selected: ko.observable(false),
options: {
urlTemplate: 'https://tiles.stadiamaps.com/tiles/stamen_toner/{z}/{x}/{y}.png',
attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a> | &copy; участники сообщества <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>',
maxZoom: 21,
},
},
]),
});

Expand Down

0 comments on commit 51f1feb

Please sign in to comment.