chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
20 stars 13 forks source link

Send routingPort all the way throught the stack when doing batch calc… #1003

Closed greenscientist closed 4 days ago

greenscientist commented 5 days ago

…ulation

Recent refactoring have dropped the routingPort, which was used for handling batch calculation to a separate trRouting instance. This add the field to the type and create an hostport parameter before calling the trRouting interface

greenscientist commented 5 days ago

Locally tested the "single" routing calculation and the batch calculation. Confirmed in the TrRouting logs that the request were sent to the right one.