diff --git a/commons/c2cgeoportal_commons/models/main.py b/commons/c2cgeoportal_commons/models/main.py index 979c7effd9..8d89f99478 100644 --- a/commons/c2cgeoportal_commons/models/main.py +++ b/commons/c2cgeoportal_commons/models/main.py @@ -1223,7 +1223,8 @@ class LayerCOG(Layer): _( """
-

Definition of a COG Layer.

+

Definition of a COG Layer (COG for + Cloud Optimized GeoTIFF).

Note: The layers named cog-defaults contains the values used when we create a new COG layer.

@@ -1246,18 +1247,7 @@ class LayerCOG(Layer): info={ "colanderalchemy": { "title": _("URL"), - "description": c2cgeoportal_commons.lib.literal.Literal( - _( - """ -
-

Definition of a COG Layer.

-

Note: The layers named cog-defaults contains the values - used when we create a new COG layer.

-
-
- """ - ) - ), + "description": _("URL of the COG file."), "column": 2, } },