diff --git a/src/components/map/FeaturePropertyPopup.jsx b/src/components/map/FeaturePropertyPopup.jsx index 7c853463..d52bdd24 100644 --- a/src/components/map/FeaturePropertyPopup.jsx +++ b/src/components/map/FeaturePropertyPopup.jsx @@ -29,7 +29,7 @@ function renderFeatureId(feature) { function renderFeature(feature, idx) { return
-
{feature.layer['source-layer']}{feature.inspectModeCounter && × {feature.inspectModeCounter}}
+
{feature.layer['source']}: {feature.layer['source-layer']}{feature.inspectModeCounter && × {feature.inspectModeCounter}}