From 9196653c0d2a834e00d7c01d2539cfc3d8d5cee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Tue, 15 Jul 2025 16:11:44 +0200 Subject: [PATCH] Another feature popup fix... --- webgis/js/gis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgis/js/gis.js b/webgis/js/gis.js index 252cd0b..cbf111a 100644 --- a/webgis/js/gis.js +++ b/webgis/js/gis.js @@ -527,7 +527,7 @@ GIS.featurePopup = function (layerName, feature) { Anno${feature.properties.ANNO} Comune${capitalize(feature.properties.COMUNE)} Località${capitalize(feature.properties.LOCALITA) ?? 'n.d.'} - Proprietà${capitalize(feature.properties.PROPRIETA)} + Proprietà${capitalize(feature.properties.PROPRIETA) ?? 'n.d.'} Foglio${feature.properties.FOGLIO} Particella${feature.properties.PART_BIS}