Hey,
i set up my own selfhosted openrouteservice with the profile public-transport. How can i access this profile withe the ors-api. Can you give me an example request?
My steps to include this profile:
- Adjust the ors-config.yml
activate profile
include profile
-
docker-compose.yml
add the gtfs data into the docker container
volumes:
…
./docker/data/gtfs_realtime.zip:/home/ors/ors-core/data/vvs_gtfs.zip -
docker-compose up --build -d
-
check the status
Thanks for you help