Skip to content

Commit

Permalink
Merge branch 'master' into preparation-geom-free-zones
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbischoff authored Sep 6, 2024
2 parents 3be30cd + e7a507e commit 143326b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion matsim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.6-3</version>
<version>1.5.6-5</version>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ private void createStopNodesAndLoopLinks() {
this.nodes.put(stop, node);

Link loopLink = this.network.getFactory().createLink(Id.createLinkId (this.prefix + stop.getId()), node, node);
loopLink.setAllowedModes(this.transitModes);
stop.setLinkId(loopLink.getId());
this.network.addLink(loopLink);
Tuple<Node, Node> connection = new Tuple<>(node, node);
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<log4j.version>2.23.1</log4j.version>
<geotools.version>31.3</geotools.version>
<osmosis.version>0.49.2</osmosis.version>
<jts.version>1.19.0</jts.version>
<jts.version>1.20.0</jts.version>
<guice.version>7.0.0</guice.version>
<jackson.version>2.17.2</jackson.version>
<jogl.version>2.5.0</jogl.version>
Expand Down Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<version>3.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -242,7 +242,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
<version>2.0.16</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 143326b

Please sign in to comment.