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
In #133/#135 we fixed the attribution for L.esri.Vector.vectorBasemapLayer(..) when an ID is passed. For example:
L.esri.Vector.vectorBasemapLayer(..)
L.esri.Vector.vectorBasemapLayer("3e1a00aeae81496587988075fe529f71", ...);
We should have also fixed the case for L.esri.Vector.vectorTileLayer(..) when an ID is passed. For example:
L.esri.Vector.vectorTileLayer(..)
L.esri.Vector.vectorTileLayer("3e1a00aeae81496587988075fe529f71", ...);
See the 5th example here:
https://codepen.io/gavinr/pen/ExEOdwd?editors=0010
No response
Esri Leaflet Vector version: `v3.1.4`.
Originally logged in #142 - thank you @ItaiEinhorn.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In #133/#135 we fixed the attribution for
L.esri.Vector.vectorBasemapLayer(..)
when an ID is passed. For example:We should have also fixed the case for
L.esri.Vector.vectorTileLayer(..)
when an ID is passed. For example:See the 5th example here:

https://codepen.io/gavinr/pen/ExEOdwd?editors=0010
Reproduction
https://codepen.io/gavinr/pen/ExEOdwd?editors=0010
Logs
No response
System Info
Esri Leaflet Vector version: `v3.1.4`.
Additional Information
Originally logged in #142 - thank you @ItaiEinhorn.
The text was updated successfully, but these errors were encountered: