/
Customising Edit Configurations.
Customising Edit Configurations.
A basic configuration such as default.edit
does not allow what attributes are to be accessed or provide an option for customising how attribute values are edited.
If you need more control over the attributes (and geometry) for an edit, then you need to override the values that a simple edit configuration form like simple.edit
generates.
The things that you can override are:
Whether the user can create, update and/or delete an entity (Restricting Types of Edits )
The parameters (columns) that the user can edit (Configuring Attribute Parameters )
The geometry types that a user can create (Configuring Geometry Types. )
The required number of geometry items the user must create.
, multiple selections available,
Related content
Examples of Parameter Customisations
Examples of Parameter Customisations
Read with this
Creating a Basic Edit Configuration
Creating a Basic Edit Configuration
More like this
Restricting Types of Edits
Restricting Types of Edits
More like this
Configuring Attribute Parameters
Configuring Attribute Parameters
More like this