From 6c7ae1d8c423c128749c64ad9c985e712f346199 Mon Sep 17 00:00:00 2001 From: Francesco Boccacci Date: Tue, 4 Feb 2025 16:52:26 +0100 Subject: [PATCH] Add support for `LAYERFONTSIZE`, `ITEMFONTSIZE` and `SHOWFEATURECOUNT` parameters (rif: `GetLegendGraphic`) (#709) * :bug: Get image only if legend tab is active * :bug: get legend parameter url boolen. Add two param: - LAYERFONTSIZE, - ITEMFONTSIZE * :sparkles: add showfeaturecount SHOWFEATURECOUNT * Clean code space --- src/components/Catalog.vue | 5 ++- src/map/layers/imagelayer.js | 67 +++++++++++++++++++----------------- 2 files changed, 38 insertions(+), 34 deletions(-) diff --git a/src/components/Catalog.vue b/src/components/Catalog.vue index 2066914ef..875bf5220 100644 --- a/src/components/Catalog.vue +++ b/src/components/Catalog.vue @@ -218,7 +218,7 @@