From 82b61e08c6ca206c7dee6c3715a58ebc325db997 Mon Sep 17 00:00:00 2001 From: Manuel Frangi Date: Fri, 13 Dec 2024 12:21:00 +0100 Subject: [PATCH] =?UTF-8?q?fix(shared-thematic)=20:=20erreur=20typo=20qui?= =?UTF-8?q?=20emp=C3=AAchait=20l'affichage=20correct=20de=20la=20couche=20?= =?UTF-8?q?des=20espaces=20bois=C3=A9s=20class=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/shared-thematic/models/map-thematic-layers.enum.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared-thematic/models/map-thematic-layers.enum.ts b/src/app/shared-thematic/models/map-thematic-layers.enum.ts index 7db2732..3827d54 100644 --- a/src/app/shared-thematic/models/map-thematic-layers.enum.ts +++ b/src/app/shared-thematic/models/map-thematic-layers.enum.ts @@ -508,7 +508,7 @@ export const MAP_PATRIMOINE_LAYER_GROUP = new LayerGroup({ 'LAYERS': 'prescription', 'FORMAT': 'image/png', 'VERSION': '1.3.0', - 'cql_filter': "typepsc = '01' AND stypepsc IN ('00', 01, 02, 03)" + 'cql_filter': "typepsc = '01' AND stypepsc IN ('00', '01', '02', '03')" } }) }),