Skip to content

Commit

Permalink
restructuring OSM import tests. refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 24, 2024
1 parent 658ece1 commit 20690ea
Show file tree
Hide file tree
Showing 27 changed files with 19 additions and 19 deletions.
24 changes: 5 additions & 19 deletions tests/netconvert/import/OSM/testsuite.netconvert
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ railway
# export public transport stops or lines
public_transport
maxspeed
turn_lanes

# creating opposite-direction edge due to sidewalk information
sidewalks

# Area around the ITS in Berlin, Adlershof (13.52494,52.42582,13.53625,52.43026)
adlershof_dlr
Expand Down Expand Up @@ -88,9 +92,6 @@ all-attributes
# importing selected extra OSM tags
extra-attributes

# creating opposite-direction edge due to sidewalk information
sidewalks

# test option edges.join-tram-dist
join_tram

Expand Down Expand Up @@ -120,21 +121,6 @@ oneway_bike
# complex intermodal junction in Brunswick
tostmannplatz

# import turn-lane information
turn-lanes

# import turn-lane information merge_to_right
turn-lanes2

# i.e. turn:bus:lanes
turn-lanes_restricted

# i.e. turn:bus:lanes
turn-lanes_restricted2

# import turn-lane information
turn-lanes_lefthand

# import key junction=circular
junction_circular

Expand All @@ -147,6 +133,6 @@ restrictionException_no

# example network from Zuerich
oerlikon
bugs
width_lane
crossings
bugs
14 changes: 14 additions & 0 deletions tests/netconvert/import/OSM/turn_lanes/testsuite.netconvert
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# import turn-lane information
turn-lanes

# import turn-lane information merge_to_right
turn-lanes2

# i.e. turn:bus:lanes
turn-lanes_restricted

# i.e. turn:bus:lanes
turn-lanes_restricted2

# import turn-lane information
turn-lanes_lefthand

0 comments on commit 20690ea

Please sign in to comment.