Changeset 8007 in josm


Ignore:
Timestamp:
2015-02-04T22:11:38+01:00 (9 years ago)
Author:
Klumbumbus
Message:

see #11040 - unify existing wheelchair combos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r8004 r8007  
    141141        <reference ref="internet" />
    142142        <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" />
    143         <combo key="wheelchair" text="Wheelchairs" values="yes,no" />
     143        <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
    144144    </chunk>
    145145    <chunk id="optional_height">
     
    866866                <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" />
    867867                <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" />
    868                 <combo key="wheelchair" text="Wheelchairs" values="unknown,yes,official,no" />
     868                <combo key="wheelchair" text="Wheelchairs" values="yes,designated,limited,no" />
    869869                <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" />
    870870                <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" />
     
    14011401            <key key="barrier" value="kerb" />
    14021402            <reference ref="optional_height" />
    1403             <combo key="wheelchair" text="Wheelchairs" values="no,limited,yes" />
     1403            <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
    14041404        </item> <!-- Kerb -->
    14051405        <separator/> <!-- *** Access *** -->
     
    27132713            <check key="shelter" text="Shelter" />
    27142714            <check key="covered" text="Covered" />
    2715             <combo key="wheelchair" text="Wheelchair" values="yes,no,limited,only" />
     2715            <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
    27162716            <optional>
    27172717                <text key="ref" text="Reference" />
     
    27612761            <optional>
    27622762                <text key="name" text="Name" />
    2763                 <check key="wheelchair" text="Wheelchair" />
     2763                <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
    27642764                <check key="bicycle" text="Bicycle" />
    27652765            </optional>
     
    32823282            <reference ref="name_operator_oh" />
    32833283            <space />
    3284             <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" />
    3285             <combo key="wheelchair" text="Wheelchairs" values="yes,no" />
     3284            <reference ref="internet_smoking_wheelchair" />
    32863285            <space />
    32873286            <reference ref="contact" />
     
    34653464            <key key="amenity" value="cinema" />
    34663465            <reference ref="name_operator_oh" />
    3467             <combo key="wheelchair" text="Wheelchair" values="no,limited,yes" />
     3466            <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
    34683467            <check key="drive_in" text="Drive-in theater" />
    34693468            <check key="cinema:3D" text="3D" />
     
    35643563            <reference ref="name_operator_oh" />
    35653564            <space />
    3566             <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" />
    3567             <combo key="wheelchair" text="Wheelchairs" values="yes,no" />
     3565            <reference ref="internet_smoking_wheelchair" />
    35683566            <space />
    35693567            <reference ref="contact" />
     
    41534151            <reference ref="name_operator_oh" />
    41544152            <combo key="dispensing" text="Dispensing" values="yes,no" />
    4155             <combo key="wheelchair" text="Wheelchairs" values="no,limited,yes" />
     4153            <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
    41564154            <reference ref="link_contact" />
    41574155        </item> <!-- Pharmacy -->
     
    42354233                <text key="operator" text="Operator" />
    42364234                <combo key="toilets:position" text="Usage Position" values="seated,seated;urinal,squat,urinal" />
    4237                 <combo key="wheelchair" text="Wheelchair" values="no,limited,yes" />
     4235                <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
    42384236            </optional>
    42394237        </item> <!-- Toilets/Restrooms -->
     
    42484246                <combo key="fee" text="Fee" values="yes,no" />
    42494247                <text key="operator" text="Operator" />
    4250                 <combo key="wheelchair" text="Wheelchair" values="no,limited,yes" />
     4248                <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
    42514249                <reference ref="oh" />
    42524250            </optional>
     
    50014999            <combo key="entrance" text="Entrance" values="yes,main,service,exit,emergency" values_context="entrance" default="yes" match="key" />
    50025000            <combo key="access" text="Access" values="yes,delivery,private,no" />
    5003             <combo key="wheelchair" text="Wheelchairs" values="yes,no,limited" />
     5001            <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
    50045002            <optional>
    50055003                <text key="ref" text="Entrance number" />
Note: See TracChangeset for help on using the changeset viewer.