Hello all,

I am following the tutorial 
https://sumo.dlr.de/docs/Tutorials/PT_from_OpenStreetMap.html and trying to 
replicate it. For some reason I cannot get it working. The following is my 
sumocfg file. I have already tried this with and without the additional-files. 
The SUMO simulation displays the net file with no issue, but despite following 
the tutorial the route file does not do anything.

<configuration>


                <input>
                                <net-file value="map.net.xml"/>
                                <route-files value="flows.rou.xml"/>
                                <additional-files 
value="ptlines.xml,additional.xml"/>
                </input>

                <time>
                                <begin value="0"/>
                                <end value="2000"/>
                </time>

</configuration>
_______________________________________________
sumo-user mailing list
[email protected]
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user

Reply via email to