Added ability to switch to layer from global error panel.

This commit is contained in:
orangemug
2020-02-17 13:19:26 +00:00
parent d1cb2690fc
commit adea3d0f13
3 changed files with 20 additions and 1 deletions

View File

@@ -732,6 +732,7 @@ export default class App extends React.Component {
/> : null
const bottomPanel = (this.state.errors.length + this.state.infos.length) > 0 ? <MessagePanel
onLayerSelect={this.onLayerSelect}
mapStyle={this.state.mapStyle}
errors={this.state.errors}
infos={this.state.infos}