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
This is a regression (same issue) on #130.
Starting at Esri Leaflet Vector v4.2.4, if you zoom out then pan up (or down), the layers will be misaligned with the basemap.
Also note, this issue can be seen in the current Esri Leaflet documentation, for example here: https://developers.arcgis.com/esri-leaflet/samples/simple-feature-layer/
- Leaflet version: 1.9.4 - Esri Leaflet version: 3.1.0 - Esri Leaflet Vector version: 4.2.4
In Esri Leaflet Vector v4.2.4 was when we upgraded to Maplibre GL JS v4, so I think this issue is caused by a change in Maplibre GL JS v4.
The text was updated successfully, but these errors were encountered:
Investigating Maplibre v4, it seems like the behavior of the map when setting these settings:
gl.transform.latRange = null; gl.transform.maxValidLatitude = Infinity;
...has changed in Maplibre v4.1.1.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
This is a regression (same issue) on #130.
Starting at Esri Leaflet Vector v4.2.4, if you zoom out then pan up (or down), the layers will be misaligned with the basemap.
Reproduction
Additional Reproduction
Also note, this issue can be seen in the current Esri Leaflet documentation, for example here: https://developers.arcgis.com/esri-leaflet/samples/simple-feature-layer/
brave_uO96z5ou0p.mp4
System Info
Additional Information
In Esri Leaflet Vector v4.2.4 was when we upgraded to Maplibre GL JS v4, so I think this issue is caused by a change in Maplibre GL JS v4.
The text was updated successfully, but these errors were encountered: