Graphhopper v0.6 Release Notes

Release Date: 2016-02-08 // about 8 years ago
    • โœ‚ removed methods deprecated in 0.4 and 0.5
    • ๐Ÿ“‡ renamed EdgeEntry to SPTEntry and AStar.AStarEdge to AStar.AStarEntry
    • ๐Ÿšš parameter force removed from AbstractFlagEncoder.applyMaxSpeed
    • GHResponse now wraps multiple PathWrapper; renamed GraphHopper.getPaths to calcPaths as 'get' sounded too cheap; a new method RoutingAlgorithm.calcPaths is added; see #596
    • moving lgpl licensed file into own submodule graphhopper-tools-lgpl
    • renaming of Tarjans algorithm class to TarjansSCCAlgorithm
    • more strict naming for Weighting enforced and more strict matching to select Weighting (equals check), #490
    • specify the preferred-language for way names during graph import (ISO 639-1 or ISO 639-2)
    • ๐Ÿ‘ renaming of getCHWeighting to getCHWeightings due to supporting multiple CH weightings, #623
    • ๐Ÿ—„ deprecation of setCHWeighting, please use setCHWeightings instead, #623