Api session event editor area: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 55: Line 55:
|-
|-
|[[api session event editor area add relation|ADD_RELATION]]
|[[api session event editor area add relation|ADD_RELATION]]
|Add Relation
|Add [[Relation]]
|-
|-
|[[api session event editor area add with attribute|ADD_WITH_ATTRIBUTE]]
|[[api session event editor area add with attribute|ADD_WITH_ATTRIBUTE]]
Line 79: Line 79:
|-
|-
|[[api session event editor area remove relations|REMOVE_RELATIONS]]
|[[api session event editor area remove relations|REMOVE_RELATIONS]]
|Remove Relations
|Remove [[Relation]]s
|-
|-
|[[api session event editor area set polygons|SET_POLYGONS]]
|[[api session event editor area set polygons|SET_POLYGONS]]
Line 85: Line 85:
|-
|-
|[[api session event editor area set relation|SET_RELATION]]
|[[api session event editor area set relation|SET_RELATION]]
|Set Relation
|Set [[Relation]]
|}
|}



Revision as of 10:03, 30 March 2026

API api session event editor area Events.

Area editing.

Name Description
ADD Add new Area
ADD_POLYGONS Add polygons to existing Area
APPEND_ATTRIBUTE Appended to existing Area attribute value
DUPLICATE Duplicate existing Area
IMPORT Import Area Collection
REMOVE Remove existing Area
REMOVE_ATTRIBUTE Remove attribute from Area
REMOVE_POLYGONS Remove polygons from existing Area
SET_ACTIVE Set Area active
SET_ATTRIBUTE Set Area attribute value
SET_ATTRIBUTES Set multiple Area attribute values
SET_COLOR Set new color of existing Area
SET_NAME Set new name of existing Area

Specific Events:

Name Description
ADD_GROUP Add Group
ADD_RELATION Add Relation
ADD_WITH_ATTRIBUTE Add With Attribute
GENERATE_BORDER_AREAS Generate Border Areas
GENERATE_INUNDATION_AREAS Generate Inundation Areas
GENERATE_SEWER_AREAS Generate Sewer Areas
GENERATE_WATER_AREAS Generate Water Areas
REMOVE_ALL_ATTRIBUTES Remove All Attributes
REMOVE_GROUP Remove Group
REMOVE_RELATIONS Remove Relations
SET_POLYGONS Set Polygons
SET_RELATION Set Relation

Deprecated Events:

Name Description
REMOVE_FILTER Use REMOVE_GROUP instead for identical result.

See also