GIScience / ors-map-client

Openrouteservice API web SPA client using VueJS, Vuetify and Vue2Leaflet
http://maps.openrouteservice.org
Apache License 2.0
105 stars 31 forks source link

Disable automatic zoom to route #401

Closed redfrexx closed 8 months ago

redfrexx commented 9 months ago

After calculating the route, the map view is zoomed to the route. This works fine, but when panning or zooming to another area, e..g to explore the surrounding area, the map view always jumps back to the route. Can this be disabled?

mrkhan commented 8 months ago

Resolved by removing the setTimeout which was on the created and updated hooks in route-extras.js file