This project is a stub intended to experiment with replacing Trainlog's default OSRM train routing allowing the use of router profiles. Built with Docker
- Includes basic routing profiles
- Processes OpenStreetMap
.osm.pbffiles with the custom logic - Serves the result, including a basic frontend
- Intended for testing or prototyping alternative routing setups
-
Put your
.osm.pbffile into theosm/directory Example:osm/filtered_train.osm.pbf -
Make sure the path to your file is correctly set in
config.yml -
Run the setup using Docker Compose:
docker compose up
-
Go to http://localhost:8989 to try the routing