You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I encountered this problem in Jupyter, but I think it applies to the engine.
I visualize a polygon (as a one-row geopandas df). The df is originally in the following crs
When I drag and move the base map, the relative position of the polygon to the base map shifts. It's very easy to observe when zoomed in. The issue persists after I re-project the df to other crs such as EPSG:3035 and EPSG:4326
To Reproduce
The GeoJSON file is uploaded (changed the extension to json, otherwise cannot upload). gemeinde.json
Steps to reproduce the behavior:
RollingCP
changed the title
[Bug][Jupyter Widget]Polygon Shift When moving the map
[Bug][Jupyter Widget]Polygon shifts when moving the map
Jan 10, 2025
Does your polygon have any elevation? That could explain why it seems to "shift".
Hi Ib, thanks a lot for your reply! I looked into the coordinates and indeed found the third entries for elevation, and the polygon didn't shift after I drop those entries.
I wonder if the team can add an option for enabling/disabling elevation info. Currently there is height option, but it seems to be irrelevant to elevation.
Describe the bug
I encountered this problem in Jupyter, but I think it applies to the engine.
I visualize a polygon (as a one-row geopandas df). The df is originally in the following crs
When I drag and move the base map, the relative position of the polygon to the base map shifts. It's very easy to observe when zoomed in. The issue persists after I re-project the df to other crs such as
EPSG:3035
andEPSG:4326
To Reproduce
The GeoJSON file is uploaded (changed the extension to json, otherwise cannot upload).
gemeinde.json
Steps to reproduce the behavior:
Expected behavior
I would expect the relative position between the polygon and the base map to be constant.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: