Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Netedit draws wrong intersection shape / ignores connection

Hi Jakob,

funnily enough, I could not reproduce it either from my PC at work. But I have attached a net file from my home PC showing the wrong geometry.

Regards
Mirko


Am 22.05.2018 um 08:21 schrieb Jakob Erdmann:
Hello,
I'm sure I've seen this issue before but I cannot reproduce it. Please send me the network so I can check.
regards,
Jakob

2018-05-21 16:33 GMT+02:00 Mirko Barthauer <m.barthauer@xxxxxxxxxxx>:
Hello all,

I have come across some ugly behaviour in Netedit. When I create an intersection of an incoming 2-lane edge and two outgoing 1-lane edges, the generated intersection shape seems to ignore one of the outgoing edges (see attached screenshot). For sure, I can redraw the shape. But if it can be fixed easily, would be nice.

Regards
Mirko


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user




_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user

<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 22.05.2018 18:46:38 by Netedit Version 0.32.0
<?xml version="1.0" encoding="UTF-8"?>

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

    <output>
        <output-file value="D:\SUMO\Netze\wrongIntersectionShape.net.xml"/>
    </output>

    <processing>
        <no-turnarounds value="true"/>
        <offset.disable-normalization value="true"/>
    </processing>

</configuration>
-->

<net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd";>

    <location netOffset="0.00,0.00" convBoundary="1.39,50.66,63.50,54.66" origBoundary="10000000000.00,10000000000.00,-10000000000.00,-10000000000.00" projParameter="!"/>

    <edge id=":cluster_gneJ1_gneJ2_gneJ8_0" function="internal">
        <lane id=":cluster_gneJ1_gneJ2_gneJ8_0_0" index="0" speed="13.89" length="2.97" shape="43.62,49.58 46.59,49.39"/>
    </edge>
    <edge id=":cluster_gneJ1_gneJ2_gneJ8_1" function="internal">
        <lane id=":cluster_gneJ1_gneJ2_gneJ8_1_0" index="0" speed="13.89" length="3.03" shape="43.63,52.88 46.66,52.85"/>
    </edge>

    <edge id="gneE0" from="gneJ0" to="cluster_gneJ1_gneJ2_gneJ8" priority="1" shape="1.39,54.66 44.33,54.53">
        <lane id="gneE0_0" index="0" speed="13.89" length="42.25" shape="1.37,49.71 43.62,49.58"/>
        <lane id="gneE0_1" index="1" speed="13.89" length="42.25" shape="1.38,53.01 43.63,52.88"/>
    </edge>
    <edge id="gneE1" from="cluster_gneJ1_gneJ2_gneJ8" to="gneJ3" priority="1" shape="46.02,54.52 63.50,54.09">
        <lane id="gneE1_0" index="0" speed="13.89" length="16.80" shape="46.66,52.85 63.46,52.44"/>
    </edge>
    <edge id="gneE4" from="cluster_gneJ1_gneJ2_gneJ8" to="gneJ9" priority="1" shape="45.95,51.06 63.32,50.66">
        <lane id="gneE4_0" index="0" speed="13.89" length="16.70" shape="46.59,49.39 63.28,49.01"/>
    </edge>

    <junction id="cluster_gneJ1_gneJ2_gneJ8" type="priority" x="45.43" y="53.37" incLanes="gneE0_0 gneE0_1" intLanes=":cluster_gneJ1_gneJ2_gneJ8_0_0 :cluster_gneJ1_gneJ2_gneJ8_1_0" shape="46.62,50.99 46.55,47.80 43.62,47.98 43.64,54.48">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ0" type="dead_end" x="1.39" y="54.66" incLanes="" intLanes="" shape="1.39,54.61 1.37,48.11"/>
    <junction id="gneJ3" type="dead_end" x="63.50" y="54.09" incLanes="gneE1_0" intLanes="" shape="63.42,50.84 63.50,54.04"/>
    <junction id="gneJ9" type="dead_end" x="63.32" y="50.66" incLanes="gneE4_0" intLanes="" shape="63.24,47.41 63.31,50.61"/>

    <connection from="gneE0" to="gneE4" fromLane="0" toLane="0" via=":cluster_gneJ1_gneJ2_gneJ8_0_0" dir="s" state="M"/>
    <connection from="gneE0" to="gneE1" fromLane="1" toLane="0" via=":cluster_gneJ1_gneJ2_gneJ8_1_0" dir="s" state="M"/>

    <connection from=":cluster_gneJ1_gneJ2_gneJ8_0" to="gneE4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_gneJ1_gneJ2_gneJ8_1" to="gneE1" fromLane="0" toLane="0" dir="s" state="M"/>

</net>

Back to the top