Skip to content

Commit

Permalink
[Backport 2023.02.xx]: Add GeoProcessing work with Vector layers (#9855
Browse files Browse the repository at this point in the history
…) (#9880)

* add_9855

* review_9855
  • Loading branch information
ElenaGallo authored Jan 15, 2024
1 parent d046076 commit b1a7b8e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/user-guide/geoprocessing-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,22 @@ This tool aims to provide a set of geo-processing utilities on layers present in
!!! note
The **GeoProcessing Tool** is not included by default in the MapStore configuration but it can be configured within an [application contexts](application-context.md#configure-plugins) if needed or directly included in the standard [application configuration](../developer-guide/local-config.md).

!!! warning
To prevent possible errors in geometry overlay methods due to complex and heavy geometries, the [JTS system property](https://github.com/locationtech/jts/blob/master/USING.md#jts-system-properties) must be added to the GeoServer in use (the `-Djts.overlay=ng` should be enabled in JAVA properties).

By clicking the **GeoProcessing Tool** <img src="../img/button/geoprocessing-button.jpg" class="ms-docbutton"/> button, available in the [Side Toolbar](mapstore-toolbars.md#side-toolbar), a panel opens so that the user can choose the geographic operations between **Buffer** and **Intersection**.

<img src="../img/geoprocessing-tool/geoprocessing-panel.jpg" class="ms-docimage" width="400px"/>

!!! note
All the following layer types in MapStore are supported and can be used in the *GeoProcessing tool*:

* WMS and WFS layers in the [TOC](toc.md)
* [Measurements](measure.md)
* [GeoJSON map imported](import.md#export-and-import-map-context-files)
* [Imported ShapeFiles](import.md#import-vector-files)
* [Annotations](annotations.md)

## Buffer tool

The **Buffer** tool allows to create a buffer around the input geometries and when it is selected, the user can:
Expand Down

0 comments on commit b1a7b8e

Please sign in to comment.