Skip to content

Commit

Permalink
reducing default motorway speed refs #5434
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Apr 9, 2019
1 parent 5125bcd commit c654e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/typemap/osmNetconvert.typ.xml
@@ -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="highway.motorway" numLanes="2" speed="44.44" priority="14" oneway="true" disallow="pedestrian bicycle moped rail rail_urban rail_electric tram ship"/>
<type id="highway.motorway" numLanes="2" speed="39.44" priority="14" oneway="true" disallow="pedestrian bicycle moped rail rail_urban rail_electric tram ship"/>
<type id="highway.trunk" numLanes="2" speed="27.78" priority="13" oneway="false" disallow="pedestrian bicycle rail rail_urban rail_electric tram ship"/>
<type id="highway.primary" numLanes="2" speed="27.78" priority="12" oneway="false" disallow="rail rail_urban rail_electric tram ship"/>
<type id="highway.secondary" numLanes="2" speed="27.78" priority="11" oneway="false" disallow="rail rail_urban rail_electric tram ship"/>
Expand Down

0 comments on commit c654e0f

Please sign in to comment.