diff --git a/public/app/plugins/panel/geomap/layers/basemaps/carto.ts b/public/app/plugins/panel/geomap/layers/basemaps/carto.ts index 4fc8318c009..1d1082e141f 100644 --- a/public/app/plugins/panel/geomap/layers/basemaps/carto.ts +++ b/public/app/plugins/panel/geomap/layers/basemaps/carto.ts @@ -47,7 +47,7 @@ export const carto: MapLayerRegistryItem = { } return new TileLayer({ source: new XYZ({ - attributions: `© CARTO`, + attributions: `©CARTO ©OpenStreetMap contributors`, url: `https://{1-4}.basemaps.cartocdn.com/${style}/{z}/{x}/{y}.png`, }), });