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
Copy file name to clipboardExpand all lines: src/reference/v8.json
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -654,7 +654,7 @@
654
654
"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."
655
655
},
656
656
"filter": {
657
-
"type": "*",
657
+
"type": "filter",
658
658
"doc": "An expression for filtering features prior to processing them for rendering."
659
659
},
660
660
"tolerance": {
@@ -2777,9 +2777,16 @@
2777
2777
}
2778
2778
},
2779
2779
"filter": {
2780
-
"type": "array",
2781
-
"value": "*",
2782
-
"doc": "A filter selects specific features from a layer."
2780
+
"type": "boolean",
2781
+
"doc": "A filter selects specific features from a layer.",
0 commit comments