Hi all,
I am working with .neteditcfg configuration and it's very useful. Just one 
question, is it possible to set the local path of files when saving instead of 
the full path?

e.g.

    <input>
        <additional-files value="../../../../osm.poly.xml"/>
        <route-files value="../../../../osm.rou.xml"/>
        <sumo-net-file value="../../../../osm.net.xml"/>
    </input>

to

    <input>
        <additional-files value="osm.poly.xml"/>
        <route-files value="osm.rou.xml"/>
        <sumo-net-file value="osm.net.xml"/>
    </input>

running .neteditcfg in the local folder of course.

Thanks.

--
“Our sweetest songs are those that tell of saddest thought“ (Shelley)
_______________________________________________
sumo-user mailing list
[email protected]
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user

Reply via email to