Fix undefined
bug...
This commit is contained in:
parent
53c3f6c6b2
commit
00cedfeb85
@ -562,7 +562,7 @@ GIS.featurePopup = function (layerName, feature) {
|
|||||||
<tr><th>Località</th><td>${capitalize(feature.properties.LOCALITA) ?? 'n.d.'}</td></tr>
|
<tr><th>Località</th><td>${capitalize(feature.properties.LOCALITA) ?? 'n.d.'}</td></tr>
|
||||||
<tr><th>Proprietà</th><td>${capitalize(feature.properties.PROPRIETA) ?? 'n.d.'}</td></tr>
|
<tr><th>Proprietà</th><td>${capitalize(feature.properties.PROPRIETA) ?? 'n.d.'}</td></tr>
|
||||||
<tr><th>Foglio</th><td>${feature.properties.FOGLIO}</td></tr>
|
<tr><th>Foglio</th><td>${feature.properties.FOGLIO}</td></tr>
|
||||||
<tr><th>Particella</th><td>${feature.properties.PART_BIS}</td></tr>
|
<tr><th>Particella</th><td>${feature.properties.PART_BIS ?? 'n.d.'}</td></tr>
|
||||||
</table>
|
</table>
|
||||||
`;
|
`;
|
||||||
const content = {
|
const content = {
|
||||||
|
Loading…
Reference in New Issue
Block a user