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

Mapbox GL: Cannot show interior polygons #85

Open
antonino-u opened this issue Jan 11, 2016 · 1 comment
Open

Mapbox GL: Cannot show interior polygons #85

antonino-u opened this issue Jan 11, 2016 · 1 comment

Comments

@antonino-u
Copy link
Contributor

No good way to show the supported boundaries on the map as we cannot show polygons with holes in them.
We may be able to fix this by using the polygons that do not use interior polygons to show the hole within them, which the server supports.

@antonino-u antonino-u added this to the Mapbox GL milestone Jan 11, 2016
@antonino-u
Copy link
Contributor Author

While the official open ticket for this is mapbox/mapbox-gl-native#1729, there is a better solution for us on this one!
We integrated the layer into our mapbox gl style, and it can have as many holes as we want, and the client doesn't have to know anything about it!
We just need a test style so that testing versions can have a different area polygon!

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

No branches or pull requests

1 participant