Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] sumo-gui - --junction-taz option from netedit

When loading sumocfg via the cli using the option --junction-taz
There is no issue loading.

C:\sumo_projects\ont_2_ranch>sumo-gui --junction-taz -c osm.sumocfg
----------------------------------------------------------------------------------------
Loading configuration ... done.
Loading net-file from 'osm.net.xml' ... done (18707ms).
Loading additional-files from 'osm.poly.xml' ... done (440ms).
Loading additional-files from 'taz.add.xml' ... done (25ms).
Loading done.


However when I am edding my net in netedit.
I have my taz included in sumocfg
But when I load sumocfg via netedit there is an error looking for "Set option '--junction-taz' or load a TAZ-file"
Is there an option that can be added to sumocfg to satisfy this requirement?





    <input>
        <net-file value="osm.net.xml"/>
        <additional-files value="osm.poly.xml,taz.add.xml"/>
        <route-files value="routes.rou.xml,ev_trips.xml"/>
    </input>

----------------------------------------------------------------------------------------
Loading additional-files from 'C:\sumo_projects\ont_2_ranch\osm.poly.xml' ... done (407ms).
Loading additional-files from 'C:\sumo_projects\ont_2_ranch\taz.add.xml' ... done (28ms).
Loading done.
Error: Source junction '4684989622' not known for trip '0'!
Set option '--junction-taz' or load a TAZ-file
Quitting (on error).




image.png

Back to the top