Skip to content

Commit 7607718

Browse files
committed
Update readme
1 parent 98c6b77 commit 7607718

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,24 @@ The ZIP can be downloaded and installed using the plugin manager, or used direct
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
* *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
4848
* *Name of WFS target field*: The target field of the WFS to which the data is transferred
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;")
5151
* *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
5252
* *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.
53+
* *Linked objects*:
54+
55+
This option can be used to trigger Geoserver updates in linked objects instead of the object itself.
56+
* *Object type*: If data is edited in an object of this type, the data in linked objects is transferred to the Geoserver.
57+
* *Link field name (including path)*: Path to the field used for linking objects
58+
* *Masterportal configurations*:
59+
60+
You can set up options for multiple Masterportal configurations here. These configuration options are then shown in the "Masterportal" section of the user settings. In this way, a Masterportal configuration can be assigned to each user.
61+
* *Identifier*: Interal identifier for this configuration (for usage by the Fylr plugin only)
62+
* *Name*: Name of the configuration (as displayed in the selection field in the user settings)
63+
* *Name of configuration file*: The file name of the configuration file. This file name is included in any Masterportal URL to apply the configuration.
5364

5465
### Data model configuration
5566

0 commit comments

Comments
 (0)