mirror of
https://github.com/maputnik/editor.git
synced 2025-12-26 16:10:01 +00:00
Show feature table on hover
This commit is contained in:
@@ -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 || {}
|
||||
|
||||
Reference in New Issue
Block a user