Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/user-guide/geoprocessing-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ When all mandatory process parameters have been provided, it is possible to clic

The buffer layer is added in [TOC](toc.md) inside a new group created for the purpose.

!!! note
The new layer generated by buffering can be exported as a `JSON` file using the <img src="../img/button/export_data.jpg" class="ms-docbutton"/> button in the [layer toolbar](toc.nd#layer-settings-and-toolbar)

### Advanced Settings

Enabling the *Advanced options* the user can include further (not mandatory) parameters for the *Buffer* process:
Expand Down Expand Up @@ -69,6 +72,9 @@ The new layer, result of the intersection of the features selected, will be adde

<img src="../img/geoprocessing-tool/intersection-layer.jpg" class="ms-docimage" />

!!! note
The new layer generated by intersection can be exported as a `JSON` file using the <img src="../img/button/export_data.jpg" class="ms-docbutton"/> button in the [layer toolbar](toc.nd#layer-settings-and-toolbar)

### Advanced Settings

Enabling the *Advanced options* the user can include further (not mandatory) parameters for the *Intersection* process:
Expand Down
Loading