From d3a4d76ec4abaede4dce11839b777cb516566b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Conde=20G=C3=B3mez?= Date: Fri, 25 Sep 2020 16:51:36 +0200 Subject: [PATCH] Update CARTO Basemaps url to use correct subdomains (#69) --- html/layers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.', }),