Remove OSM Black & White layer which is no longer in service

This commit is contained in:
eric1tran 2022-02-16 19:56:02 +00:00
parent ac7b5759f7
commit d0e87cc219
1 changed files with 0 additions and 10 deletions

View File

@ -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" : "© <a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">OpenStreetMap</a> 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",