Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Error message regarding expected whitespace in .rou.xml file

Thanks Harald. The first seven lines of the rou.xml file are as follows:

<routes>
<vType accel="1.0" decel="5.0" id="Car" length="2.0" maxSpeed="100.0"
sigma="0.0"/>
<vType accel="1.0" decel="5.0" id="Bus" length="12.0" maxSpeed="1.0"
sigma="0.0"/>

<route id="route0" edges="1to2 2to3"/>
<vehicle depart="10 id="veh0" route="route0" type="Bus"/>
<route id="route1" edges ="2to3 3to4"/>
<vehicle depart="10" id="veh1" route="route1" type="Car"/>





--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/


Back to the top