API
City boundary - 100-metre hexagons
City boundary coverage with a grid of 100 m hexagons.
Parameters
- limit required required, 1..1000
- offset required required, >= 0
-
columns
optional
optional, comma-separated list of columns (public only).
columns=geometry,area -
sort
optional
optional, indexed columns with type support only; "-" means descending.
sort=areasort=-area
Columns
-
Geometrysorting: no
geometryGEOMETRY(POLYGON,2180)Geometry of the object in a spatial reference system. -
Areasorting: yes
areaINTEGERArea of the object.
Filters
-
area
optional
Mode: range: min and/or max (or equality)
Example:
filter[area][min]=10&filter[area][max]=100 -
geometry
optional
Mode: bbox: xmin,ymin,xmax,ymax
Example:
filter[geometry]=20.58,50.82,20.72,50.90