This is the specification of the F2 Map configuration file for GIS integration. It contains specification of all the layers to include.
This is the root element for GIS configuration elements in F2.
Map configuration.
This is the root element for a map specification.
Map identifier.
Map client URL. This is the web page responsible for rendering the map interface.
Map coordinate system, e.g. EPSG:25832
Initial location for map center.
Initial zoom level for map.
Map styling.
Layers to include.
This element specifies styling of map elements.
Color of geometries in current case guide field.
Color of geometries in other case guide fields.
Color of currently selected geometry.
This element represents the list of layers to include in the map.
A tile map to include.
A Web Feature Service to include.
This element represents a single tile map layer to include.
Tile map identifier.
Layer title.
Url template for tile map. Use 'z' for zoom level, and 'x' and 'y' for coordinates. Use 's' for subdomain. For instance: https://{s}.openstreetmap.org/{z}/{x}/{y}.png
If true, use this map as an overlay, otherwise use it as a basemap.
If true, layer will be visible initially.
The minimum zoom level down to which this layer will be displayed (inclusive).
The maximum zoom level up to which this layer will be displayed (inclusive).
The zoom number used in tile URLs will be offset with this value.
If set to true, the zoom number used in tile URLs will be reversed.
Comma separated list of subdomains of the tile service.
Attribution text to display for this layer.
Whether the crossOrigin attribute will be added to the tiles. If a string is provided, all tiles will have their crossOrigin attribute set to the provided string.
Whether the referrerPolicy attribute will be added to the tiles. If a string is provided, all tiles will have their referrerPolicy attribute set to the provided string.
URL to the tile image to show in place of the tile that failed to load.
If true, inverses Y axis numbering for tiles (turn this on for TMS services).
Additional configuration for a Web Map Service.
This element marks a tile map as comming from a WMS source.
Comma separated list of layer names to include.
Comma-separated list of WMS styles.
WMS image format (use 'image/png' for layers with transparency).
If true, the WMS service will return images with transparency.
If true, WMS request parameter keys will be uppercase.
This element defines a Web Feature Service.
WFS identifier.
Layer title.
URL to capability document.
Name of this service (for internal reference).
Name of feature to include from this service.
If true, layer will be visible initially.
If true, layer feaures can be copied for editing.
Styling of geometry.
The minimum zoom level down to which this layer will be displayed (inclusive).
The maximum zoom level up to which this layer will be displayed (inclusive).
Attribution text to display for this layer.
Cache configuration.
Properties to show.
This element specifies styling of geometries.
Stroke color (default blue #3388ff).
Stroke weight (default 3 pixels).
Stroke opacity (default 1.0).
Whether to fill the polygons with color (default true).
Fill color (default to the same as the stroke color).
Fill opacity (default 0.2).
This element specifies how to populate the local cache of WFS data.
Number of items to fetch in each request.
Controls whether or not fetch all items (in blocks of RequestSize items) or only fetching the first block.
This element represents a list of properties to display.
Single property.
This element represents a single property.
Property name as returned from external source.
Optional title to show instead of name.
This element represents a point on a map.
Latitude, longitude.