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
When rendering features during drawing or as a complete feature with EditableGeoJsonLayer the shape gets distorted.
If we instead try to render a GeoJsonLayer with the same featureCollection it looks alright.
Click in the map to view how it looks like during drawing mode.
The text was updated successfully, but these errors were encountered:
msci-victor
changed the title
Rendering features with EditableGeoJsonLayer are distorted
Rendering features with EditableGeoJsonLayer gets distorted
Aug 30, 2023
Describe the bug
When rendering features during drawing or as a complete feature with EditableGeoJsonLayer the shape gets distorted.
If we instead try to render a GeoJsonLayer with the same featureCollection it looks alright.
Click in the map to view how it looks like during drawing mode.
Actual Result
https://7xm2mr.csb.app/
Expected Result
https://7xm2mr.csb.app/
Toggle the EditableGeoJsonLayer and GeoJsonLayer at line 49 in index.mjs
Reproduce Steps
View code at:
https://codesandbox.io/s/7xm2mr?file=/src/index.mjs
Screenshots
vs
The text was updated successfully, but these errors were encountered: