Skip to main content

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

Thanks for the feedback. Starting with tomorrows dev-version, config files hold relative paths.

Am Fr., 3. März 2023 um 09:12 Uhr schrieb Fabio Lamanna <fblamanna@xxxxxxxxx>:
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
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top