Skip to content

Commit

Permalink
Add the metadata related to the COG
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 10, 2024
1 parent aa9a3f8 commit 1b58e55
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -569,13 +569,15 @@ vars:
relevant_for:
- layer_wms
- layer_wmts
- layer_cog
- name: isLegendExpanded
type: boolean
description: >
Whether the legend is expanded by default.
relevant_for:
- layer_wms
- layer_wmts
- layer_cog
- name: legendRule
description: >
The WMS "RULE" parameter used to display the icon in the layer tree. "Short version" of
Expand All @@ -589,6 +591,7 @@ vars:
relevant_for:
- layer_wms
- layer_wmts
- layer_cog
- name: hiDPILegendImages
type: json
description: >
Expand All @@ -598,20 +601,23 @@ vars:
relevant_for:
- layer_wms
- layer_wmts
- layer_cog
- name: iconUrl
type: url
description: >
The URL of the icon to display in the layer tree.
relevant_for:
- layer_wms
- layer_wmts
- layer_cog
- name: metadataUrl
type: url
description: >
The URL to the information on this layer.
relevant_for:
- layer_wms
- layer_wmts
- layer_cog
- layergroup
- name: disclaimer
translate: True
Expand All @@ -626,6 +632,7 @@ vars:
relevant_for:
- layer_wms
- layer_wmts
- layer_cog
- name: identifierAttributeField
description: >
The field used in the "display query window" as feature title.
Expand All @@ -639,6 +646,7 @@ vars:
relevant_for:
- layer_wms
- layer_wmts
- layer_cog
- name: minResolution
type: float
description: >
Expand All @@ -647,20 +655,23 @@ vars:
relevant_for:
- layer_wms
- layer_wmts
- layer_cog
- name: opacity
type: float
description: >
Layer opacity. 1.0 means fully visible, 0 means invisible.
relevant_for:
- layer_wms
- layer_wmts
- layer_cog
- name: thumbnail
type: url
description: >
The icon visible in the background selector.
relevant_for:
- layer_wms
- layer_wmts
- layer_cog
- name: timeAttribute
description: >
The name of the time attribute. For WMS(-T) layers.
Expand Down Expand Up @@ -703,6 +714,7 @@ vars:
relevant_for:
- layer_wms
- layer_wmts
- layer_cog
- name: editingAttributesOrder
type: list
description: >
Expand Down Expand Up @@ -731,6 +743,7 @@ vars:
relevant_for:
- layer_wms
- layer_wmts
- layer_cog
- name: editingSelectionAttribute
description: >
The field used in the selector tooltip to name the layer when multiple ones are selected on the map.
Expand All @@ -756,6 +769,7 @@ vars:
The corresponding OGC server for a WMTS layer.
relevant_for:
- layer_wmts
- layer_cog
- name: wmsLayers
description: >
Corresponding WMS/WFS layers (comma separated) that will be used instead of the WMTS layer
Expand All @@ -764,13 +778,15 @@ vars:
See also printLayers and queryLayers metadata for more granularity.
relevant_for:
- layer_wmts
- layer_cog
- name: queryLayers
description: >
Corresponding WFS layers (comma separated) that will be used instead of the WMTS layer
to do the query.
An OGCServer metadata must be set with the name of the OGC server.
relevant_for:
- layer_wmts
- layer_cog
- name: printLayers
description: >
Corresponding WMS layers (comma separated) that will be used instead of the WMTS layer
Expand All @@ -780,18 +796,21 @@ vars:
An OGCServer metadata must be set with the name of the OGC server.
relevant_for:
- layer_wmts
- layer_cog
- name: maxQueryResolution
type: float
description: >
The max resolution where the layer is queryable.
relevant_for:
- layer_wmts
- layer_cog
- name: minQueryResolution
type: float
description: >
The min resolution where the layer is queryable.
relevant_for:
- layer_wmts
- layer_cog
- name: timeout
type: float
description: The fetch capabilities timeout in seconds. Use `300` by default.
Expand Down

0 comments on commit 1b58e55

Please sign in to comment.