Get pbf map tile (vector format)
GET/public.skypath_map_hexagons/:z/:x/:y.pbf
Returns a .pbf vector file that can be displayed on maps, should be used in integrations to map providers like MapBox where communication bandwidth is not an issue.
Request
Path Parameters
z numberrequired
Zoom in Slippy map
Example: 2
x numberrequired
X in Slippy map tile
Example: 2
y numberrequired
Y in Slippy map tile
Example: 1
Query Parameters
x-api-key anyrequired
SkyPath issued API KEY
Example: skypath-api-key
min_sev any
Severity selection to include
tick any
From which SkyPath tick to include in response (including that tick)
hours any
How many hours back for calculated turbulence data
Example: 2
Responses
- 200
- 401
tile features:
props: <string>"JSON" example:"[{"sp_alt" : 36, "ts" : 1644309780, "sev" : 3}]" sev: <number>sev hex_id: <string>hex_id ac_category: <string>ac_category
- application/x-protobuf
- Schema
Schema
string
Unauthorized to make request or bad API KEY
- application/x-protobuf
- Schema
- Example (from schema)
Schema
statusCode numberrequired
Default value: 401
message stringrequired
Default value: Unauthorized
{
"statusCode": 401,
"message": "Unauthorized"
}
Loading...