Skip to content

Commit fafc5b7

Browse files
committed
Update README.md
1 parent 2944d6c commit fafc5b7

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Programmfabrik GmbH. Please use the GitHub issue tracking to report bugs
44
and self organize bug fixing. Feel free to directly contact the committing
55
developers.
66

7-
# NFIS Geometry Fylr plugin
7+
# NFIS Geometry fylr plugin
88

9-
This plugin adds the new data type "NFIS Geometry" to a Fylr instance. The data type makes it possible to work with geometries via a Geoserver WFS and a Masterportal instance.
9+
This plugin adds the new data type "NFIS Geometry" to a fylr instance. The data type makes it possible to work with geometries via a Geoserver WFS and a Masterportal instance.
1010

1111

1212
## Installation
@@ -43,14 +43,15 @@ make
4343
* *Masterportal: Vector layer IDs (based on WFS field value)*:
4444
* *Field value*: If this value is found in the configured WFS field, the corresponding layer is shown in Masterportal
4545
* *Layer ID*: The ID of the layer to show in Masterportal
46-
* *Data transfer to geoserver*: If activated, field data is transferred from the Fylr object to the Geoserver (via the configured WFS).
46+
* *Data transfer to geoserver*: If activated, field data is transferred from the fylr object to the Geoserver (via the configured WFS).
4747
* *WFS URL for data transfer*: The base URL of the WFS to be used for transferring data to the Geoserver. It has to be a WFS-T provided by the configured Geoserver instance.
4848
* *WFS feature type for data transfer*: The feature type to use when writing data to the WFS
49-
* *Field data to be transferred*: Mappings of a source field (Fylr) to a target field (WFS). For each geometry field defined, entered field data is added to the corresponding geometry via a WFS provided by the configured Geoserver instance
50-
* *Name of field in Fylr object*: The source field that contains the data to be transferred
49+
* *Field data to be transferred*: Mappings of a source field (fylr) to a target field (WFS). For each geometry field defined, entered field data is added to the corresponding geometry via a WFS provided by the configured Geoserver instance
5150
* *Name of WFS target field*: The target field of the WFS to which the data is transferred
52-
* *WFS target field for pool name* The field of the WFS where the name of the pool that the Fylr object belongs to should be stored
53-
* *Allowed pool names for data transfer*: Data is only transferred if the Fylr object belongs to a pool with one of the specified pool names
51+
* *Name of field in fylr object*: The source field that contains the data to be transferred
52+
* *JavaScript function for reading the value from the fylr object*: Alternatively to specifying a field name, a custom JavaScript function body for reading the value from the fylr object can be entered. The object data can be accessed via the variable "object" (e. g. "return object._id;")
53+
* *WFS target field for pool name* The field of the WFS where the name of the pool that the fylr object belongs to should be stored
54+
* *Allowed pool names for data transfer*: Data is only transferred if the fylr object belongs to a pool with one of the specified pool names
5455

5556
### Data model configuration
5657

0 commit comments

Comments
 (0)