-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Feature querying should return existing annotations #6178
Comments
In particular, the returned feature must not be tiled. Otherwise, the developer will immediately run into a roadblock: #6538. |
This also includes annotations that happened to conform to To make full use of |
This will become apparent to the developer at compile time once we fix #7454. |
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
Still needed as a prerequisite for #6181. |
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
When the feature querying API detects a feature in an annotation layer, it should somehow return the MGLAnnotation object that the feature represents – that is, the same MGLAnnotation object that was added to the map to place the feature on the map.
/cc @boundsj
The text was updated successfully, but these errors were encountered: