GIScience / openrouteservice-app

:blue_car: The open source route planner app with plenty of features.
https://maps.openrouteservice.org
Apache License 2.0
224 stars 53 forks source link

Add route geometry directly after getting the response #320

Closed TheGreatRefrigerator closed 4 years ago

TheGreatRefrigerator commented 4 years ago

Currently after getting the response, all kinds of different additional information get's extracted from it before the polyline is shown on the map.

Instead we should display an initial geometry right after getting the response, calculate point_information etc. afterwards and replace the initial polyline with the enriched after calculation is finished