We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting at Esri Leaflet v3.0.10, calling Util.setEsriAttribution(this._map) does not add the "Powered by Esri" attribution anymore.
Util.setEsriAttribution(this._map)
https://github.com/Esri/esri-leaflet-static-basemap-tile/blob/59729d46c3fbafa1a56a1552ecaa7643b245c4f5/src/StaticBasemapTileLayer.js#L81C5-L81C40
So in this library we need to now add the "Powered by Esri" wording ourselves.
Esri Leaflet v3.0.10: https://jsbin.com/jiwiwem/edit?html,output
Esri Leaflet v3.0.13 (latest): https://jsbin.com/coruyum/1/edit?html,output
No response
Leaflet: 1.9.4 Esri Leaflet: 3.0.13 Esri Leaflet Vector: 4.2.5
Originally reported by @sherylgiovanni: Esri/esri-leaflet#1396
To fix this, we can probably make a similar change to this: Esri/esri-leaflet-vector#229
The text was updated successfully, but these errors were encountered:
Fixed in https://github.com/Esri/esri-leaflet-static-basemap-tile/releases/tag/v1.0.0-beta.2
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Starting at Esri Leaflet v3.0.10, calling
Util.setEsriAttribution(this._map)
does not add the "Powered by Esri" attribution anymore.https://github.com/Esri/esri-leaflet-static-basemap-tile/blob/59729d46c3fbafa1a56a1552ecaa7643b245c4f5/src/StaticBasemapTileLayer.js#L81C5-L81C40
So in this library we need to now add the "Powered by Esri" wording ourselves.
Reproduction
Esri Leaflet v3.0.10: https://jsbin.com/jiwiwem/edit?html,output
Esri Leaflet v3.0.13 (latest): https://jsbin.com/coruyum/1/edit?html,output
Logs
No response
System Info
Additional Information
Originally reported by @sherylgiovanni: Esri/esri-leaflet#1396
To fix this, we can probably make a similar change to this: Esri/esri-leaflet-vector#229
The text was updated successfully, but these errors were encountered: