fix: use working CARTO tile endpoints
This commit is contained in:
@@ -36,7 +36,7 @@ export const mapTileStyles: MapTileStyle[] = [
|
||||
id: 'carto-light',
|
||||
label: 'CARTO Positron',
|
||||
description: 'Light basemap that keeps point results prominent.',
|
||||
url: 'https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png',
|
||||
url: 'https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png',
|
||||
attribution:
|
||||
'© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors © <a href="https://carto.com/attributions">CARTO</a>',
|
||||
maxZoom: 20,
|
||||
@@ -45,7 +45,7 @@ export const mapTileStyles: MapTileStyle[] = [
|
||||
id: 'carto-dark',
|
||||
label: 'CARTO Dark Matter',
|
||||
description: 'Dark basemap for high-contrast result exploration.',
|
||||
url: 'https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{r}.png',
|
||||
url: 'https://cartodb-basemaps-{s}.global.ssl.fastly.net/dark_all/{z}/{x}/{y}.png',
|
||||
attribution:
|
||||
'© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors © <a href="https://carto.com/attributions">CARTO</a>',
|
||||
maxZoom: 20,
|
||||
|
||||
Reference in New Issue
Block a user