1
0
mirror of https://github.com/Ahp06/SUMO_Emissions.git synced 2024-11-22 19:46:30 +00:00
sumo-emissions/templates/typemap/osmNetconvertBicycle.typ.xml
2019-02-01 11:06:28 +01:00

7 lines
449 B
XML

<types xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/types_file.xsd">
<type id="cycleway.lane" bikeLaneWidth="1.0" allow="bicycle"/>
<type id="cycleway.opposite_lane" bikeLaneWidth="1.0" allow="bicycle"/>
<type id="cycleway.track" bikeLaneWidth="1.5" allow="bicycle"/>
<type id="cycleway.opposite_track" bikeLaneWidth="1.5" allow="bicycle"/>
</types>