diff --git a/src/client/images/esri-logo.png b/src/client/images/esri-logo.png new file mode 100644 index 000000000..07420a0b2 Binary files /dev/null and b/src/client/images/esri-logo.png differ diff --git a/src/client/javascripts/map.js b/src/client/javascripts/map.js index 014d055fa..1069e880d 100644 --- a/src/client/javascripts/map.js +++ b/src/client/javascripts/map.js @@ -324,6 +324,8 @@ export function createMap(mapId, initConfig, mapsConfig) { label: 'Aerial', url: data.VTS_AERIAL_URL, thumbnail: `${assetPath}/interactive-map/assets/images/aerial-map-thumb.jpg`, + logo: `${assetPath}/interactive-map/assets/images/esri-logo.png`, + logoAltText: 'Powered by Esri', attribution: `Tiles ${String.fromCodePoint(COMPANY_SYMBOL_CODE)} Esri — Source: Esri, Maxar, Earthstar Geographics, and the GIS User Community ${new Date().getFullYear()}` } ]