Tags: Dizner/graphhopper
Tags
Fixes wrong routing occurring when stall on demand is used with virtu… …al via-nodes. (graphhopper#1581) * Adds integration test showing bug. Signed-off-by: easbar <[email protected]> * Adds unit test explaining the issue. Signed-off-by: easbar <[email protected]> * Adds query point to QueryResult.toString(); Signed-off-by: easbar <[email protected]> * Puts integration test into separate file and adds random graph bug finding test. Signed-off-by: easbar <[email protected]> * Fixes the issue by using epsilon for floating point comparison. Signed-off-by: easbar <[email protected]> * Fixes forgotten node 8 in test and query graph test (toString()). Signed-off-by: easbar <[email protected]> * Minor renames & comments. Signed-off-by: easbar <[email protected]> * Cleans-up setting edge speed. Signed-off-by: easbar <[email protected]>
Adds CHAlgoFactoryDecorator#getPreparation. (cherry picked from commit 741a68d) Signed-off-by: easbar <[email protected]>
Ferry bicycle or foot designated (graphhopper#1568) * fixed BikeCommonFlagEncoder to acceptWay when route=ferry and bicycle is contained in intendedValue * fixed FootFlagEncoder to acceptWay when route=ferry and foot is contained in intendedValue * moved ferry tests t AbstractBikeFlagEncoderTester.testFerries
Access refactoring (graphhopper#1436) * access refactoring * move TagParser into separate file, added javadocs
Merge branch 'master' of git+ssh://github.com/graphhopper/graphhopper
state that we do not use the gtfs-lib dependency directly
PreviousNext