Skip to content
This repository was archived by the owner on Sep 12, 2022. It is now read-only.

Tags: ctriley/graphhopper

Tags

4.0-pre1

Toggle 4.0-pre1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Include priority EncodedValue in CustomWeighting (graphhopper#2333)

* priority: use 4 bits and 0.1 factor

* move 0.5 into EncodedValue

* introduce priority in CustomWeighting

* include priority and test bike fastest vs bike custom

* rename enums to adapt to new range 0..15

* Add failing test

* replace 1.5 with PriorityCode

Co-authored-by: easbar <[email protected]>

3.0

Toggle 3.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
release 3.0

3.0-pre5

Toggle 3.0-pre5's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
geocoding request should throw an exception for every not http 200

2.4

Toggle 2.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
avoid regex in navigate module (graphhopper#2304)

* replace two regexs with one indexOf

* make check stricter

* use @easbar's suggestion

3.0-pre4

Toggle 3.0-pre4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
use again separate EdgeBasedTarjanSCC.getEdgeFromKey, see graphhopper…

…#2152

client_hc_no_vehicle

Toggle client_hc_no_vehicle's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
easbar Andi
Merge branch 'master' into client_hc_vehicle_to_profile

3.0-pre3

Toggle 3.0-pre3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
do not silently ignore exceptions in PBF import (graphhopper#2270)

* OSM PBF import: do not silently ignore exceptions, fixes graphhopper#2269

* revert unrelated change

* minor name change

3.0-pre2

Toggle 3.0-pre2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
custom model: allow brackets in condition

3.0-pre1

Toggle 3.0-pre1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
minor tweak to EncodedValue implementation

2.3

Toggle 2.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
upgraded dropwizard to 2.0.16, graphhopper#2183