This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
determine annotation policy for > +/- 85.xxx latitude #1671
Labels
MapKit parity
For feature parity with MapKit on iOS or macOS
When we add point or shape annotations, as of bf6be3c we now properly clamp high latitude values to avoid problems with projection. We leave the passed latitude intact, though, so data queries still work as expected.
We need to determine render behavior, though. Per @1ec5, Apple MapKit doesn't render points at high latitude, but maintains them in
mapView.annotations
for querying. Behavior for shapes isn't known yet, but we probably want to just clip them as we do at tile edges.Related: #1660
The text was updated successfully, but these errors were encountered: