Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Add reference to #91 (to be squashed with previous commits)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanholder committed Jan 17, 2017
1 parent c88828a commit 8b87104
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public MatchResult doWork(List<GPXEntry> gpxList) {
queryGraph.lookup(allQueryResults);

// Different QueryResults can have the same tower node as their closest node.
// Hence, we now dedupe the query results of each GPX entry by their closest node.
// Hence, we now dedupe the query results of each GPX entry by their closest node (#91).
// This must be done after calling queryGraph.lookup() since this replaces some of the
// QueryResult nodes with virtual nodes. Virtual nodes are not deduped since there is at
// most one QueryResult per edge and virtual nodes are inserted into the middle of an edge.
Expand Down

0 comments on commit 8b87104

Please sign in to comment.