Skip to content

Commit

Permalink
Upgrade to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Jul 10, 2024
1 parent 86631c0 commit a39dd53
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONST_CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ Information
2. We replace checks (formatting) done by `c2cciutils` by `pre-commit` hooks.
This will me more standard and transparent for the project.

3. The COG layers where added, but are disabled by default.
To enable them, you need to add the following configuration in the `vars.yaml` file:
```yaml
vars:
admin_interface:
exclude_pages: []
```

=============
Version 2.8.0
=============
Expand Down
22 changes: 22 additions & 0 deletions geoportal/CONST_vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,9 @@ vars:
admin_interface:
layer_tree_max_nodes: 1000

exclude_pages:
- layers-cog

# The list of available variable names for the `Metadatas` form.
available_metadata:
# TreeItem
Expand Down Expand Up @@ -566,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 @@ -586,6 +591,7 @@ vars:
relevant_for:
- layer_wms
- layer_wmts
- layer_cog
- name: hiDPILegendImages
type: json
description: >
Expand All @@ -595,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 @@ -623,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 @@ -636,6 +646,7 @@ vars:
relevant_for:
- layer_wms
- layer_wmts
- layer_cog
- name: minResolution
type: float
description: >
Expand All @@ -644,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 @@ -700,6 +714,7 @@ vars:
relevant_for:
- layer_wms
- layer_wmts
- layer_cog
- name: editingAttributesOrder
type: list
description: >
Expand Down Expand Up @@ -728,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 @@ -753,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 @@ -761,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 @@ -777,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 a39dd53

Please sign in to comment.