Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] About neteditcfg and local paths

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)

Back to the top