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
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@
"description":"Determines the geometry type for features in the aggs layer.",
"default":"grid"
},
"grid_agg":{
"type":"enum",
"options":[
"geotile",
"geohex"
],
"description":"Aggregation used to create a grid for `field`.",
"default":"geotile"
},
"size":{
"type":"int",
"description":"Maximum number of features to return in the hits layer. Accepts 0-10000.",
Expand Down