Handling Ferries and Rail without CombinedTransportID
Posted: Wed Feb 28, 2018 10:48 am
Hi,
we maintain our own geo locations for ferry ports and railway stations. Thus we are not relying on the combinedTransportIDs within PTV. What would be the best-practice scenario when calculating a route from A to B with a ferry or rail in between, without using combinedTransportIDs?
Currently we would implement it like that (for ferries):
Manuel
we maintain our own geo locations for ferry ports and railway stations. Thus we are not relying on the combinedTransportIDs within PTV. What would be the best-practice scenario when calculating a route from A to B with a ferry or rail in between, without using combinedTransportIDs?
Currently we would implement it like that (for ferries):
- calculateRoute call for the 1st segment from A to port of departure
- calculateRoute call for the 2nd segment from port of arrival to B
- draw the polyline for the ferry on your own on the map, to connect the two points (departure and arrival of the ferry)
Manuel