We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83a657 commit e2ca3a4Copy full SHA for e2ca3a4
rest-api-spec/src/main/resources/rest-api-spec/api/search_mvt.json
@@ -73,6 +73,15 @@
73
"description":"Determines the geometry type for features in the aggs layer.",
74
"default":"grid"
75
},
76
+ "grid_agg":{
77
+ "type":"enum",
78
+ "options":[
79
+ "geotile",
80
+ "geohex"
81
+ ],
82
+ "description":"Aggregation used to create a grid for `field`.",
83
+ "default":"geotile"
84
+ },
85
"size":{
86
"type":"int",
87
"description":"Maximum number of features to return in the hits layer. Accepts 0-10000.",
0 commit comments