From eed687502839fdef89eb560c6901ac664b60f85e Mon Sep 17 00:00:00 2001 From: kappu Date: Wed, 22 Mar 2017 12:12:39 +0100 Subject: [PATCH] Pass feature.propertis to Feature plugin --- web/client/plugins/Map.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/client/plugins/Map.jsx b/web/client/plugins/Map.jsx index eb51c10b48..f352c6e2ae 100644 --- a/web/client/plugins/Map.jsx +++ b/web/client/plugins/Map.jsx @@ -204,7 +204,8 @@ const MapPlugin = React.createClass({ msId={feature.id} featuresCrs={ layer.featuresCrs || 'EPSG:4326' } // FEATURE STYLE OVERWRITE LAYER STYLE - style={ feature.style || layer.style || null }/> + style={ feature.style || layer.style || null } + properties={feature.properties}/> ); }); }