_handleNewSave() {
    this.props.saveAsNew(this.refs.maptitle.getValue(), this.refs.mapabstract.getValue());
  }