Skip to content

Tags: manueltimita/graphhopper

Tags

0.13.0-pre9

Toggle 0.13.0-pre9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove default method in XFirstSearch to force thinking about the bit…

…set implementation, fixes graphhopper#1648 (graphhopper#1649)

0.13.0-pre8

Toggle 0.13.0-pre8's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
don't do interpolation twice, fixes graphhopper#1645

0.13.0-pre7

Toggle 0.13.0-pre7's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
make road_class parser more resilient

0.13.0-pre6

Toggle 0.13.0-pre6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
renamed implementations of IntEncodedValue and DecimalEncodedValue (g…

…raphhopper#1627)

0.13.0-pre5

Toggle 0.13.0-pre5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.13.0-pre4

Toggle 0.13.0-pre4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.13.0-pre3

Toggle 0.13.0-pre3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

0.13.0-pre2

Toggle 0.13.0-pre2's commit message
Fixup: GPX-XML code belongs with the other serializers

0.13.0-tardur1

Toggle 0.13.0-tardur1's commit message
Time-dependent Dijkstra

0.13.0-pre1

Toggle 0.13.0-pre1's commit message
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]>