Changeset 17948 in josm for trunk/resources


Ignore:
Timestamp:
2021-07-05T21:35:44+02:00 (3 years ago)
Author:
Klumbumbus
Message:

fix #21069 - Add enforcement=average_speed with role section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/defaultpresets.xml

    r17943 r17948  
    87308730            <space />
    87318731            <key key="type" value="enforcement" />
    8732             <combo key="enforcement" text="Type of enforcement" values="check,maxheight,maxspeed,maxweight,mindistance,toll,traffic_signals" />
     8732            <combo key="enforcement" text="Type" values="average_speed,check,maxheight,maxspeed,maxweight,mindistance,toll,traffic_signals" />
    87338733            <text key="maxheight" text="Max. height (meters, only if enforcement=maxheight)" />
    87348734            <text key="maxweight" text="Max. weight (tonnes, only if enforcement=maxweight)" />
     
    87398739                <role key="to" text="where enforcement ends" requisite="optional" type="node" />
    87408740                <role key="force" text="traffic light or barrier that stops you" requisite="optional" type="node" />
     8741                <role key="section" text="section (only if enforcement=average_speed)" requisite="optional" type="way" />
    87418742            </roles>
    87428743        </item> <!-- Enforcement -->
Note: See TracChangeset for help on using the changeset viewer.