Changeset 6179 in josm for trunk


Ignore:
Timestamp:
2013-08-23T02:33:17+02:00 (11 years ago)
Author:
Don-vip
Message:

fix #8995 - restrict matching of emergency tag to specified values in road restriction preset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r6176 r6179  
    676676            <label text="Vehicles per use" />
    677677            <combo key="agricultural" text="Agricultural" values="yes,official,designated,destination,permissive,private,no" match="key" />
    678             <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,permissive,private,no" match="key" />
     678            <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,permissive,private,no" match="keyvalue" />
    679679            <combo key="hov" text="High-occupancy vehicles (hov)" values="yes,official,designated,destination,permissive,private,no" match="key" />
    680680            <combo key="psv" text="Public Service Vehicles (psv)" values="yes,official,designated,destination,permissive,private,no" match="key" />
Note: See TracChangeset for help on using the changeset viewer.