Skip to content

Tags: viethang/graphhopper

Tags

0.14.0-pre1

Toggle 0.14.0-pre1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move path extraction logic out of `Path` class (graphhopper#1730)

* Remove PathBidirRef#switchFromTo
* Remove unnecessary statement in edge-based CH algo
* Remove unnecessary check in AlternativeRoute
* Use dedicated path extraction class for bidir algos
* Remove PathBidirRef and subclasses
* Make AStar more similar to Dijkstra
* Move path extraction for unidir algos into new PathExtractor
* Remove extract stuff from Path class

0.13.0

Toggle 0.13.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
updated README.md

0.13.0-pre19

Toggle 0.13.0-pre19's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
easbar Andi
Fix integer overflow in PrepareContractionHierarchies

0.13.0-pre18

Toggle 0.13.0-pre18's commit message
New MaxLengthParser (graphhopper#1703)

* Add maxlength profile

* Move shared value parsing logic into helper class

* Provide a parser for OSMs maxlength tag

* Merge value extraction helper classes

0.13.0-pre17

Toggle 0.13.0-pre17's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
/spt endpoint fix wrong var name

0.13.0-pre16

Toggle 0.13.0-pre16's commit message
Add support for hgv toll sub-categories (graphhopper#1704)

0.13.0-pre14

Toggle 0.13.0-pre14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds new fail-fast option to hand-crafted matrix client. (graphhopper…

…#1661)

0.13.0-pre13

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

0.13.0-pre12

Toggle 0.13.0-pre12's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
Revert "move to JDK12 and test future 13"

This reverts commit 8f54649.

0.13.0-pre11

Toggle 0.13.0-pre11's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
client-hc: add test for optimize=true