Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions src/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@
"doc": "Size of the tile buffer on each side. A value of 0 produces no buffer. A value of 512 produces a buffer as wide as the tile itself. Larger values produce fewer rendering artifacts near tile edges and slower performance."
},
"filter": {
"type": "*",
"type": "filter",
"doc": "An expression for filtering features prior to processing them for rendering."
},
"tolerance": {
Expand Down Expand Up @@ -2777,9 +2777,16 @@
}
},
"filter": {
"type": "array",
"value": "*",
"doc": "A filter selects specific features from a layer."
"type": "boolean",
"doc": "A filter selects specific features from a layer.",
"expression": {
"interpolated": false,
"parameters": [
"zoom",
"feature"
]
},
"property-type": "data-driven"
},
"filter_operator": {
"type": "enum",
Expand Down