GraphHopper v0.9 Release Notes

Release Date: 2017-06-13 // almost 7 years ago
    • ✂ remove war bundling support #297
    • 0️⃣ rename of DefaultModule to GraphHopperModule and GHServletModule to GraphHopperServletModule
    • EncodedValue uses Math.round(value/factor). This can change the retrieved values for EncodedValues #954
    • EncodedDoubleValue and EncodedValue requires maxValue/factor to be a natural number #954
    • 0️⃣ default base algorithm for all modes is bidirectional A* (except speed mode)
    • introduced landmarks based hybrid mode, #780
    • moving all prepare.xy configs to prepare.ch.xy and e.g. disallow the old
    • ✂ removed deprecated methods in GraphHopper (setCHWeighting, setCHWeightings, getCHWeightings, setCHWeightings, getCHPrepareThreads, setCHPrepareThreads), Path.calcMillis, findID of LocationIndex and all implementations