diff --git a/html/layers.js b/html/layers.js index c68f608..03e20ae 100644 --- a/html/layers.js +++ b/html/layers.js @@ -108,7 +108,7 @@ function createBaseLayers() { world.push(new ol.layer.Tile({ source: new ol.source.OSM({ - "url" : "https://{a-z}.basemaps.cartocdn.com/"+ basemap_id + "/{z}/{x}/{y}.png", + "url" : "https://{a-d}.basemaps.cartocdn.com/"+ basemap_id + "/{z}/{x}/{y}.png", "attributions" : 'Courtesy of CARTO.com' + ' using data by OpenStreetMap, under ODbL.', }),