Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/data/typemap/osmNetconvert.typ.xml
169668 views
1
<types xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/types_file.xsd">
2
<type id="highway.motorway" numLanes="2" speed="39.44" priority="14" oneway="true" disallow="rail rail_urban rail_electric rail_fast tram drone aircraft scooter container wheelchair subway cable_car ship pedestrian bicycle moped"/>
3
<type id="highway.trunk" numLanes="2" speed="27.78" priority="13" oneway="false" disallow="rail rail_urban rail_electric rail_fast tram drone aircraft scooter container wheelchair subway cable_car ship pedestrian bicycle"/>
4
<type id="highway.primary" numLanes="2" speed="27.78" priority="12" oneway="false" disallow="rail rail_urban rail_electric rail_fast tram drone aircraft scooter container wheelchair subway cable_car ship"/>
5
<type id="highway.secondary" numLanes="1" speed="27.78" priority="11" oneway="false" disallow="rail rail_urban rail_electric rail_fast tram drone aircraft scooter container wheelchair subway cable_car ship"/>
6
<type id="highway.tertiary" numLanes="1" speed="22.22" priority="10" oneway="false" disallow="rail rail_urban rail_electric rail_fast tram drone aircraft scooter container wheelchair subway cable_car ship"/>
7
<type id="highway.motorway_link" numLanes="1" speed="22.22" priority="9" oneway="true" disallow="rail rail_urban rail_electric rail_fast tram drone aircraft scooter container wheelchair subway cable_car ship pedestrian bicycle moped"/>
8
<type id="highway.trunk_link" numLanes="1" speed="22.22" priority="8" oneway="false" disallow="rail rail_urban rail_electric rail_fast tram drone aircraft scooter container wheelchair subway cable_car ship pedestrian bicycle"/>
9
<type id="highway.primary_link" numLanes="1" speed="22.22" priority="7" oneway="false" disallow="rail rail_urban rail_electric rail_fast tram drone aircraft scooter container wheelchair subway cable_car ship"/>
10
<type id="highway.secondary_link" numLanes="1" speed="22.22" priority="6" oneway="false" disallow="rail rail_urban rail_electric rail_fast tram drone aircraft scooter container wheelchair subway cable_car ship"/>
11
<type id="highway.tertiary_link" numLanes="1" speed="22.22" priority="5" oneway="false" disallow="rail rail_urban rail_electric rail_fast tram drone aircraft scooter container wheelchair subway cable_car ship"/>
12
<type id="highway.unclassified" numLanes="1" speed="13.89" priority="4" oneway="false" disallow="rail rail_urban rail_electric rail_fast tram drone aircraft scooter container wheelchair subway cable_car ship"/>
13
<type id="highway.residential" numLanes="1" speed="13.89" priority="3" oneway="false" disallow="rail rail_urban rail_electric rail_fast tram drone aircraft scooter container wheelchair subway cable_car ship"/>
14
<type id="highway.living_street" numLanes="1" speed="2.78" priority="2" oneway="false" disallow="rail rail_urban rail_electric rail_fast tram drone aircraft scooter container wheelchair subway cable_car ship"/>
15
<type id="highway.unsurfaced" numLanes="1" speed="8.33" priority="1" oneway="false" disallow="rail rail_urban rail_electric rail_fast tram drone aircraft scooter container wheelchair subway cable_car ship"/>
16
<type id="highway.service" numLanes="1" speed="5.56" priority="1" oneway="false" allow="delivery pedestrian bicycle"/>
17
<type id="highway.service|psv" numLanes="1" speed="13.89" priority="1" oneway="false" allow="delivery pedestrian bicycle bus"/>
18
<type id="highway.service|bus" numLanes="1" speed="13.89" priority="1" oneway="false" allow="delivery pedestrian bicycle bus"/>
19
20
<!-- everything which serves mainly pedestrians is oneway because all current pedestrian models do not care about direction -->
21
<type id="highway.track" numLanes="1" speed="5.56" priority="1" oneway="false" allow="motorcycle moped pedestrian bicycle"/>
22
<type id="highway.footway" numLanes="1" speed="2.78" priority="1" oneway="true" width="2" allow="pedestrian"/>
23
<type id="highway.pedestrian" numLanes="1" speed="2.78" priority="1" oneway="true" width="2" allow="pedestrian"/>
24
<type id="highway.path" numLanes="1" speed="5.56" priority="1" oneway="false" width="2" allow="pedestrian bicycle"/>
25
<type id="highway.bridleway" numLanes="1" speed="2.78" priority="1" oneway="true" width="2" allow="pedestrian"/>
26
<type id="highway.cycleway" numLanes="1" speed="5.56" priority="1" oneway="false" width="2" allow="bicycle"/>
27
<type id="highway.step" numLanes="1" speed="1.39" priority="1" oneway="true" width="2" allow="pedestrian"/>
28
<type id="highway.steps" numLanes="1" speed="1.39" priority="1" oneway="true" width="2" allow="pedestrian"/>
29
<type id="highway.stairs" numLanes="1" speed="1.39" priority="1" oneway="true" width="2" allow="pedestrian"/>
30
31
<type id="highway.bus_guideway" numLanes="1" speed="27.78" priority="1" oneway="true" allow="bus"/>
32
<type id="highway.busway" numLanes="1" speed="27.78" priority="1" oneway="true" allow="bus"/>
33
<type id="highway.raceway" numLanes="2" speed="83.33" priority="15" oneway="false" allow="vip"/>
34
<type id="highway.ford" numLanes="1" speed="2.78" priority="1" oneway="false" allow="army"/>
35
36
<type id="railway.preserved" numLanes="1" speed="27.78" priority="16" oneway="true" allow="rail"/>
37
<type id="railway.tram" numLanes="1" speed="13.89" priority="17" oneway="true" allow="tram"/>
38
<type id="railway.subway" numLanes="1" speed="27.78" priority="18" oneway="true" allow="subway"/>
39
<type id="railway.light_rail" numLanes="1" speed="27.78" priority="19" oneway="true" allow="rail_urban"/>
40
<type id="railway.rail" numLanes="1" speed="44.44" priority="20" oneway="true" allow="rail"/>
41
<type id="railway.highspeed" numLanes="1" speed="69.44" priority="21" oneway="true" allow="rail_fast"/>
42
43
<type id="highway.construction" numLanes="1" speed="13.89" priority="4" oneway="false" disallow="rail rail_urban rail_electric rail_fast tram tram drone aircraft scooter container wheelchair subway cable_car ship" discard="true"/>
44
<type id="railway.construction" numLanes="1" speed="13.89" priority="20" oneway="true" allow="rail" discard="true"/>
45
</types>
46
47