You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ Programmfabrik GmbH. Please use the GitHub issue tracking to report bugs
4
4
and self organize bug fixing. Feel free to directly contact the committing
5
5
developers.
6
6
7
-
# NFIS Geometry Fylr plugin
7
+
# NFIS Geometry fylr plugin
8
8
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.
10
10
11
11
12
12
## Installation
@@ -43,14 +43,15 @@ make
43
43
**Masterportal: Vector layer IDs (based on WFS field value)*:
44
44
**Field value*: If this value is found in the configured WFS field, the corresponding layer is shown in Masterportal
45
45
**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).
47
47
**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.
48
48
**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
51
50
**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
0 commit comments