81. Query: Get GeoJSON of "EquationMap"
Get GeoJSON of "EquationMaps" filtered by equationMapUuids
.
The attribute equationMapGeojson
contains GeoJSON with the Polygons
or MultyPolygons
including the geospatial feature attributes like id
, value
and area
in the defined units.
Key details:
Parameter
asMultiGeometry: true
means that thePolygons
("Equation Map" cells) will be merged intoMultiPolygons
based on thevalue
attribute of every "Equation Map" cell.The output area can be configured using the
unit
parameter. Available options:ACRES
,HECTARES
,SQUARE_METERS
If geometries are not requested (only attributes are required), then there is attributesJson
instead of equationMapGeojson
to use.
Last updated