Skip to content

Commit

Permalink
ensure Firefly updates attribution dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Jun 29, 2018
1 parent a372a17 commit 78e8db6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Layers/BasemapLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ export var BasemapLayer = TileLayer.extend({
options: {
minZoom: 1,
maxZoom: 19,
attribution: 'Esri, DigitalGlobe, GeoEye, Earthstar Geographics, CNES/Airbus DS, USDA, USGS, AeroGRID, IGN, and the GIS User Community'
attribution: 'Esri, DigitalGlobe, GeoEye, Earthstar Geographics, CNES/Airbus DS, USDA, USGS, AeroGRID, IGN, and the GIS User Community',
attributionUrl: 'https://static.arcgis.com/attribution/World_Imagery'
}
}
}
Expand Down

0 comments on commit 78e8db6

Please sign in to comment.