-
|
Hello, I'm not sure if this is a bug or a future feature. 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.
Replies: 1 comment 9 replies
-
|
Hello @ynibling, |
Beta Was this translation helpful? Give feedback.
I found a parsing bug on android. Can you check if #453 solves the problem for you?