This commit is contained in:
Harel M
2024-02-07 09:15:14 +00:00
parent 6a27913114
commit f306d8e143

View File

@@ -37,7 +37,7 @@ function renderFeature(feature: InspectFeature, idx: number) {
const property = feature.properties[propertyName];
return renderKeyValueTableRow(propertyName, displayValue(property))
})}
</>
</>
}
function removeDuplicatedFeatures(features: InspectFeature[]) {