[maps] Unable to pluck style meta from local data for geo_grid vector tiles for any property other then count #116782
Labels
bug
Fixes for quality problems that affect the customer experience
[Deprecated-Use Team:Presentation]Team:Geo
Former Team Label for Geo Team. Now use Team:Presentation
regression
v8.0.0
regression from #114553
Steps to view problem:
Issue is in pluckOrdinalStyleMetaFromTileMetaFeatures.
_mvt returns meta tiles with properties like below
pluckOrdinalStyleMetaFromTileMetaFeatures uses
this.getMbFieldName()
to get the property name. getMbFieldName returns_count
for count property and this exists in meta tile properties. getMbFieldName returns{name}.value
for fields and these do not exist in meta tile properties. Thus no style meta is getting plucked for fields.The text was updated successfully, but these errors were encountered: