From 00cedfeb85af77ff09f7c42bf98366a7c4e499bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Wed, 3 Sep 2025 15:54:34 +0200 Subject: [PATCH] Fix `undefined` bug... --- 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 52b6d05..6320a0e 100644 --- a/webgis/js/gis.js +++ b/webgis/js/gis.js @@ -562,7 +562,7 @@ GIS.featurePopup = function (layerName, feature) { Località${capitalize(feature.properties.LOCALITA) ?? 'n.d.'} Proprietà${capitalize(feature.properties.PROPRIETA) ?? 'n.d.'} Foglio${feature.properties.FOGLIO} - Particella${feature.properties.PART_BIS} + Particella${feature.properties.PART_BIS ?? 'n.d.'} `; const content = {