Editing
Required bundle: editing
Live Configuration
To enable the editing of features in an app one or more ArcGIS Feature Layers that allow the editing of features have to be added to the app.
In the next step the tool for editing must be added to a toolset, see configuration of tools. Afterwards a dialog is available to the user that allows to edit existing geobjects and add new ones. Existing features can be deleted in the step Edit - if the service allows it.
The following parameters are available for configuration:
Name | Description |
---|---|
|
Specifies which workflows can be started by the user.
Default value: |
|
Determines whether the user is shown a text field for filtering the templates.
Default value: |
|
Specifies how the templates are grouped. Possible values are
|
|
Defines which editing mode is activated when editing geometries. Possible values are
|
|
Determines whether the user can switch between the editing modes by clicking on the geometry. |
{
"editing": {
"Config": {
"allowedWorkflows": [
"create",
"update"
],
"allowFeatureTemplateFiltering": true,
"groupFeatureTemplatesBy": "layer",
"initialGeometryEditMode": "reshape",
"toggleGeometryEditModeOnClick": true
}
}
}
For more information about configuration, see the bundle documentation . |