if (event.target.value === 'on') {
            this.props.enableMap(this.props.match.params.id);
        }