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

This is related to [this thread in the forum](https://ask.openrouteservice.org/t/distance-matrix-isochrone-do-not-use-custom-maxspeed-values/4343). #### Here's what I did According to the forum thread, I changed the maxspeed of the way in question to 10....

suggestion | question :question:

We need to check the ability of the container to execute, build graphs and run correctly. It shouldn't be too hard.

ci :construction_worker:
test

Reduce the used JSON libraries to just `org.json.json/org.json.json-simple` and `jackson`. Currently, `org.json.json-simple ` is used to serialize certain API responses, whereas `org.json.json` is also used in different situations. This should...

api-refactoring

We should integrate a test suite(s) that checks for the performance of specific request scenarios. One idea could be to have a slightly bigger test pbf that gets built regularly...

suggestion | question :question:
performance

### Page Link https://giscience.github.io/openrouteservice/installation/Building-from-Source.html#running-from-within-ide ### Documentation is ... Missing/Needed ### Please Explain in Detail: The documentation needs to be updated on how to run ors using IntelliJ IDEA. Setting the...

documentation :book:

### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description We currently don't test on that system configuration. This is part...

As mentioned here https://github.com/GIScience/openrouteservice/issues/1300#issuecomment-1495878518 we could improve the logging feedback when using the default logging factory. Things that could need some INFO printing: - [ ] Graph building starting/done. -...

low priority :palm_tree:
easy-fix :baby:

Hello, `only_straight_on` restriction is not supported. Please check following route: https://maps.openrouteservice.org/directions?n1=50.157696&n2=25.30745&n3=17&a=50.157645,25.305556,50.157398,25.308088&b=0&c=0&k1=en-US&k2=km Thanks Dima

graphhopper
investigate :mag:
on hold :hand:

The docker image already brought improvements in terms of size, stability, and startup time. What couldn't be solved is the complexity of the setup. It has historically grown to what...

enhancement | feature :zap:
help wanted :pray:

#### Here's what I did In the sample response sum of all `csv.summary.amount` is 100.72 which is causing UI issues. The response is inconsistent, most of the time it works...

HEAL