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

Optimization Jobs properties are not written into URL #418

Closed EmmaHegarty closed 1 month ago

EmmaHegarty commented 2 months ago

The updateAppRoute function is only executed if jobs' coordinates change since the route does not contain the other job parameters. The local storage is only updated on optimizeJobs, so if the app route is not calculated, the local storage is also not updated.