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
v5.0 was released recently: https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.0.0 (maplibre/maplibre-gl-js#5272)
package.json
No response
Note: possibly look into this issue at the same time: #152
The text was updated successfully, but these errors were encountered:
I've started the process here: #232. I'm getting errors on startup and when I try to pan:
MaplibreGLLayer.js:187 Uncaught TypeError: Cannot set property latRange of #<Dt> which has only a getter
MaplibreGLLayer.js:254 Uncaught TypeError: Cannot set property center of #<Dt> which has only a getter
... which seems to be consistent with this error that is an issue in maplibre-gl-leaflet: maplibre/maplibre-gl-leaflet#64.
maplibre-gl-leaflet
Sorry, something went wrong.
No branches or pull requests
Describe the problem
v5.0 was released recently: https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.0.0 (maplibre/maplibre-gl-js#5272)
Describe the proposed solution
package.json
changes: https://github.com/Esri/esri-leaflet-vector/pull/219/filesAlternatives considered
No response
Additional Information
Note: possibly look into this issue at the same time: #152
The text was updated successfully, but these errors were encountered: