Routing to restricted area

Yes, I download it from Geofabrik every time.

In the second case I’ve regenerated the data with "lmsets": "highways,tollways;highways;tollways;country_193;allow_all" and it fixed my problem - now it avoids tolls. It’s interesting why it was not working before that.

In the first case it still cannot find a valid route. I’m using multiple osm files (Germany, Poland, etc.) merged with osmosis:

osmosis \
belgium-latest.osm.pbf nord-pas-de-calais-latest.osm.pbf germany-latest.osm.pbf great-britain-latest.osm.pbf ireland-and-northern-ireland-latest.osm.pbf isle-of-man-latest.osm.pbf liechtenstein-latest.osm.pbf luxembourg-latest.osm.pbf netherlands-latest.osm.pbf poland-latest.osm.pbf \
--merge --merge --merge --merge --merge --merge --merge --merge --merge \
--wb /var/lib/docker/volumes/ors_data/_data/osm_file.pbf

Do you think it may be the reason? I’ll try to use plain Poland file and check this again.

EDIT: I’ve tested it and it still does not work with the original Poland osm file, so I’ve no idea what is wrong.