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 = {