Skip to content

Commit

Permalink
Patching netedit expected results. Refs #3045 and #14053
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Nov 10, 2023
1 parent 502609a commit c5783bd
Showing 1 changed file with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,11 @@
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<route edges="Edge0 Edge1 Edge2" color="yellow" id="route_0">
<flow id="flow" begin="0.00" end="36.00" number="18" from="Edge0" to="Edge2">
<stop chargingStation="chargingStationA" duration="70.00" until="12.00" extension="10.00" expected="perA perB" parking="1" permitted="A B" actType="walking" triggered="person" tripId="tripA" line="lineA" onDemand="false" jump="4" split="splitA"/>
</route>
<route edges="EdgeCenter0 EdgeCenter1" color="yellow" id="route_1">
</flow>
<flow id="flow" begin="0.00" end="36.00" number="18" from="EdgeCenter0" to="EdgeCenter1">
<stop chargingStation="chargingStationB" duration="60.00" until="20.00" extension="20.00" expected="conA conB" parking="0" permitted="C D" actType="singing" triggered="container" tripId="tripB" line="lineB" onDemand="true" jump="8.4" split="splitB"/>
</route>

<vehicle id="vehicle_0" depart="0.00" route="route_0"/>
<vehicle id="vehicle_1" depart="0.00" route="route_1"/>

</flow>

</routes>

0 comments on commit c5783bd

Please sign in to comment.