GTFS multimodal routing with access/egress modes other than walk

Hi,

Is there a way to specify other modes than “foot” for the access and egress leg? Consider a park & ride scenario where the mode sequence would, for instance, be car-pt-walk. I can use setWalkSpeedKmH() to somehow tune the access/egress velocity, but that’s actually not what I need.

Best, Johannes

I would like to know this also. I’m planning on creating a new FlagEncoder and I am wondering if it would be possible to use it with GTFS routing.

This is possible now. See https://github.com/graphhopper/graphhopper/issues/1023