Questions tagged [openrouteservice]
The openrouteservice tag has no summary.
5 questions
0 votes
0 answers
182 views
Loading Germany map to ors app on docker - decoding .tiff error
I am fairly new to QGIS and docker so I would like to ask more experienced people. I am calculating driving time isochrones for over 60min reach in QGIS. To do so I installed ORS app in container in ...
0 votes
0 answers
190 views
How can a request be started with Leaflet Routing Machine with one waypoint?
If a round trip is compiled with the Leaflet Routing Machine and lrm-openroutservice, this is not fired as the Leaflet Routing Machine requires a start and an end point => two waypoint. ...
2 votes
1 answer
56 views
U-Turns not mentioned on instructions steps
I’m using openrouteservice.org for getting routes/directions in my app. Sometimes, a u-turn is necessary in order to get where you’re going. I can successfully get the route and the step-instructions, ...
0 votes
1 answer
80 views
Heatmap using lines in shapefile in QGIS
I used openrouteservice to produce routes from many points to one point. I would like to add some sort of heatmap scheme to this - supposedly blue for least popular routes and red for routes with most ...
0 votes
1 answer
252 views
How to query my locally-hosted ORS backend for directions using the openrouteservice R package
I am using the openrouteservice R package to access the directions endpoint of ORS API. I set my API key as follows: Sys.setenv(OPENROUTESERVICE_KEY = <my_api_key>) Then I go on to query the ...