Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/data/typemap/osmNetconvertShips.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="waterway.river" width="7" numLanes="1" speed="10" priority="1" oneway="false" allow="ship"/>
3
<type id="waterway.canal" width="5" numLanes="1" speed="10" priority="1" oneway="false" allow="ship"/>
4
<type id="route.ferry" width="5" numLanes="1" speed="10" priority="2" oneway="false" allow="ship"/>
5
</types>
6
7