Geomap: Update CARTO attribution (#105578)

pull/105642/head
Drew Slobodnjak 2 months ago committed by GitHub
parent 8456801a51
commit c03957d805
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/app/plugins/panel/geomap/layers/basemaps/carto.ts

@ -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`,
}),
});

Loading…
Cancel
Save