Skip to content

Commit

Permalink
Pass feature.propertis to Feature plugin (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
kappu72 authored and mbarto committed Mar 22, 2017
1 parent b600784 commit 530d34f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/client/plugins/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}/>
);
});
}
Expand Down

0 comments on commit 530d34f

Please sign in to comment.