Show feature table on hover

This commit is contained in:
Lukas Martinelli
2016-12-24 15:14:31 +01:00
parent 6e9e66b147
commit def5ebb587
4 changed files with 96 additions and 2 deletions

View File

@@ -124,7 +124,12 @@ export default class App extends React.Component {
accessToken: this.state.accessToken,
onDataChange: (e) => {
this.layerWatcher.analyzeMap(e.map)
}
},
//TODO: This would actually belong to the layout component
style:{
top: 40,
//left: 500,
}
}
const metadata = this.state.mapStyle.metadata || {}