Mapbox 的样式过滤器:未设置属性

Style Filter for Mapbox: attribute not set

我不确定我是不是瞎了,但是。在 Mapbox 中,您可以过滤数据集。 所以我想要的是显示给定 class 的所有行,这些行没有设置某个属性。我看到 ExistsIsIs Not 的选项。但是没有Does not exist,对吧?有没有办法定义它?或者我必须在事先导出数据集时这样做吗?

您需要将表达式包裹在 logical negation operator:

["!",{{your expression here}}]

在 Mapbox Studio 中,创建过滤器后,您可以从 UI 编辑器切换到窗格底部的 JSON 编辑器: