Hi!
As described I have changed the source-file in the ors-config.yml and I have of course downloaded and placed the respective file in the subdirectory “files” under “ors-docker”. I have rebuilt the docker image and also the docker logs show me, that the correct OSM file is evaluated, yet still the only routes that yield results are routes within Heidelberg.
I have tried this with several files, but for the sake of example let’s go with the andorra-latest.osm.pbf. So this is located correctly under ors-docker/files/andorra-latest.osm.pbf and in the ors-config.yml I changed the source file to:
engine:
source_file: ./files/andorra-latest.osm.pbf
I even additionally tried adding it in the docker-compose.yml:
ors.engine.source_file: /home/ors/files/andorra-latest.osm.pbf
ors.engine.profiles.car.enabled: true
The docker logs then correctly tell me:
====> Initializing profiles from '/home/ors/files/andorra-latest.osm.pbf' (1 threads) ...
However when I make requests, the only ones that work are not ones within Andorra as what would be expected, but routes within Heidelberg! The same effect also happens with other OSM files. it is as if somehow the chosen OSM isn’t used and instead the (hidden?) example file of Heidelberg is used.
What am I missing?