From 6968a40a1eacde4c407e0ef410bbb63322b428d2 Mon Sep 17 00:00:00 2001 From: Ruslan Kabalin Date: Mon, 4 Mar 2024 21:46:53 +0000 Subject: [PATCH] Remove Stamen map layer. This is not free any more, https://maps.stamen.com/stadia-partnership/ --- public/js/module/map/map.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/public/js/module/map/map.js b/public/js/module/map/map.js index aa7178d7..93c0fc5c 100644 --- a/public/js/module/map/map.js +++ b/public/js/module/map/map.js @@ -226,16 +226,6 @@ define([ attribution: '© участники сообщества OpenStreetMap | SRTM | Стиль карты: © OpenTopoMap (CC-BY-SA)', }, }, - { - 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 Stamen Design, CC BY 3.0 | © участники сообщества OpenStreetMap', - maxZoom: 21, - }, - }, ]), });