FatihA
05.05.2015, 20:44
Hello,
it seems that public void setFerriesAvoided(boolean ferriesAvoided) not working.
I have checked this also with the DemoApplication 2.4.
For example a route calculation to London (England) from Frankfurt (Germany) with the Setting setFerriesAvoided(false) is working fine.
The route calculation uses Ferries and you can pass the sea qith the Ferry.
But the same route calculation with setFerriesAvoided(true) not avoided the Ferries -> It used the same route as with setFerriesAvoided(false).
For London there is an alternativ route without Ferry available (Train transport), but the calculation does not use this. It use the Ferries from Calais.
it seems that public void setFerriesAvoided(boolean ferriesAvoided) not working.
I have checked this also with the DemoApplication 2.4.
For example a route calculation to London (England) from Frankfurt (Germany) with the Setting setFerriesAvoided(false) is working fine.
The route calculation uses Ferries and you can pass the sea qith the Ferry.
But the same route calculation with setFerriesAvoided(true) not avoided the Ferries -> It used the same route as with setFerriesAvoided(false).
For London there is an alternativ route without Ferry available (Train transport), but the calculation does not use this. It use the Ferries from Calais.