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
Hello, this library sounds really useful. I am trying it out but get the following error
mapbox-filter: Parsing mapbox style failed: Error in $.layers[1]: Unknown function name / wrong param count: in CallStack (from HasCallStack): error, called at app/Main.hs:224:20 in main:Main
I think it might be caused by this part in the second layer in my style layers (at index 1 of layers):
Hello, this library sounds really useful. I am trying it out but get the following error
mapbox-filter: Parsing mapbox style failed: Error in $.layers[1]: Unknown function name / wrong param count: in CallStack (from HasCallStack): error, called at app/Main.hs:224:20 in main:Main
I think it might be caused by this part in the second layer in my style layers (at index 1 of layers):
"filter": [ "all", [ "in", "class", "residential", "suburb", "neighbourhood" ] ],
I understand not all expressions are supported. Is the 'in' not supported yet?
Thanks!
The text was updated successfully, but these errors were encountered: