Ticket #8975: toilets_disposal.patch
| File toilets_disposal.patch, 2.5 KB (added by , 13 years ago) |
|---|
-
data/defaultpresets.xml
1018 1018 <optional> 1019 1019 <text key="name" text="Name" /> 1020 1020 <check key="toilets" text="Toilets" default="off" /> 1021 <check key="drinking_water" text="Drinking Water" default="off" /> 1021 1022 </optional> 1022 1023 </item> 1023 1024 <item name="Emergency Phone" icon="presets/telephone.png" type="node"> … … 4044 4045 pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=toilets" 4045 4046 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=toilets" /> 4046 4047 <key key="amenity" value="toilets" /> 4047 <text key="description" text="Description" /> 4048 <combo key="drinking_water" text="Drinking water" values="yes,no" /> 4049 <combo key="fee" text="Fee" values="yes,no" /> 4050 <text key="operator" text="Operator" /> 4051 <combo key="wheelchair" text="Wheelchair" values="no,limited,yes" /> 4048 <combo key="access" values="public,permissive,customers" text="Access rights" /> 4049 <combo key="drinking_water" values="yes,no" text="Drinking Water" /> 4050 <combo key="toilets:disposal" values="flush,pitlatrine,chemical,bucket" text="Type" /> 4051 <optional> 4052 <text key="description" text="Description" /> 4053 <combo key="fee" text="Fee" values="yes,no" /> 4054 <text key="operator" text="Operator" /> 4055 <combo key="toilets:position" values="seated,seated;urinal,squat" text="Position" /> 4056 <combo key="wheelchair" text="Wheelchair" values="no,limited,yes" /> 4057 </optional> 4052 4058 </item> 4053 4059 <item name="Post Box" icon="styles/standard/service/post_box.png" type="node"> 4054 4060 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=post_box" … … 4172 4178 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=drinking_water" /> 4173 4179 <label text="Edit Source of Potable Water" /> 4174 4180 <key key="amenity" value="drinking_water" /> 4175 <c ombo key="indoor" text="Indoor" values="yes,no" />4181 <check key="indoor" text="Indoor" default="off" /> 4176 4182 <optional> 4177 4183 <text key="name" text="Name" /> 4178 4184 <text key="description" text="Description" />
