Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/data/typemap/osmNetconvertRailUsage.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
3
<!-- no extra permissions shall be added -->
4
<type id="usage.main" oneway="true" disallow="all"/>
5
<type id="usage.branch" oneway="true" disallow="all"/>
6
<type id="usage.industrial" oneway="true" disallow="all"/>
7
<type id="usage.military" oneway="true" disallow="all"/>
8
<type id="usage.tourism" oneway="true" disallow="all"/>
9
<type id="usage.test" oneway="true" disallow="all"/>
10
<type id="service.yard" oneway="true" disallow="all"/>
11
<type id="service.siding" oneway="true" disallow="all"/>
12
<type id="service.spur" oneway="true" disallow="all"/>
13
<type id="service.crossover" oneway="true" disallow="all"/>
14
<!-- prevent unused railways from being imported through their service tag -->
15
<type id="railway.disused" discard="true"/>
16
17
</types>
18
19