Added Layers to SelectionMap. Fixes in index and more
This commit is contained in:
parent
8fbb6716fc
commit
62c0ba4f01
7 changed files with 112 additions and 80 deletions
|
|
@ -28,8 +28,9 @@ class Subscriptions extends Component {
|
|||
this.onSndBtn = this.onSndBtn.bind(this);
|
||||
}
|
||||
|
||||
onFstBtn(value) {
|
||||
// ${match.url}/new
|
||||
onFstBtn() {
|
||||
console.log(this.state);
|
||||
this.props.history.push(`${this.props.match.url}/new`, { center: this.state.center, zoom: this.state.zoom });
|
||||
}
|
||||
|
||||
onSndBtn() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue