From d0e87cc2194a210bba65c2505b2d635921272853 Mon Sep 17 00:00:00 2001 From: eric1tran Date: Wed, 16 Feb 2022 19:56:02 +0000 Subject: [PATCH] Remove OSM Black & White layer which is no longer in service --- public_html/layers.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/public_html/layers.js b/public_html/layers.js index be4580a..2062ba7 100644 --- a/public_html/layers.js +++ b/public_html/layers.js @@ -47,16 +47,6 @@ function createBaseLayers() { type: 'base', })); - world.push(new ol.layer.Tile({ - source: new ol.source.XYZ({ - "url" : "http://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png", - "attributions" : "© OpenStreetMap contributors." - }), - name: 'osm_blackwhite', - title: 'OSM Black and White', - type: 'base', - })); - world.push(new ol.layer.Tile({ source: new ol.source.OSM({ "url" : "https://{a-z}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png",