diff --git a/src/components/map/FeaturePropertyPopup.jsx b/src/components/map/FeaturePropertyPopup.jsx index ec8506e..c83c64d 100644 --- a/src/components/map/FeaturePropertyPopup.jsx +++ b/src/components/map/FeaturePropertyPopup.jsx @@ -23,6 +23,9 @@ function renderProperties(feature) { function renderFeature(feature) { return
{feature.layer['source-layer']}
+ + + {renderProperties(feature)}
}