Skip to content

Commit

Permalink
complicating test. refs #4832
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Nov 22, 2018
1 parent c087fe5 commit 90be548
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">

<vType id="DEFAULT_VEHTYPE" sigma="0">
<param key="parking.distance.weight" value="1"/>
</vType>
<vTypeDistribution id="dist0">
<vType id="default" sigma="0"/>
<vType id="bus" vClass="bus" sigma="0"/>
</vTypeDistribution>

<route id="route1" edges="a b c">
<stop index="1" parkingArea="ParkAreaB" duration="20" parking="true"/>
</route>

<flow id="v" route="route1" begin="0" end="20" period="1"/>
<flow id="v" type="dist0" route="route1" begin="0" end="20" period="1"/>


</routes>

0 comments on commit 90be548

Please sign in to comment.