Replies: 1 comment 2 replies
-
|
Hello @ynibling, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm not sure if this is a bug or a future feature.
I saw in the API documentation that there is a way to apply a style to specific elements contained in the source, which in my case is a geojon source.
For example, in the CircleStyleLayer class (https://pub.dev/documentation/maplibre/latest/maplibre/CircleStyleLayer-class.html), there is a property called “filter.” In the Flutter package, the CircleStyleLayer constructor does not call super.filter, so my IDE obviously detects a problem with the filter property when I try to add it.
Am I missing something to make the filter work? Or is this a feature planned for a future release?
Thank you for your help and for this great package!
Beta Was this translation helpful? Give feedback.
All reactions