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
For your specific issue with multipolygon visibility in Superset, here are a few steps you can take to troubleshoot:
Check GeoJSON Format: Ensure that the GeoJSON for the multipolygon is correctly formatted. Each polygon in a multipolygon should be an array of linear rings, where the first ring is the outer boundary and any subsequent rings are holes.
Superset Configuration: Verify the configuration options in Superset's Deck.gl Polygon layer. Make sure that the "Polygon Column" and "Polygon Encoding" settings are correctly set to handle multipolygon data [2].
Simplification and Export: If you are using Mapshaper to simplify the polygons before importing them into Superset, ensure that the simplification process is not removing small features that are necessary for the multipolygon to render correctly.
Logs and Errors: Check Superset's logs for any error messages that might indicate issues with rendering the multipolygon data.
These steps should help you identify and resolve the visibility issue with your multipolygon data in Superset.
Bug description
Hello,
I build a dataset with polygons (GeoJSON) but multiple polygons are not visible on Deck.gl.Polygon chart.
I reduce the dataset, it has only 2 departements :
The unique polygon is visible but
only one of multiples polygons is visible.
All polygons are visible with https://mapshaper.org
but not with Superset
Dataset is built with insert_DEPARTEMENT_(genereted).sql from DEPARTEMENT.json
insert_DEPARTEMENT_(genereted).zip
DEPARTEMENT.json
Regards
Screenshots/recordings
No response
Superset version
4.0.2
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: