Tags: hung173/graphhopper
Tags
remove default method in XFirstSearch to force thinking about the bit… …set implementation, fixes graphhopper#1648 (graphhopper#1649)
renamed implementations of IntEncodedValue and DecimalEncodedValue (g… …raphhopper#1627)
Render vector tiles from graph storage (graphhopper#1572) * use 4 or 16 cells only for LocationIndexTree * make it possible to visualize boundaries of Quadtree and add few notes what's different to usual implementation * implement query(BBox), graphhopper#1324 * test and show how to properly user query(BBox) * make it clear what we can expect from the Visitor functionality; added EdgeVisitor * use query(Shape) instead of query(BBox) * example log: avoid immediateFlush config as it is confusing * make current maximum precision clear in javadoc * show tiles via graph exploration * made vector tiles much faster via loc_index branch * show less details for small zoom numbers and full geometry details for big zoom * make it possible to use speed in JavaScript and use Leaflet > 1.0; see https://gist.github.com/karussell/0720b3d3b297621c8bb10cf8c86b2906 * store name and filter based on speed not edge length * use separate MVTResource * try to fix openjdk12 download URL * Adds alternative z/x/y endpoint. Signed-off-by: easbar <[email protected]> * fix response application type * remove unnecessary isochrone stuff * integrate local mvt into GH maps demo * switch localhost to 127.0.0.1 * do remove roads from omniscale layer * updated main.js * fixed merge conflict for LocationIndexTree * include mvt test that reads tile from /mvt endpoint * revert changes in travis config * include various EncodedValues in response * advertise /mvt endpoint
Makes QueryGraph's edge-explorer cache work for all EdgeFilters, fixes … …graphhopper#1623. (graphhopper#1624) * Adjusts query graph's edge explorer caching behavior. * Adds filter id to DefaultEdgeFilter * Removes acceptsFwd/Bwd from DefaultEdgeFilter. * Replaces PrepEdgeFilter in PrepareRoutingSubnetworks with DefaultEdgeFilter
Implements correct time calculation for edge-based CH. (graphhopper#1611 ) Shortcut unpacking is adjusted such that the previous edge is considered and turn cost times are added.
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]>
PreviousNext