GraphHopper v2.0 Release Notes

Release Date: 2020-09-29 // over 3 years ago
    • AbstractFlagEncoder#getMaxSpeed returns now Double#NaN instead of -1 if no maxspeed was found
    • ๐Ÿ“‡ renamed QueryResult -> Snap
    • much faster CH preparation (node- and edge-based), but increased memory usage during preparation, #2132
    • โž• added navigation repo #2071
    • ๐Ÿ‘‰ use Java 8 also for core, client-hc and reader-osm modules. all modules use Java 8 now
    • โœ‚ removed android demo, #1940
    • โž• added edge key path detail, #2073
    • ๐Ÿ›  fixed bug for turn restrictions on bridges/tunnels, #2070
    • ๐Ÿ‘Œ improved resolution of elevation profiles, 3D Ramer-Douglas-Peucker and long edge sampling, #1953