Skip to content

Tags: laik/graphhopper

Tags

5.0-pre3

Toggle 5.0-pre3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
easbar Andi
Do not ignore custom model in client-hc, fix graphhopper#2535

5.0-pre2

Toggle 5.0-pre2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
easbar Andi
No longer ignore headings in client-hc, fix graphhopper#2009

5.0-pre1

Toggle 5.0-pre1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make node-based CH more robust for different weightings (graphhopper#…

…2514)

* search radius is based on mean graph degree again, but the factor used to determine the maximum settled nodes is now configurable
* allow limiting the maximum number of neighbor updates per node
* use neighbor update heuristic by default

4.0

Toggle 4.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
easbar Andi
Release 4.0

4.0-pre2

Toggle 4.0-pre2's commit message

Verified

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

3.2

Toggle 3.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
pin webpack version

3.1

Toggle 3.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
avoid prototype pollution (graphhopper#2370)

* avoid prototype pollution

* Update web-bundle/src/main/resources/com/graphhopper/maps/js/tools/url.js

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

* Update web-bundle/src/test/resources/com/graphhopper/maps/spec/tools/urlSpec.js

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

* add expected in test

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

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