mapbox / mapbox-maps-flutter

Interactive, thoroughly customizable maps for Flutter powered by Mapbox Maps SDK
https://www.mapbox.com/mobile-maps-sdk
Other
276 stars 107 forks source link

SymbolLayer does not have textField or textValue #91

Open festelo opened 1 year ago

festelo commented 1 year ago

This problem was mentioned here - https://github.com/mapbox/mapbox-maps-flutter/issues/44, seems like author found workaround (thanks to him for this, it's very helpful) and closed the issue.

Although I think it's good idea to have textField as part of SymbolLayer, similar to what we have in MapboxGl

LjubiTech-Maxko commented 1 year ago

@yunikkk Considering code for layers is generated it would be better to check the generation step that to open a pull request for this change? I checked all the layers and their properties and this is the only one that is missing.

yunikkk commented 1 year ago

@yunikkk Considering code for layers is generated it would be better to check the generation step that to open a pull request for this change? I checked all the layers and their properties and this is the only one that is missing.

I'll take a look. The workaround using low-level setStyleLayerProperties should work until the properties are added.