Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Loading multiple route files

You need to set a single value attribute like this to get valid XML:

 <route-files value="Boston_10000b.rou.xml,Boston_10000a.rou.xml"/>

Best regards
Mirko

Am 18.06.2024 um 18:56 schrieb Ayomide Afolabi via sumo-user:

Hi everyone,

 

I’m trying to add multiple route files to my sumo configuration file as shown below, but I kept getting configuration error.

Is there anything wrong with my configuration file?

 

 

<configuration xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xsi:noNamespaceSchemaLocation=http://sumo.dlr.de/xsd/sumoConfiguration.xsd>

 

    <input>

        <net-file value="Boston.net.xml"/>

      

      <route-files value="Boston_10000b.rou.xml", "Boston_10000a.rou.xml"/>

    </input>

 

   

   

 

 

</configuration>


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top