From 57e91bf9e0246ec9d772fb42eecae87fe404f9d7 Mon Sep 17 00:00:00 2001 From: nobohan Date: Mon, 14 Jun 2021 12:48:56 +0200 Subject: [PATCH] remove obsolet layers --- patches/frontend/src/conf/map.config.ts | 34 ------------------------- 1 file changed, 34 deletions(-) diff --git a/patches/frontend/src/conf/map.config.ts b/patches/frontend/src/conf/map.config.ts index abd9936..8dc1b88 100644 --- a/patches/frontend/src/conf/map.config.ts +++ b/patches/frontend/src/conf/map.config.ts @@ -9,40 +9,6 @@ export const MAP_CONFIG = { attribution: '© OpenStreetMap contributors, Tiles style by Humanitarian OpenStreetMap Team hosted by OpenStreetMap France' }, - // { - // name: "OpenStreetMapFRHot", - // maxZoom: 19, - // layer: "//{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png", - // subdomains: "abc", - // attribution: - // '© OpenStreetMap contributors, Tiles style by Humanitarian OpenStreetMap Team hosted by OpenStreetMap France' - // }, - // { - // name: "OpenStreetMapCH", - // maxZoom: 18, - // layer: "//tile.osm.ch/switzerland/{z}/{x}/{y}.png", - // subdomains: "abc", - // attribution: - // '© OpenStreetMap contributors', - // bounds: [[45, 5], [48, 11]] - // }, - // { - // name: "OpenStreetMapDE", - // maxZoom: 18, - // layer: "//{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png", - // subdomains: "abc", - // attribution: - // '© OpenStreetMap contributors' - // }, - // { - // name: "OpenStreetMapBZH", - // maxZoom: 18, - // layer: "//tile.openstreetmap.bzh/br/{z}/{x}/{y}.png", - // subdomains: "", - // attribution: - // '© OpenStreetMap contributors, Tiles courtesy of Breton OpenStreetMap Team', - // bounds: [[46.2, -5.5], [50, 0.7]] - // }, { name: "OpenTopoMap", maxZoom: 19,