diff --git a/src/components/map/FeatureLayerTable.jsx b/src/components/map/FeatureLayerPopup.jsx similarity index 87% rename from src/components/map/FeatureLayerTable.jsx rename to src/components/map/FeatureLayerPopup.jsx index 56236d2a..31dc2d67 100644 --- a/src/components/map/FeatureLayerTable.jsx +++ b/src/components/map/FeatureLayerPopup.jsx @@ -31,13 +31,15 @@ function groupFeaturesBySourceLayer(features) { return sources } -class FeatureLayerTable extends React.Component { +class FeatureLayerPopup extends React.Component { render() { const sources = groupFeaturesBySourceLayer(this.props.features) const items = Object.keys(sources).map(vectorLayerId => { - const layers = sources[vectorLayerId].map(feature => { - return