Changeset 8188 in josm


Ignore:
Timestamp:
2015-04-11T20:41:55+02:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11268 - add preset for amenity=sanitary_dump_station (modified patch by brycenesbitt)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r8187 r8188  
    20402040            <key key="leisure" value="marina" />
    20412041            <text key="name" text="Name" />
     2042            <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
    20422043        </item> <!-- Marina -->
    20432044        <item name="Pier" icon="presets/pier.png" type="node,way,closedway" preset_name_label="true">
     
    32293230            <reference ref="wheelchair" />
    32303231            <space />
    3231             <reference ref="internet_smoking" />
    3232             <space />
    32333232            <text key="capacity" text="Number of places" />
    32343233            <reference ref="fee_interval" />
     3234            <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
    32353235            <check key="power_supply" text="Power supply" />
    32363236            <check key="tents" text="Tents allowed" />
     3237            <space />
     3238            <reference ref="internet_smoking" />
    32373239            <space />
    32383240            <reference ref="link_contact_address_payment" />
     
    32523254            <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
    32533255            <reference ref="wheelchair" />
     3256            <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
    32543257            <space />
    32553258            <reference ref="internet_smoking" />
     
    45024505            <key key="amenity" value="waste_disposal" />
    45034506        </item> <!-- Waste Disposal/Dumpster -->
     4507        <item name="Sanitary Dump Station" icon="styles/standard/service/recycling/sanitary_dump_station.svg" type="node,closedway" preset_name_label="true">
     4508            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=sanitary_dump_station" />
     4509            <space />
     4510            <key key="amenity" value="sanitary_dump_station" />
     4511            <check key="sanitary_dump_station:suction" text="Suction pumpout" />
     4512            <check key="sanitary_dump_station:gravity" text="Gravity dump station" />
     4513            <combo key="access" text="Access" values="yes,public,customers,no" />
     4514            <reference ref="fee" />
     4515            <text key="operator" text="Operator" />
     4516            <combo key="opening_hours" text="Operation times" values="24/7" />
     4517        </item> <!-- Sanitary Dump Station -->
    45044518        <separator/>
    45054519        <item name="Bench" icon="presets/bench.png" type="node,way" preset_name_label="true">
Note: See TracChangeset for help on using the changeset viewer.