Api session event editor building: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
|- | |- | ||
| [[Api session event editor building append attribute|append_attribute]] | | [[Api session event editor building append attribute|append_attribute]] | ||
| Appended to existing [[Building]] [[Attribute]] value | | Appended to existing [[Building]] numeric [[Attribute]] value | ||
|- | |- | ||
| [[Api session event editor building duplicate|duplicate]] | | [[Api session event editor building duplicate|duplicate]] | ||
| Line 25: | Line 25: | ||
|- | |- | ||
| [[Api session event editor building remove attribute|remove_attribute]] | | [[Api session event editor building remove attribute|remove_attribute]] | ||
| Remove [[Attribute]] from [[Building]] | | Remove numeric [[Attribute]] from [[Building]] | ||
|- | |- | ||
| [[Api session event editor building remove polygons|remove_polygons]] | | [[Api session event editor building remove polygons|remove_polygons]] | ||
| Line 31: | Line 31: | ||
|- | |- | ||
| [[Api session event editor building set attribute|set_attribute]] | | [[Api session event editor building set attribute|set_attribute]] | ||
| Set [[Building]] [[Attribute]] value | | Set [[Building]] numeric [[Attribute]] value | ||
|- | |- | ||
| [[Api session event editor building set attributes|set_attributes]] | | [[Api session event editor building set attributes|set_attributes]] | ||
| Set multiple [[Building]] [[Attribute]] values | | Set multiple [[Building]] numeric [[Attribute]] values | ||
|- | |- | ||
| [[Api session event editor building set name|set_name]] | | [[Api session event editor building set name|set_name]] | ||
Revision as of 12:21, 17 June 2026
API Endpoint: api/session/event/editorbuilding/
API endpoints for Building editing.
| Name | Description |
|---|---|
| add | Add new Building |
| add_polygons | Add Polygons for Building Section. In case the Building is empty, optionally set ownership to largest Plot Owner of provided MultiPolygon |
| append_attribute | Appended to existing Building numeric Attribute value |
| duplicate | Duplicate existing Building |
| import | Import Building Collection |
| remove | Remove existing Building |
| remove_attribute | Remove numeric Attribute from Building |
| remove_polygons | Delete Polygons for Building Section |
| set_attribute | Set Building numeric Attribute value |
| set_attributes | Set multiple Building numeric Attribute values |
| set_name | Set new name of existing Building |
Additional API endpoints: