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
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
Master ticket for building out client-side data (e.g. non-vector tiles). This is the last big feature we need for viable initial iOS deployment in apps.
Use cases:
Plot user location with e.g. Core Location
Show arbitrary point/polyline features
GeoJSON (about the only format we'll worry about parsing internally)
Externally-parsed formats like KML, Shapefile, etc.
Runtime-added features (e.g. here's an array of points; render them)
Progressive feature set:
Spatial indexing and/or pre-tiling of feature data.
Rendering of features with static styling (also hits user location use case).
Arbitrary styling of polylines.
Arbitrary imagery for points (sprite atlas etc.)
Animated native views for points (a là MKAnnotationView on iOS).
Let's treat clustering (#320) as a separate milestone.
Master ticket for building out client-side data (e.g. non-vector tiles). This is the last big feature we need for viable initial iOS deployment in apps.
Use cases:
Progressive feature set:
MKAnnotationViewon iOS).Let's treat clustering (#320) as a separate milestone.
Related/obsoletes: