Get GeoJSON Tile
Get GeoJSON Tile
GET
/api/v2/tiles/data-geojson-v1/<z>/<x>/<y>.json?token=<token string>
Description
Enterprise Plan Only: This endpoint is restricted to enterprise customers.
Returns the raw nautical chart data for an area defined by the tile X/Y/Z as a GeoJSON document.
The returned data is reconciled and combined: It contains the merged data from all ENCs in the area. Higher-resolution local ENCs cover & clip data from lower-resolution summary ENCs.
Path Parameters
- z (Required): Z coordinate of tile. Must be 12 or higher, because this endpoint restricts the maximum size for a single raw data query.
- x (Required): X coordinate of tile.
- y (Required): Y coordinate of tile.
Query Parameters
- token (Required): Vector Charts API token.
Example Request GET https://api.vectorcharts.com/api/v2/tiles/data-geojson-v1/12/1240/1515.json?token=f73f12ed4a4f4b6d878bb305d66deea3 Example Response {"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Point","coordinates":[]},"properties":{"layerId":"LNDARE","attributes":{"agen":550,"fidn":529328420,"fids":5578,"grup":2...