_handleSave() {
    this.props.save(this.refs.maptitle.getValue(), this.refs.mapabstract.getValue());
  }