Skip to content
New issue

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

Only one polygon is displayed of a MultiPolygon, when added via statefulMapController.fromGeoJson #5

Closed
jipiloub opened this issue Feb 13, 2023 · 0 comments

Comments

@jipiloub
Copy link

jipiloub commented Feb 13, 2023

Current behavior
This MultiPolygon is not displayed properly. Only one of the 2 polygons is displayed.

{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"coordinates":[[[[2.6716218646834,42.725850866641956],[2.6716723333868613,42.7251191289365]]], [[[2.7276823314798353,42.98550138640216],[2.715923326897498,42.985579790834805]]]],"type":"MultiPolygon"},"properties":{"name":"Geometry name"}}]}

Expected behavior
Both polygons are displayed.

Discussion
Is it a similar issue than #4 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants