Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Add support for multipolygons and multipolylines #2245

Closed
maciekish opened this issue Sep 3, 2015 · 5 comments
Closed

Add support for multipolygons and multipolylines #2245

maciekish opened this issue Sep 3, 2015 · 5 comments
Labels

Comments

@maciekish
Copy link
Contributor

Our search API sometimes returns cities as separate polygons and streets as separate polylines because these areas and streets are not always connected with each other. However they should still be displayed and treated like one object.

I added support for this in legacy MapBox mapbox/DEPRECATED-mapbox-ios-sdk#663

Is there any chance we can get this in gl please?

cc @Zakay

@incanus
Copy link
Contributor

incanus commented Sep 3, 2015

Would something like #1729 effectively cover this? We've targeted it previously just in terms of polygons, but the same concept could apply to polylines, though MapKit (which we are modeled after here) doesn't have that concept.

@incanus incanus added the feature label Sep 3, 2015
@maciekish
Copy link
Contributor Author

@incanus Not entirely I'm afraid. While interior polygons would be useful it doesn't cover the entire use case. It was very easy to add this to legacy MapBox but i haven't hade a look at gl yet since I've never worked with c++ nor OpenGL.

@incanus
Copy link
Contributor

incanus commented Sep 3, 2015

Then maybe #1708 would cover the use case?

@maciekish
Copy link
Contributor Author

If that would support both polylines and polygons as well as interior polygons then yes!

@jfirebaugh
Copy link
Contributor

Tracking fuller geometry support for annotations at #1729.

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

No branches or pull requests

3 participants