latestOpenAPI 3.1.0Proprietary2026-08-175035117.5 KB

019f79ecdd6c

Maps

Get a map layer from a table

Returns metadata and URLs to fetch a map layer built from a table.

A tilejson URL is always included. Other formats are included depending on the size of the table — large tables only offer tiles.

get/v3/maps/{connectionName}/table

Path parameters

connectionNamestring required

Name of the connection to use.

Query parameters

namestring required

Fully qualified table name.

spatialDataColumnstring

Column holding the geometry or spatial index. Defaults to geom. Required from v=3.3 onwards.

spatialDataType'geo' | 'h3' | 'h3int' | 'quadbin'

Type of the spatial column. Defaults to geo. Required from v=3.3 onwards.

geo_columnstring

Legacy way to select the geometry column, in the form [spatialIndexType:]columnName. Use spatialDataColumn and spatialDataType instead — from v=3.3 this parameter returns 400.

columnsstring

Comma-separated list of columns to return.

format'ndjson' | 'geojson' | 'json' | 'binary' | 'tilejson'

Return a single format instead of the full response.

tileResolution0.25 | 0.5 | 1 | 2 | 4

Resolution of the generated tiles.

v'3.0' | '3.1' | '3.2' | '3.3' | '3.4'

API version. From 3.3, spatialDataColumn and spatialDataType replace geo_column.

Response

Map layer metadata and download URLs.

sizeinteger

Size of the source in bytes.

nrowsinteger

Number of rows in the source.