Hi all
I’ve deployed ors on my server using dockers - on default settings everything went well, but when I’ trying to use some other extract (poland in this case) I’m getting exception “Point 0 is out of bounds”.
I downloaded extract into ./docker/data folder
I made new config basing on template to point this extract
I’ve found also additional ./Dockerfile with a path to config so changed there also
I’ve removed all containers and images from docker and everything from ./docker/build
“docker-compose up” was running about 2h and I got “8922076 [INFO] BUILD SUCCESS”
Script failed on step 11 “An HTTP request took too long to complete” so “export COMPOSE_HTTP_TIMEOUT=240” and rerun
ors-core launched with proper extract “====> Initializing profiles from ‘data/poland-latest.osm.pbf’ (1 threads) …”
Hi there, I am facing the same problem: Error message:
404 Not Found
{“error”:{“code”:2010,“message”:“Point 0 is out of bounds: -121.978,37.7799”},“info”:{“engine”:{“version”:“5.0.1”,“build_date”:“2019-05-29T14:22:56Z”},“timestamp”:1566313823484}}
hello is there any way to disable this error because some points do not have any direction to them but they are true and I don’t want the system to show an error or is there a way to check the validity of a point before requesting a direction?