diff --git a/src/components/DriveMap/index.jsx b/src/components/DriveMap/index.jsx index 77af8001..6605367e 100644 --- a/src/components/DriveMap/index.jsx +++ b/src/components/DriveMap/index.jsx @@ -164,25 +164,6 @@ class DriveMap extends Component { } } - onInteraction(event){ - console.log(event) - // console.log(type) - - // this.setState({ viewport:viewState }); - - // if (type=="move") { - // this.shouldFlyTo = true; - // this.isInteracting = true; - - // if (this.isInteractingTimeout !== null) { - // clearTimeout(this.isInteractingTimeout); - // } - // this.isInteractingTimeout = setTimeout(() => { - // this.isInteracting = false; - // }, INTERACTION_TIMEOUT); - // } - } - setPath(coords) { const map = this.map && this.map.getMap(); @@ -310,7 +291,7 @@ class DriveMap extends Component { return (