Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
32e5ffd8
Commit
32e5ffd8
authored
May 22, 2017
by
Julian Zobel
Browse files
Updated GraphHopper to the current version 0.7.0.
Minor changes in RealWorldStreetMovement to support new GraphHopper version.
parent
beae4fd2
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
32e5ffd8
...
...
@@ -340,7 +340,7 @@
<dependency>
<groupId>
com.graphhopper
</groupId>
<artifactId>
graphhopper
</artifactId>
<version>
0.
5
.0
</version>
<version>
0.
7
.0
</version>
<exclusions>
<exclusion>
<groupId>
org.slf4j
</groupId>
...
...
src/de/tud/kom/p2psim/impl/topology/movement/local/RealWorldStreetsMovement.java
View file @
32e5ffd8
...
...
@@ -127,7 +127,7 @@ public class RealWorldStreetsMovement extends AbstractLocalMovementStrategy {
movementPoints
.
put
(
comp
,
new
RealWorldMovementPoints
(
comp
.
getRealPosition
(),
destination
,
pointList
,
0
));
}
else
{
pointList
=
rsp
.
getPoints
();
pointList
=
rsp
.
getBest
().
getPoints
();
movementPoints
.
put
(
comp
,
new
RealWorldMovementPoints
(
comp
.
getRealPosition
(),
destination
,
pointList
,
0
));
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment