Skip to main content

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
    ac_cat anyrequired

    Aircraft category as received from getAircraft

    Example: C60

Responses

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

Schema

    string

Loading...