Added Layers to SelectionMap. Fixes in index and more

This commit is contained in:
vjrj 2017-12-20 00:23:47 +01:00
parent 8fbb6716fc
commit 62c0ba4f01
7 changed files with 112 additions and 80 deletions

View file

@ -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() {