Select to view content in your preferred language

Bug in VectorTileLayer stlyling (mapbox styles)

250
0
10-02-2023 03:59 AM
VictorBerchet
Occasional Contributor

VectorTileLayer are supposed to support mapbox styles per the documentation

I am having troubles making all and any decisions work with booleans literrals:

['all', true] or ['any', true] do not evaluate to true.

I have to use ['all', ['boolean', true]] or ['any', ['boolean', true]] to make this work.

I believe this is a bug.

Could someone in arcgis confirm the bug and fix?

 

 

0 Kudos
0 Replies