Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] no-turnarounds using map import through osmWebWizard.py

Hello all,

I’m trying to enable the option of "no-turnarounds" in my network, but it seems to do not respond.
I’ve imported my map using osmWebWizard.py tool. 
When I check the file osm.net.xml, I have the following:

    <junctions>
        <no-internal-links value="false"/>
        <no-turnarounds value="true"/>
        <junctions.corner-detail value="5"/>
        <junctions.limit-turn-speed value="5.5"/>
        <rectangular-lane-cut value="false"/>
    </junctions>

Although, when I open sumo-gui to check the network, I still find all the edges with the turnaround option enabled, which does not happen in reality.

When I do the map import using the site (https://www.openstreetmap.org/ ) itself and NETCONVERT in command line I get the results I want regarding turnarounds. But I would like to use the map import from osmWebWizard.py since I get more complete map. 

So, how do I disable the turnarounds in my network? Is it possible to run netconvert again without losing information regarding ptlines and routes for example?

Thank you in advance for the support  :)

Best regards,
Maria

Back to the top