Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/import/XML/add_split/testsuite.netconvert
169720 views
# beginning with three lanes, the right is removed
three_minus_right

# beginning with three lanes, the right is removed
three_minus_right_zipper

# beginning with two lanes, adding one to the left
two_plus_left

# beginning with two lanes, adding one to the left
two_plus_left_lefthand

# the edge has per default two lanes but begins with three lanes
def_two_three_minus_right

# split two times adding 1 lane each time,
# measure the split positions from the end of the edge
two_plus_left_plus_left_negative_offset

# three lanes, changing the speed and changing it back
speed

# beginning with one lane, then three lanes, then back to one
one_to_three_and_back

# add splits where the number of lanes does not change (i.e. for modelling speed bumps)
two_two_two

# add a split to a loaded a .net.xml file
split_sumo_net
plus_left_and_right

# do not change edge properties but keep the new node despite option --geomtry.remove
no_change_keep_node

# do not change edge properties but add a new traffic_light node
set_type

# modify custom length in proportion so that the total custom length is preserved
preserve_custom_length

# modify custom length in proportion so that the total custom length is preserved (with shape)
preserve_custom_length2

# modify custom length in proportion so that the total custom length is preserved (split pos is beyond the end of the geometrical length)
preserve_custom_length3

# modify custom length in proportion so that the total custom length is preserved even when the split-junction is large
preserve_custom_length_intersection

# three lanes, changing the speed and changing it back, modifying navteq input
speed_navteq

# split edge into 3 parts with custom ids
3_parts_rename

# split edge and set new permissions
split_and_permissions

# split an edge that is part of a roundabout
roundabout

# add splits before and after a traffic light node
tls

# split a two-way road with a common node
double_split

# split a two-way road with a common node and attach a new edge to the newly created node
double_split_attach

# split a two-way road with a common node and attach an existing edge by reusing an existing node id for the split node
double_split_attach_existing

# see #3905
pos0

# trying to re-use one of the existing end points as split id should result in error
attach_invalid

# adding splits too close to each other
too_close

# adding splits with duplicate id
duplicate_id

# preserve type information
lane_type

# see #12695
beyond_end

# add a split to a loaded a .net.xml file with bidi edges and preserve the bidi status
keep_bidi

# see #17033
keep_bidi2