Mael
Mael
I define some environment variables in `docker-compose.yml` (e.g. `THREADS=8`) which get used correctly for setting up `renderd.conf` [https://github.com/Overv/openstreetmap-tile-server/blob/6088b9b37f440f141f643f413a3d6454a1c01aa2/run.sh#L171](https://github.com/Overv/openstreetmap-tile-server/blob/6088b9b37f440f141f643f413a3d6454a1c01aa2/run.sh#L171) But the `openstreetmap-tiles-update-expire.sh` executed via Cron doesn't have access to the enviroment...
Routing in this [example ](https://www.openstreetmap.org/directions?engine=fossgis_valhalla_car&route=54.7841%2C8.8364%3B54.9068%2C8.3116#map=10/54.9532/8.6476) ignores the car shuttle train [SyltShuttle](https://en.wikipedia.org/wiki/Car_shuttle_train#:~:text=The-,SyltShuttle,-operated%20by%20DB). The changes leading to this issue were made [here](https://www.openstreetmap.org/changeset/133837637) and discussed in this [thread](https://community.openstreetmap.org/t/route-shuttle-train-deprecation-of-13-11-year-old-never-activated-proposal/97351/33) . Are there any plans...