openrouteservice icon indicating copy to clipboard operation
openrouteservice copied to clipboard

🌍 The open source route planner api with plenty of features.

Results 227 openrouteservice issues
Sort by recently updated
recently updated
newest added

The isochrones image has a dead link. Should be adjusted to the main Web client

documentation :book:
medium priority

### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature/Enhancement Proposal The current prototypical Uber traffic data integration in the `implement_uber_traffic` branch...

enhancement | feature :zap:
isochrones :dart:
time-dependent :stopwatch:

#### Here's what I did ``` dist = [600, 900] core_stations = [[1.147316,51.804177],[1.258808,51.931259]] body = {"locations":core_stations, "range": dist,"attributes":["area"],"intersections":"true","range_type":"time"} headers = { 'Accept': 'application/json, application/geo+json, application/gpx+xml, img/png; charset=utf-8', 'Authorization': '5b3ce3597851110001cf6248103d3b27049f428c96218da1f0f3ae77', 'Content-Type':...

bug
high priority :warning:
isochrones :dart:

Currently way access restrictions are resolved based on the most common notation which uses the short form `transportation_mode` for the key. However, the long form `access:transportation_mode` is still a valid...

bug
enhancement | feature :zap:
routing network :no_entry:
high priority :warning:

Some transportation mode-specific access restrictions are currently not correctly interpreted. In particular, this is the case for hgv profiles. The main problem is that a more general restriction such as...

bug
enhancement | feature :zap:
routing network :no_entry:
high priority :warning:

Hello, i have a weird problem regarding maximum speed parameter and i couldnt figure out the problem. Im trying to calculate a route with multiple locations, but the issue is...

bug
investigate :mag:
high priority :warning:

First off - thanks for this project! #### Here's what I did Requested directions from 46.433539,-81.035328 to 46.450351,-81.003549 https://maps.openrouteservice.org/directions?n1=46.430404&n2=-80.991662&n3=15&a=46.433539,-81.035328,46.450351,-81.003549&b=0&c=0&k1=en-US&k2=km See also discussion in https://www.openstreetmap.org/note/1711523 and https://www.openstreetmap.org/changeset/68216922 --- #### Here's what...

high priority :warning:
ditch ch

Try this: https://maps.openrouteservice.org/directions?n1=54.83807&n2=8.747177&n3=11&a=54.789403,8.838158,54.904251,8.304977&b=0&c=0&k1=en-US&k2=km The route takes you via a shuttle train. There are no roads on that connecting bit. Apparently the shuttle does take cars, but (as with the normal...

suggestion | question :question:
investigate :mag:

#### Here's what I did Request a /v2 route for matrix (profile foot walking) ``` curl -X POST \ 'https://api.openrouteservice.org/v2/matrix/foot-walking' \ -H 'Content-Type: application/json; charset=utf-8' \ -H 'Accept: application/json, application/geo+json,...

api
medium priority
matrix :1234:

Hi, I am trying to compute a distance/duration matrix for a cycling-regular profile. The driving-car profile wors with no issues, but once I change to another of the loaded profiles,...

investigate :mag:
matrix :1234: