Changeset 8122 in josm for trunk/data/defaultpresets.xml


Ignore:
Timestamp:
2015-03-08T22:30:23+01:00 (9 years ago)
Author:
Klumbumbus
Message:

in default preset replace some "yes,no" combos by checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r8121 r8122  
    29372937            <optional>
    29382938                <text key="name" text="Name" />
    2939                 <combo key="shelter" text="Shelter" values="yes,no" />
    2940                 <combo key="bench" text="Bench" values="yes,no" />
    2941                 <combo key="tactile_paving" text="Tactile Paving" values="yes,no" />
     2939                <check key="shelter" text="Shelter" />
     2940                <check key="bench" text="Bench" />
     2941                <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
    29422942            </optional>
    29432943        </item> <!-- Bus Stop -->
     
    42424242            <key key="amenity" value="pharmacy" />
    42434243            <reference ref="name_operator_oh_wheelchair" />
    4244             <combo key="dispensing" text="Dispensing" values="yes,no" />
     4244            <check key="dispensing" text="Dispensing"/>
    42454245            <reference ref="link_contact_address_payment" />
    42464246        </item> <!-- Pharmacy -->
     
    44764476            <space />
    44774477            <key key="amenity" value="bench" />
    4478             <combo key="backrest" text="Backrest" values="yes,no" />
     4478            <check key="backrest" text="Backrest" />
    44794479            <combo key="material" text="Material" values="stone,metal,wood,plastic" />
    44804480            <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,brown,green,red,blue,gray,white,#CD853F" />
     
    45054505            <key key="amenity" value="hunting_stand" />
    45064506            <combo key="height" text="Height" values="low,half,full,5,10,15,20" values_context="height" />
    4507             <combo key="shelter" text="Shelter" values="yes,no" />
    4508             <combo key="hide" text="Hide" values="yes,no" />
    4509             <combo key="lock" text="Lock" values="yes,no" />
     4507            <check key="shelter" text="Shelter" />
     4508            <check key="hide" text="Hide" />
     4509            <check key="lock" text="Lock" />
    45104510        </item> <!-- Hunting Stand -->
    45114511        <separator/>
     
    51965196            <text key="operator" text="Operator" />
    51975197            <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
    5198             <combo key="headframe" text="Visible Headframe" values="yes,no" />
     5198            <check key="headframe" text="Visible Headframe" />
    51995199            <check key="disused" text="Disused" />
    52005200        </item> <!-- Mineshaft -->
     
    66596659            <key key="shop" value="medical_supply" />
    66606660            <reference ref="name_operator_oh_wheelchair" />
    6661             <combo key="dispensing" text="Dispensing" values="yes,no" />
     6661            <check key="dispensing" text="Dispensing" />
    66626662            <reference ref="link_contact_address_payment" />
    66636663        </item> <!-- Medical Supply -->
Note: See TracChangeset for help on using the changeset viewer.