GIScience / ors-map-client

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

Cancelling long-running requests #316

Open MichaelsJP opened 1 year ago

MichaelsJP commented 1 year ago

If a long-running request is made and another smaller one in between, the long-running request is not aborted and overwrites the latest request by the user with the old results. It should be aborted.