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
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
However, this does not work. I have tested it out with different capitalizations as well. In order to correctly filter buildings/building parts, the predicate should be: layer.predicate = NSPredicate(format: "extrude == %@ AND height >= 0", "true")
Is this is intended behavior, or is just correcting the documentation will be enough.
Platform: iOS
Mapbox SDK version: v3.6.0-alpha.1
The documentation for
MGLFillExtrusionStyleLayercurrently suggests that developers use the following predicate:layer.predicate = NSPredicate(format: "extrude == TRUE")However, this does not work. I have tested it out with different capitalizations as well. In order to correctly filter buildings/building parts, the predicate should be:
layer.predicate = NSPredicate(format: "extrude == %@ AND height >= 0", "true")Is this is intended behavior, or is just correcting the documentation will be enough.
cc @1ec5 @incanus @boundsj