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 has been archived by the owner on Aug 8, 2023. It is now read-only.
Querying rendered features in a tile that also has annotations, trips an assertion that each indexed feature’s source layer can be found by name. mbgl::AnnotationTileLayers are mapped to names like com.mapbox.annotations.points but calling getName() on them yields the empty string. This is the stack trace just before the assertion failure, where the mbgl::AnnotationTile fails to find the layer by name:
Querying rendered features in a tile that also has annotations, trips an assertion that each indexed feature’s source layer can be found by name.
mbgl::AnnotationTileLayer
s are mapped to names likecom.mapbox.annotations.points
but callinggetName()
on them yields the empty string. This is the stack trace just before the assertion failure, where thembgl::AnnotationTile
fails to find the layer by name:I have a fix in hand.
/cc @jfirebaugh
The text was updated successfully, but these errors were encountered: