Skip to content

Commit de83462

Browse files
committed
Update README.md
1 parent d2179d0 commit de83462

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ The ZIP can be downloaded and installed using the plugin manager, or used direct
4848
* *Name of WFS target field*: The target field of the WFS to which the data is transferred. If the same target field is used in multiple mapping entries, the values are concatenated with a space character as delimiter.
4949
* *Name of field in fylr object*: The source field that contains the data to be transferred
5050
* *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;")
51-
* *Tags to be transferred*: Mappings of a tag ID (fylr) to a target field (WFS). The target field has to be of type "boolean". For each geometry field defined, the target field of the corresponding geometry dataset is set to true (if the tag is set) or false (if it is not set) via a WFS provided by the configured Geoserver instance
52-
* *Name of WFS target field*: The target field (boolean) of the WFS which should be updated according to the tag
51+
* *Tags to be transferred*: Mappings of a tag ID (fylr) to a target field (WFS). For each geometry field defined, the target field of the corresponding geometry dataset is either set to a defined text value (if the tag is set) or to true/false (depending on whether the tag is set or not) via a WFS provided by the configured Geoserver instance
52+
* *Name of WFS target field*: The target field of the WFS which should be updated according to the tag
5353
* *Path to tags in fylr object*: The path to the tags field to be used for reading the tags. If empty, the default "_tags" field is used. This option can be used to refer to tags in linked objects.
5454
* *Tag ID*: The ID of the tag to check
55+
* *Value to enter in WFS target field (optional)*: If the tag exists in the object, this value is entered in the WFS target field. If this option is left empty, the value true is entered if the tag exists, otherwise the value false is entered (the WFS target field is expected to be a boolean field then).
5556
* *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
5657
* *Pool names for data transfer*: This field can be used to define the level of the pool hierarchy that should be used for writing the pool name into the WFS target field. If the pool that the fylr object belongs to is a child of one of these pools, the pool (of the higher hierarchy level) specified here is used. Otherwise, the actual pool is used.
5758
* *Linked objects*:

0 commit comments

Comments
 (0)