Display polygon & and multipolygon data at once #2317
Unanswered
emekaokoli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a geojson dataset that includes both polygon and multipolygon data types. I am attempting to overlay them on my own basemap, but I am encountering an issue where the information is not displaying properly when I add both types. However, when I add just one type (either polygon or multipolygon), only some of the subsets are displayed.
I am wondering if there is a way to achieve the desired display or if I am doing something wrong. Currently, I am using react-map-gl geojson, which expects the data to be in a specific format.
I'd greatly appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions