Could not find routable point

Hello, so I’m just trying to find a routable point between 2 coordinates. Here is my complete error when I paste the URL below:

“Could not find a routable point within a radius of 400000.0 meters of the specified coordinate 0: -52.6478080 5.1649954.”

Here is the URL:
http://localhost:8080/ors/v2/directions/driving-car?&start=-52.6478080,5.1649954&end=-52.3261832,4.8496045

I already checked that I’m not using the default map and the car profile is active (I think).
Here’s what the status says:

“engine”: {“build_date”: “2024-03-21T13:55:54Z”, “version”: “8.0.0”}, “profiles”: {“profile 1”: {“storages”: {“WayCategory”: {“gh_profile”: “car_ors_fastest_with_turn_costs”}, “HeavyVehicle”: {“gh_profile”: “car_ors_fastest_with_turn_costs”}, “WaySurfaceType”: {“gh_profile”: “car_ors_fastest_with_turn_costs”}, “RoadAccessRestrictions”: {“gh_profile”: “car_ors_fastest_with_turn_costs”, “use_for_warnings”: “true”}}, “profiles”: “driving-car”, “creation_date”: “”, “limits”: {“maximum_distance”: 100000, “maximum_waypoints”: 100, “maximum_distance_dynamic_weights”: 100000, “maximum_distance_avoid_areas”: 100000}}}, “services”: [“routing”, “isochrones”, “matrix”, “snap”]}

Do you have any idea why I get this error and how to fix it? I’ve been stuck on this for several weeks…
PS: I’m using Docker and I have download the correct map ( and I change which map i’m using in my config file ) .

Sorry if there are mistakes english is not my native language :slight_smile:

Sadly , It seems like the API isn’t functioning properly for South America.
Hopefully, they’ll address this issue soon. In the meantime, try to look into a different API. :wink:

Really ? :smiling_face_with_tear:
Even if i’m using my own map from GeoFabrik?? ( because that’s what i’m doing… )
Thanks for the reply I will look into some other API then :face_with_diagonal_mouth:

On the public API, I have no issues with these coordinates. You could check in the logs, whether the right configuration file and the right osm-file are picked up.

1 Like

I didn’t found any error , here is my log file :

2024-04-11 12:28:02  :: Spring Boot ::                (v3.1.6)
2024-04-11 12:28:02 
2024-04-11 12:28:02 2024-04-11 10:28:02 INFO                                                  main [ o.h.o.a.Application                      ]   Starting Application v8.0.0 using Java 21.0.2 with PID 1 (/ors.jar started by root in /home/ors)
2024-04-11 12:28:02 2024-04-11 10:28:02 INFO                                                  main [ o.h.o.a.Application                      ]   The following 1 profile is active: "default"
2024-04-11 12:28:02 2024-04-11 10:28:02 INFO                                                  main [ o.h.o.a.ORSEnvironmentPostProcessor      ]   
2024-04-11 12:28:02 2024-04-11 10:28:02 INFO                                                  main [ o.h.o.a.ORSEnvironmentPostProcessor      ]   Configuration lookup started.
2024-04-11 12:28:02 2024-04-11 10:28:02 INFO                                                  main [ o.h.o.a.ORSEnvironmentPostProcessor      ]   Configuration file set by environment variable.
2024-04-11 12:28:02 2024-04-11 10:28:02 INFO                                                  main [ o.h.o.a.ORSEnvironmentPostProcessor      ]   Loaded file '/home/ors/config/ors-config.yml'
2024-04-11 12:28:02 2024-04-11 10:28:02 INFO                                                  main [ o.h.o.a.ORSEnvironmentPostProcessor      ]   Configuration lookup finished.
2024-04-11 12:28:02 2024-04-11 10:28:02 INFO                                                  main [ o.h.o.a.ORSEnvironmentPostProcessor      ]   
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                              ORS-Init [ o.h.o.a.s.l.ORSInitContextListener       ]   Initializing ORS...
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                              ORS-Init [ o.h.o.r.RoutingProfileManager            ]   Total - 1024 MB, Free - 953.60 MB, Max: 3 GB, Used - 70.40 MB
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                              ORS-Init [ o.h.o.r.RoutingProfileManager            ]   ====> Initializing profiles from '/home/ors/files/guyana-latest.osm.pbf' (1 threads) ...
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                              ORS-Init [ o.h.o.r.RoutingProfileManager            ]   1 profile configurations submitted as tasks.
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                            ORS-pl-car [ o.h.o.r.RoutingProfile                   ]   [1] Profiles: 'driving-car', location: '/home/ors/./graphs/car'.
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                            ORS-pl-car [ o.h.o.r.g.e.c.CoreLMPreparationHandler   ]   Loaded landmark splitting collection from 
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                            ORS-pl-car [ o.h.o.r.g.e.c.CorePreparationHandler     ]   Creating CH preparations, totalMB:1024, usedMB:312
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                            ORS-pl-car [ o.h.o.r.g.e.c.CoreLMPreparationHandler   ]   Creating LM preparations, totalMB:1024, usedMB:314
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                            ORS-pl-car [ o.h.o.r.g.e.c.CoreLandmarkStorage        ]   Created core node ID map for car_ors_fastest_with_turn_costs_highways of size 578
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                            ORS-pl-car [ o.h.o.r.g.e.c.CoreLandmarkStorage        ]   Created core node ID map for car_ors_fastest_with_turn_costs_allow_all of size 578
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                            ORS-pl-car [ o.h.o.r.g.e.c.CoreLandmarkStorage        ]   Created core node ID map for car_ors_shortest_with_turn_costs_highways of size 578
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                            ORS-pl-car [ o.h.o.r.g.e.c.CoreLandmarkStorage        ]   Created core node ID map for car_ors_shortest_with_turn_costs_allow_all of size 578
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                            ORS-pl-car [ o.h.o.r.g.e.c.CoreLMPreparationHandler   ]   Finished LM preparation, totalMB:1024, usedMB:345
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                            ORS-pl-car [ o.h.o.r.g.e.ORSGraphHopper               ]   version v4.9.1|2024-01-17T09:08:46Z (7,20,5,4,5,7)
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                            ORS-pl-car [ o.h.o.r.g.e.ORSGraphHopper               ]   graph CH|car_ors|RAM_STORE|3D|turn_cost|7,20,5,4,5, details:edges:42 890(2MB), nodes:33 271(1MB), name:(2MB), geo:339 845(2MB), bounds:-61.4969989,-57.1354514,1.6225908,8.2676134,-4.0,1336.0, shortcuts:22 151 (1MB), nodesCH:33 271 (1MB), shortcuts:34 814 (2MB), nodesCH:33 271 (1MB), shortcuts:39 539 (2MB), nodesCH:33 271 (1MB)
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                            ORS-pl-car [ o.h.o.r.RoutingProfile                   ]   [1] Edges: 42890 - Nodes: 33271.
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                            ORS-pl-car [ o.h.o.r.RoutingProfile                   ]   [1] Total time: 0.739s.
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                            ORS-pl-car [ o.h.o.r.RoutingProfile                   ]   [1] Finished at: 2024-04-11 10:28:04.
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                              ORS-Init [ o.h.o.r.RoutingProfileManager            ]   Total time: 0.768s.
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                              ORS-Init [ o.h.o.r.RoutingProfileManager            ]   ========================================================================
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                              ORS-Init [ o.h.o.r.RoutingProfileManager            ]   ====> Recycling garbage...
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                              ORS-Init [ o.h.o.r.RoutingProfileManager            ]   Before: Total - 1024 MB, Free - 673.60 MB, Max: 3 GB, Used - 350.40 MB
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                              ORS-Init [ o.h.o.r.RoutingProfileManager            ]   After: Total - 1024 MB, Free - 940.33 MB, Max: 3 GB, Used - 83.67 MB
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                              ORS-Init [ o.h.o.r.RoutingProfileManager            ]   ========================================================================
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                              ORS-Init [ o.h.o.r.RoutingProfileManager            ]   ====> Memory usage by profiles:
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                              ORS-Init [ o.h.o.r.RoutingProfileManager            ]   [1] 28.03 MB (33.5%)
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                              ORS-Init [ o.h.o.r.RoutingProfileManager            ]   Total: 28.03 MB (33.5%)
2024-04-11 12:28:04 2024-04-11 10:28:04 INFO                                              ORS-Init [ o.h.o.r.RoutingProfileManager            ]   ========================================================================
2024-04-11 12:28:05 2024-04-11 10:28:05 INFO                                                  main [ o.h.o.a.Application                      ]   Started Application in 3.33 seconds (process running for 4.166)
2024-04-11 12:28:05 2024-04-11 10:28:05 INFO                                                  main [ o.h.o.a.Application                      ]   openrouteservice {"build_date":"2024-03-21T13:55:54Z","version":"8.0.0"}

I can reproduce the issue locally and filed a bug report: Cannot find routable point · Issue #1777 · GIScience/openrouteservice · GitHub.

1 Like

The solution to this issue is to use the right regional extract. I fell into the same trap: French Guyana is formally a region of France and not related to the country Guyana. Although located in South America, the extract of French Guyana can be found at Geofabrik under Europe/France/Guyane (ending in e not in a).

Best regards

2 Likes

It’s working !
Thanks !!!
To everyone having the same issue ; Don’t forget to delete elevation cache and car folder in graphs