/grid
grid data array.
GET
geolytix.xyz/api/layer/grid
Query a grid data array for the given viewport.
Query Parameters
Name
Type
Description
locale
string
The locale key.
layer
string
The layer key.
table
string
The PostGIS table.
size
string
The field to size grid cells.
color
string
The field to color grid cells.
west
string
The western bounds of the view port.
south
string
The southern bounds of the view port.
east
string
The eastern bounds of the view port.
north
string
The northern bounds of the view port.
token
string
Required for private endpoints.
Last updated