Skip to content

Tags: msand/graphhopper

Tags

1.0-pre18

Toggle 1.0-pre18's commit message
Move stuff around in GTFS

1.0-pre17

Toggle 1.0-pre17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use RoutingCHGraph adapter for CH query algorithms (graphhopper#1850)

* Add CHRoutingGraph to be used for CH query algorithms
* Remove RoutingAlgo#setEdgeFilter methods, filter is only used internally now

feature_1850_02

Toggle feature_1850_02's commit message

Verified

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

# Conflicts:
#	core/src/main/java/com/graphhopper/routing/AlternativeRouteCH.java

1.0-pre16

Toggle 1.0-pre16's commit message
Use road class to determine if a fork should have an instruction (gra…

…phhopper#1844)

* Use road class to determine if a fork should have an instruction

* Don't use edge.getFlags for encoded values

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

feature_1850_01

Toggle feature_1850_01's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
easbar Andi
Undo inlining of edgeState(), its not faster

1.0-pre15

Toggle 1.0-pre15's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
include measurement for alternative routes graphhopper#1722

1.0-pre14

Toggle 1.0-pre14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(Almost) move access flag checks into weighting for CH preparation (g…

…raphhopper#1837)

* Use PrepareCHEdgeExplorer/Iterator also for original edge iterators
* Move access checks when filtering edges in PrepareCHGraph (almost) into weighting
* Add CHEdgeIteratorState#getFwd/BwdAccess

1.0-pre13

Toggle 1.0-pre13's commit message

Verified

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

- remove subclasses or at least no longer use inheritance
- remove TurnWeighting (without turn costs there are no u-turns anyway)
- various clean-ups, add some docs

1.0-pre12

Toggle 1.0-pre12's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
reintroduce setter for ConditionalTagInspector, got missing in graphh…

…opper#1817

1.0-pre11

Toggle 1.0-pre11's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
karussell Peter
ensure we use separate point hints list internally, as we modify it