Tags: chenqin/graphhopper
Tags
Adds new fail-fast option to hand-crafted matrix client. (graphhopper… …#1661)
Response as GeoJSON (graphhopper#1651) * accept a new query parameter for isochrone requests called "type" and check that it is valid * the isochrone web requests with a query parameter "type=geojson" will return a FeatureCollection * fixed typo in copyrights * fixed formatting * fixed formatting * removed leftover call to bufferEntity() and updated the copyrights
Revert "move to JDK12 and test future 13" This reverts commit 8f54649.
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
PreviousNext