Skip to content

Commit

Permalink
updating typemaps refs #14644
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Apr 2, 2024
1 parent bf6e8b4 commit 7b923ee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion data/typemap/osmNetconvert.typ.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<type id="railway.preserved" numLanes="1" speed="27.78" priority="16" oneway="true" allow="rail"/>
<type id="railway.tram" numLanes="1" speed="13.89" priority="17" oneway="true" allow="tram"/>
<type id="railway.subway" numLanes="1" speed="27.78" priority="18" oneway="true" allow="rail_urban"/>
<type id="railway.subway" numLanes="1" speed="27.78" priority="18" oneway="true" allow="subway"/>
<type id="railway.light_rail" numLanes="1" speed="27.78" priority="19" oneway="true" allow="rail_urban"/>
<type id="railway.rail" numLanes="1" speed="44.44" priority="20" oneway="true" allow="rail"/>
<type id="railway.highspeed" numLanes="1" speed="69.44" priority="21" oneway="true" allow="rail_fast"/>
Expand Down
4 changes: 2 additions & 2 deletions data/typemap/osmNetconvertAerialway.typ.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<types xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/types_file.xsd">
<type id="railway.monorail" numLanes="1" speed="27.78" priority="22" oneway="true" allow="rail_urban"/>
<type id="aerialway.gondola" numLanes="1" speed="13.89" priority="23" oneway="false" allow="rail_urban"/>
<type id="aerialway.cable_car" numLanes="1" speed="13.89" priority="24" oneway="false" allow="rail_urban"/>
<type id="aerialway.gondola" numLanes="1" speed="13.89" priority="23" oneway="false" allow="cable_car"/>
<type id="aerialway.cable_car" numLanes="1" speed="13.89" priority="24" oneway="false" allow="cable_car"/>
</types>
12 changes: 6 additions & 6 deletions data/typemap/osmNetconvertAirport.typ.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<types xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/types_file.xsd">
<type id="aeroway.stopway" numLanes="1" speed="13.89" priority="30" oneway="false" allow="authority"/>
<type id="aeroway.parking_position" numLanes="1" speed="13.89" priority="31" oneway="false" allow="authority emergency"/>
<type id="aeroway.taxiway" numLanes="1" speed="27.78" priority="32" oneway="false" allow="authority emergency"/>
<type id="aeroway.taxilane" numLanes="1" speed="27.78" priority="34" oneway="false" allow="authority emergency"/>
<type id="aeroway.runway" numLanes="1" speed="100.0" priority="35" oneway="false" allow="authority emergency"/>
<type id="aeroway.highway_strip" numLanes="1" speed="100.0" priority="36" oneway="false" allow="authority emergency"/>
<type id="aeroway.stopway" numLanes="1" speed="13.89" priority="30" oneway="false" allow="aircraft authority emergency"/>
<type id="aeroway.parking_position" numLanes="1" speed="13.89" priority="31" oneway="false" allow="aircraft authority emergency"/>
<type id="aeroway.taxiway" numLanes="1" speed="27.78" priority="32" oneway="false" allow="aircraft authority emergency"/>
<type id="aeroway.taxilane" numLanes="1" speed="27.78" priority="34" oneway="false" allow="aircraft authority emergency"/>
<type id="aeroway.runway" numLanes="1" speed="100.0" priority="35" oneway="false" allow="aircraft authority emergency"/>
<type id="aeroway.highway_strip" numLanes="1" speed="100.0" priority="36" oneway="false" allow="aircraft authority emergency"/>

</types>

0 comments on commit 7b923ee

Please sign in to comment.