Changeset 8867 in josm for trunk


Ignore:
Timestamp:
2015-10-13T21:19:24+02:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11936 - add female|male|unisex check to toilet preset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r8866 r8867  
    45304530            <key key="amenity" value="toilets" />
    45314531            <combo key="access" text="Access rights" values="public,permissive,customers" />
    4532             <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />
    4533             <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" />
    4534             <optional>
     4532            <optional>
     4533                <checkgroup columns="3">
     4534                    <check key="female" text="Female" />
     4535                    <check key="male" text="Male" />
     4536                    <check key="unisex" text="Unisex" />
     4537                </checkgroup>
     4538                <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" />
     4539                <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />
    45354540                <text key="description" text="Description" />
    45364541                <reference ref="fee" />
Note: See TracChangeset for help on using the changeset viewer.