Api session event editor area add polygons
API Event to Add polygons to existing Area
| Name | Importance | Type | Description | Values |
|---|---|---|---|---|
| 0 | REQUIRED | (AREA Integer ID or multiple values in array [1, 2, 3]) | Area | |
| 1 | REQUIRED | (MultiPolygon with crs: EPSG:3857 or multiple values in array [a, b, c]) | MultiPolygon[] |
Response Codes
| Response Code: | Description |
|---|---|
| 204 | No Content |
| 300-600 | Codes Overview |
Example POST
Example POST: https://engine.tygron.com/api/session/event/editorarea/add_polygons/?crs=3857&f=JSON&token=API_TOKEN
with content:
[ [ 1, 2, 3 ], [ {
"type" : "MultiPolygon",
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799448.5574376015 ], [ 658665.2037228068, 6799448.5574376015 ], [ 658665.2037228068, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
}, {
"type" : "MultiPolygon",
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799376.865257781 ], [ 658659.3081087861, 6799376.865257781 ], [ 658659.3081087861, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
}, {
"type" : "MultiPolygon",
"coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799335.03293196 ], [ 658657.8106553076, 6799335.03293196 ], [ 658657.8106553076, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
} ] ]