File tree 1 file changed +8
-8
lines changed
rest-api-spec/src/main/resources/rest-api-spec/api 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
"visibility" : " public" ,
9
9
"headers" : {
10
10
"accept" : [
11
- " application/json "
11
+ " application/vnd.mapbox-vector-tile "
12
12
],
13
13
"content_type" : [
14
- " application/vnd.mapbox-vector-tile "
14
+ " application/json "
15
15
]
16
16
},
17
17
"url" : {
32
32
"description" : " Field containing geospatial data to return"
33
33
},
34
34
"zoom" : {
35
- "type" : " integer " ,
35
+ "type" : " int " ,
36
36
"description" : " Zoom level for the vector tile to search"
37
37
},
38
38
"x" : {
39
- "type" : " integer " ,
39
+ "type" : " int " ,
40
40
"description" : " X coordinate for the vector tile to search"
41
41
},
42
42
"y" : {
43
- "type" : " integer " ,
43
+ "type" : " int " ,
44
44
"description" : " Y coordinate for the vector tile to search"
45
45
}
46
46
}
54
54
"default" :false
55
55
},
56
56
"extent" :{
57
- "type" :" number " ,
57
+ "type" :" int " ,
58
58
"description" :" Size, in pixels, of a side of the vector tile." ,
59
59
"default" :4096
60
60
},
61
61
"grid_precision" :{
62
- "type" :" number " ,
62
+ "type" :" int " ,
63
63
"description" :" Additional zoom levels available through the aggs layer. Accepts 0-8." ,
64
64
"default" :8
65
65
},
73
73
"default" :" grid"
74
74
},
75
75
"size" :{
76
- "type" :" number " ,
76
+ "type" :" int " ,
77
77
"description" :" Maximum number of features to return in the hits layer. Accepts 0-10000." ,
78
78
"default" :10000
79
79
}
You can’t perform that action at this time.
0 commit comments