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
95b892a2
Commit
95b892a2
authored
Mar 27, 2017
by
Clemens Krug
Browse files
Graphhopper update to 0.7.0
parent
1756088a
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
95b892a2
...
@@ -340,7 +340,7 @@
...
@@ -340,7 +340,7 @@
<dependency>
<dependency>
<groupId>
com.graphhopper
</groupId>
<groupId>
com.graphhopper
</groupId>
<artifactId>
graphhopper
</artifactId>
<artifactId>
graphhopper
</artifactId>
<version>
0.
5
.0
</version>
<version>
0.
7
.0
</version>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
...
...
src/de/tud/kom/p2psim/impl/topology/movement/local/RealWorldStreetsMovement.java
View file @
95b892a2
...
@@ -142,7 +142,7 @@ public class RealWorldStreetsMovement extends AbstractLocalMovementStrategy {
...
@@ -142,7 +142,7 @@ public class RealWorldStreetsMovement extends AbstractLocalMovementStrategy {
movementPoints
.
put
(
comp
,
new
RealWorldMovementPoints
(
comp
.
getRealPosition
(),
destination
,
pointList
,
0
));
movementPoints
.
put
(
comp
,
new
RealWorldMovementPoints
(
comp
.
getRealPosition
(),
destination
,
pointList
,
0
));
}
}
else
{
else
{
pointList
=
rsp
.
getPoints
();
pointList
=
rsp
.
getBest
().
getPoints
();
movementPoints
.
put
(
comp
,
new
RealWorldMovementPoints
(
comp
.
getRealPosition
(),
destination
,
pointList
,
0
));
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