diff --git a/src/components/map/FeaturePropertyPopup.jsx b/src/components/map/FeaturePropertyPopup.jsx index 71b99830..56f33ae6 100644 --- a/src/components/map/FeaturePropertyPopup.jsx +++ b/src/components/map/FeaturePropertyPopup.jsx @@ -21,8 +21,8 @@ function renderProperties(feature) { }) } -function renderFeature(feature) { - return
+function renderFeature(feature, idx) { + return
{feature.layer['source-layer']}{feature.inspectModeCounter && × {feature.inspectModeCounter}}