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 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.
Layers to include.
This element represents the list of layers to include in the map.
A tile map to include.
This element represents a single tile map layer to include.
Tile map identifier.
Tile map 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 represents a point on a map.
Latitude, longitude.