Geomap: Update CARTO attribution (#105578)
This commit is contained in:
@@ -47,7 +47,7 @@ export const carto: MapLayerRegistryItem<CartoConfig> = {
|
||||
}
|
||||
return new TileLayer({
|
||||
source: new XYZ({
|
||||
attributions: `<a href="https://carto.com/attribution/">© CARTO</a>`,
|
||||
attributions: `<a href="https://carto.com/attribution/">©CARTO</a> <a href="https://www.openstreetmap.org/copyright">©OpenStreetMap</a> contributors`,
|
||||
url: `https://{1-4}.basemaps.cartocdn.com/${style}/{z}/{x}/{y}.png`,
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user