| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"> |
|---|
| 3 | <!-- |
|---|
| 4 | Pics have been derived from |
|---|
| 5 | http://de.wikipedia.org/wiki/Bildtafel_der_Verkehrszeichen_in_Deutschland (german street sign SVGs) |
|---|
| 6 | http://commons.wikimedia.org/wiki/Image:National_Park_Service_sample_pictographs.svg (various monochrome pictograms) |
|---|
| 7 | http://www.kde.org |
|---|
| 8 | http://openclipart.org/media/view/media/clip_art |
|---|
| 9 | http://www.sjjb.co.uk/mapicons/ (meanwhile in osm svn) |
|---|
| 10 | --> |
|---|
| 11 | <!-- |
|---|
| 12 | item: |
|---|
| 13 | name: the text to display |
|---|
| 14 | icon: the icon to display |
|---|
| 15 | - relative to the icon path |
|---|
| 16 | - URL's are also supported to allow remote icons (are cached locally) |
|---|
| 17 | type: the data types - way,node,relation,closedway (separated by comma) |
|---|
| 18 | name_template: define custom formatting for OSM primitives |
|---|
| 19 | see http://josm.openstreetmap.de/wiki/NameTemplate |
|---|
| 20 | |
|---|
| 21 | link: link to the relating map features website |
|---|
| 22 | href: the URL |
|---|
| 23 | |
|---|
| 24 | label: simple static text label |
|---|
| 25 | text: the text to display |
|---|
| 26 | |
|---|
| 27 | key: fixed key/value pair to be set |
|---|
| 28 | key: key to set |
|---|
| 29 | value: value to set |
|---|
| 30 | match: none/key/key!/keyvalue (default is "keyvalue", see below for more information) |
|---|
| 31 | |
|---|
| 32 | text: text box |
|---|
| 33 | key: key to set |
|---|
| 34 | text: fixed label to display |
|---|
| 35 | default: default string to display (defaults to "") |
|---|
| 36 | use_last_as_default: true/false/force (default is "false") |
|---|
| 37 | match: none/key/key!/keyvalue (default is "none", see below for more information) |
|---|
| 38 | |
|---|
| 39 | combo: combo box, with multiple choices and possible to enter free form text |
|---|
| 40 | key: key to set |
|---|
| 41 | text: fixed label to display |
|---|
| 42 | values: comma separated list of values |
|---|
| 43 | display_values: comma separated list of values to be displayed instead of the |
|---|
| 44 | database values, order and number must be equal to values |
|---|
| 45 | short_descriptions: comma separated list of texts to be displayed below each |
|---|
| 46 | display_value. (Only if it is not possible to describe |
|---|
| 47 | the entry in 2-3 words.) Instead of comma separeted list |
|---|
| 48 | instead using values, display_values and short_descriptions, the following form is also supported: |
|---|
| 49 | <list_entry value="" display_value="' short_description="" icon=""/> |
|---|
| 50 | default: default string to display (defaults to "") |
|---|
| 51 | use_last_as_default: true/false/force (default is "false") |
|---|
| 52 | match: none/key/key!/keyvalue (default is none, see below for more information) |
|---|
| 53 | |
|---|
| 54 | multiselect: list of values from which zero or more can be selected |
|---|
| 55 | key: key to set |
|---|
| 56 | text: fixed label to display |
|---|
| 57 | delimiter: character that separates values (default: semicolon) - this |
|---|
| 58 | will also be used to separate selected values in the tag. |
|---|
| 59 | values: delimiter-separated list of values (delimiter can be escaped with backslash) |
|---|
| 60 | rows: specify the number of rows to display (default -1) |
|---|
| 61 | display_values: delimiter-separated list of values to be displayed instead of the |
|---|
| 62 | database values, order and number must be equal to values |
|---|
| 63 | short_descriptions: delimiter-separated list of texts to be displayed below each |
|---|
| 64 | display_value. (Only if it is not possible to describe |
|---|
| 65 | the entry in 2-3 words.) Instead of a separated list |
|---|
| 66 | instead using values, display_values and short_descriptions, the following form is also supported: |
|---|
| 67 | <list_entry value="" display_value="' short_description="" icon=""/> |
|---|
| 68 | default: default string to display (defaults to "") |
|---|
| 69 | use_last_as_default: true/false/force (default is "false") |
|---|
| 70 | match: none/key/key!/keyvalue (default is "none", see below for more information) |
|---|
| 71 | |
|---|
| 72 | check: checkbox |
|---|
| 73 | key: key to set |
|---|
| 74 | text: fixed label to display |
|---|
| 75 | default: ticked on/off |
|---|
| 76 | value_on: the value to set when checked (default is "yes") |
|---|
| 77 | value_off: the value to set when unchecked (default is "no") |
|---|
| 78 | match: none/key/key!/keyvalue (default is "none", see below for more information) |
|---|
| 79 | |
|---|
| 80 | role: type to specify possible roles in relations |
|---|
| 81 | key: the role name used in relation |
|---|
| 82 | text: fixed label to display |
|---|
| 83 | requisite: optional/required (default is "optional") |
|---|
| 84 | count: how often can the role occur (if not given unlimited number is assumed) |
|---|
| 85 | type: the data types - way,node,relation,closedway (separated by comma) |
|---|
| 86 | |
|---|
| 87 | presets: For external files <presets> should have following attributes: |
|---|
| 88 | author: the author of the preset |
|---|
| 89 | version: a version number of some sort (e.g. creation date) |
|---|
| 90 | description: what is your preset meant to be |
|---|
| 91 | shortdescription: very short description |
|---|
| 92 | link: a link to a helpful website (optional) |
|---|
| 93 | The fields description, shortdescription and link may also be localized (e.g. de.link) |
|---|
| 94 | |
|---|
| 95 | See also http://josm.openstreetmap.de/wiki/TaggingPresets. |
|---|
| 96 | |
|---|
| 97 | The fields "name", "text", "display_values" may also be localized (e.g. de.name). |
|---|
| 98 | When translations of equal words but different meanings may conflict, a translation |
|---|
| 99 | context should be specified. Use "name_context", "text_context" or "values_context" |
|---|
| 100 | for this. The context should be a meaningful short description to help translators. |
|---|
| 101 | |
|---|
| 102 | In JOSM internally all "name", "text" and "display_values" are translated when |
|---|
| 103 | no specific translation has been given in XML file. When no "display_values" |
|---|
| 104 | are supplied, then "values" will be treated as "display_values" and translated instead. |
|---|
| 105 | |
|---|
| 106 | The match attribute allows to change the matching process, i.e., determining whether |
|---|
| 107 | the tags of an OSM object fit into this preset. |
|---|
| 108 | - none: neutral, i.e., do not consider this item for matching |
|---|
| 109 | - key: positive if key matches, neutral otherwise |
|---|
| 110 | - key!: positive if key matches, negative otherwise |
|---|
| 111 | - keyvalue: positive if key and value matches, negative otherwise |
|---|
| 112 | Note that for a match, at least one positive and no negative is required. |
|---|
| 113 | --> |
|---|
| 114 | <group name="Highways" icon="presets/way_secondary.png"> |
|---|
| 115 | <group name="Streets" icon="presets/way_secondary.png"> |
|---|
| 116 | <item name="Motorway" icon="presets/motorway.png" type="way"> |
|---|
| 117 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=motorway" |
|---|
| 118 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=motorway" |
|---|
| 119 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:highway=motorway" |
|---|
| 120 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=motorway" |
|---|
| 121 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=motorway" |
|---|
| 122 | nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:highway=motorway" |
|---|
| 123 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=motorway" |
|---|
| 124 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=motorway" |
|---|
| 125 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=motorway" /> |
|---|
| 126 | <label text="Edit Motorway" /> |
|---|
| 127 | <space /> |
|---|
| 128 | <key key="highway" value="motorway" /> |
|---|
| 129 | <text key="ref" text="Reference" /> |
|---|
| 130 | <optional> |
|---|
| 131 | <text key="name" text="Name" /> |
|---|
| 132 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 133 | <combo key="lanes" text="Lanes" values="1,2,3,4,5" default="2" /> |
|---|
| 134 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 135 | <check key="oneway" text="Oneway" default="on" /> |
|---|
| 136 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 137 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 138 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 139 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 140 | <check key="lit" text="Lit" default="off" /> |
|---|
| 141 | </optional> |
|---|
| 142 | </item> |
|---|
| 143 | <item name="Motorway Link" icon="presets/motorway.png" type="way"> |
|---|
| 144 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=motorway_link" |
|---|
| 145 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=motorway_link" |
|---|
| 146 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:highway=motorway_link" |
|---|
| 147 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=motorway_link" |
|---|
| 148 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=motorway_link" |
|---|
| 149 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=motorway_link" |
|---|
| 150 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=motorway_link" |
|---|
| 151 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=motorway_link" |
|---|
| 152 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=motorway_link" /> |
|---|
| 153 | <label text="Edit Motorway Link" /> |
|---|
| 154 | <space /> |
|---|
| 155 | <key key="highway" value="motorway_link" /> |
|---|
| 156 | <optional> |
|---|
| 157 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 158 | <combo key="lanes" text="Lanes" values="1,2,3,4,5" default="2" /> |
|---|
| 159 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 160 | <check key="oneway" text="Oneway" default="on" /> |
|---|
| 161 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 162 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 163 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 164 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 165 | <check key="lit" text="Lit" default="off" /> |
|---|
| 166 | </optional> |
|---|
| 167 | </item> |
|---|
| 168 | <item name="Trunk" icon="presets/trunk.png" type="way"> |
|---|
| 169 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=trunk" |
|---|
| 170 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=trunk" |
|---|
| 171 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=trunk" |
|---|
| 172 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=trunk" |
|---|
| 173 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=trunk" |
|---|
| 174 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=trunk" |
|---|
| 175 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=trunk" |
|---|
| 176 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=trunk" /> |
|---|
| 177 | <label text="Edit Trunk" /> |
|---|
| 178 | <space /> |
|---|
| 179 | <key key="highway" value="trunk" /> |
|---|
| 180 | <text key="ref" text="Reference" /> |
|---|
| 181 | <optional> |
|---|
| 182 | <text key="name" text="Name" /> |
|---|
| 183 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 184 | <combo key="lanes" text="Lanes" values="1,2,3,4,5" default="2" /> |
|---|
| 185 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 186 | <check key="oneway" text="Oneway" default="on" /> |
|---|
| 187 | <check key="motorroad" text="Motorroad" default="on" /> |
|---|
| 188 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 189 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 190 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 191 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 192 | <check key="lit" text="Lit" default="off" /> |
|---|
| 193 | </optional> |
|---|
| 194 | </item> |
|---|
| 195 | <item name="Trunk Link" icon="presets/trunk.png" type="way"> |
|---|
| 196 | <link href="http://wiki.openstreetmap.org/wiki/Link_(highway)" |
|---|
| 197 | de.href="http://wiki.openstreetmap.org/wiki/DE:Link_(highway)" |
|---|
| 198 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Link_(highway)" |
|---|
| 199 | it.href="http://wiki.openstreetmap.org/wiki/IT:Link_(highway)" |
|---|
| 200 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Link_(highway)" |
|---|
| 201 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Link_(highway)" |
|---|
| 202 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Link_(highway)"/> |
|---|
| 203 | <label text="Edit Trunk Link" /> |
|---|
| 204 | <space /> |
|---|
| 205 | <key key="highway" value="trunk_link" /> |
|---|
| 206 | <text key="ref" text="Reference" /> |
|---|
| 207 | <optional> |
|---|
| 208 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 209 | <combo key="lanes" text="Lanes" values="1,2,3,4,5" default="1" /> |
|---|
| 210 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 211 | <check key="oneway" text="Oneway" default="on" /> |
|---|
| 212 | <check key="motorroad" text="Motorroad" default="on" /> |
|---|
| 213 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 214 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 215 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 216 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 217 | <check key="lit" text="Lit" default="off" /> |
|---|
| 218 | </optional> |
|---|
| 219 | </item> |
|---|
| 220 | <separator/> |
|---|
| 221 | <item name="Primary" icon="presets/way_primary.png" type="way"> |
|---|
| 222 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=primary" |
|---|
| 223 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=primary" |
|---|
| 224 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=primary" |
|---|
| 225 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=primary" |
|---|
| 226 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=primary" |
|---|
| 227 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=primary" |
|---|
| 228 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=primary" /> |
|---|
| 229 | <label text="Edit Primary Road" /> |
|---|
| 230 | <space /> |
|---|
| 231 | <key key="highway" value="primary" /> |
|---|
| 232 | <text key="ref" text="Reference" /> |
|---|
| 233 | <optional> |
|---|
| 234 | <text key="name" text="Name" /> |
|---|
| 235 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 236 | <combo key="lanes" text="Lanes" values="1,2,3,4,5" /> |
|---|
| 237 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 238 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 239 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 240 | <check key="motorroad" text="Motorroad" default="off" /> |
|---|
| 241 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 242 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 243 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 244 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 245 | <check key="lit" text="Lit" default="off" /> |
|---|
| 246 | </optional> |
|---|
| 247 | </item> |
|---|
| 248 | <item name="Primary Link" icon="presets/way_primary.png" type="way"> |
|---|
| 249 | <link href="http://wiki.openstreetmap.org/wiki/Link_(highway)" |
|---|
| 250 | de.href="http://wiki.openstreetmap.org/wiki/DE:Link_(highway)" |
|---|
| 251 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Link_(highway)" |
|---|
| 252 | it.href="http://wiki.openstreetmap.org/wiki/IT:Link_(highway)" |
|---|
| 253 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Link_(highway)" |
|---|
| 254 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Link_(highway)" |
|---|
| 255 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Link_(highway)"/> |
|---|
| 256 | <label text="Edit Primary Link" /> |
|---|
| 257 | <space /> |
|---|
| 258 | <key key="highway" value="primary_link" /> |
|---|
| 259 | <optional> |
|---|
| 260 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 261 | <combo key="lanes" text="Lanes" values="1,2,3,4,5" /> |
|---|
| 262 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 263 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 264 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 265 | <check key="motorroad" text="Motorroad" default="off" /> |
|---|
| 266 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 267 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 268 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 269 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 270 | <check key="lit" text="Lit" default="off" /> |
|---|
| 271 | </optional> |
|---|
| 272 | </item> |
|---|
| 273 | <item name="Secondary" icon="presets/way_secondary.png" type="way"> |
|---|
| 274 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=secondary" |
|---|
| 275 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=secondary" |
|---|
| 276 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:highway=secondary" |
|---|
| 277 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=secondary" |
|---|
| 278 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=secondary" |
|---|
| 279 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=secondary" |
|---|
| 280 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=secondary" |
|---|
| 281 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=secondary" /> |
|---|
| 282 | <label text="Edit Secondary Road" /> |
|---|
| 283 | <space /> |
|---|
| 284 | <key key="highway" value="secondary" /> |
|---|
| 285 | <text key="ref" text="Reference" /> |
|---|
| 286 | <optional> |
|---|
| 287 | <text key="name" text="Name" /> |
|---|
| 288 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 289 | <combo key="lanes" text="Lanes" values="1,2,3,4,5" /> |
|---|
| 290 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 291 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 292 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 293 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 294 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 295 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 296 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 297 | <check key="lit" text="Lit" default="off" /> |
|---|
| 298 | </optional> |
|---|
| 299 | </item> |
|---|
| 300 | <item name="Tertiary" icon="presets/way_tertiary.png" type="way"> |
|---|
| 301 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=tertiary" |
|---|
| 302 | da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:highway=tertiary" |
|---|
| 303 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=tertiary" |
|---|
| 304 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:highway=tertiary" |
|---|
| 305 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=tertiary" |
|---|
| 306 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=tertiary" |
|---|
| 307 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=tertiary" |
|---|
| 308 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=tertiary" |
|---|
| 309 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=tertiary" /> |
|---|
| 310 | <label text="Edit Tertiary Road" /> |
|---|
| 311 | <space /> |
|---|
| 312 | <key key="highway" value="tertiary" /> |
|---|
| 313 | <text key="ref" text="Reference" /> |
|---|
| 314 | <optional> |
|---|
| 315 | <text key="name" text="Name" /> |
|---|
| 316 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 317 | <combo key="lanes" text="Lanes" values="1,2,3,4,5" /> |
|---|
| 318 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 319 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 320 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 321 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 322 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 323 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 324 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 325 | <check key="lit" text="Lit" default="off" /> |
|---|
| 326 | </optional> |
|---|
| 327 | </item> |
|---|
| 328 | <item name="Unclassified" icon="presets/way_unclassified.png" type="way"> |
|---|
| 329 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=unclassified" |
|---|
| 330 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=unclassified" |
|---|
| 331 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:highway=unclassified" |
|---|
| 332 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=unclassified" |
|---|
| 333 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=unclassified" |
|---|
| 334 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=unclassified" |
|---|
| 335 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=unclassified" |
|---|
| 336 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=unclassified" /> |
|---|
| 337 | <label text="Edit Unclassified Road" /> |
|---|
| 338 | <space /> |
|---|
| 339 | <key key="highway" value="unclassified" /> |
|---|
| 340 | <optional> |
|---|
| 341 | <text key="name" text="Name" /> |
|---|
| 342 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 343 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 344 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 345 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 346 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 347 | <check key="lit" text="Lit" default="off" /> |
|---|
| 348 | <check key="passing_places" text="Passing Places" default="off" /> |
|---|
| 349 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 350 | <combo key="lanes" text="Lanes" values="1,2,3,4,5" /> |
|---|
| 351 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 352 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 353 | <text key="width" text="Width (meters)" /> |
|---|
| 354 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 355 | </optional> |
|---|
| 356 | </item> |
|---|
| 357 | <item name="Residential" icon="presets/residential.png" type="way"> |
|---|
| 358 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=residential" |
|---|
| 359 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=residential" |
|---|
| 360 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=residential" |
|---|
| 361 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=residential" |
|---|
| 362 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=residential" |
|---|
| 363 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=residential" |
|---|
| 364 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=residential" /> |
|---|
| 365 | <label text="Edit Residential Street" /> |
|---|
| 366 | <space /> |
|---|
| 367 | <key key="highway" value="residential" /> |
|---|
| 368 | <text key="name" text="Name" /> |
|---|
| 369 | <optional> |
|---|
| 370 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 371 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 372 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 373 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 374 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 375 | <check key="lit" text="Lit" default="off" /> |
|---|
| 376 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 377 | <combo key="lanes" text="Lanes" values="1,2,3,4,5" /> |
|---|
| 378 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 379 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 380 | <text key="width" text="Width (meters)" /> |
|---|
| 381 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 382 | </optional> |
|---|
| 383 | </item> |
|---|
| 384 | <item name="Living Street" icon="presets/living_street.png" type="way"> |
|---|
| 385 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=living_street" |
|---|
| 386 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=living_street" |
|---|
| 387 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:highway=living_street" |
|---|
| 388 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=living_street" |
|---|
| 389 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=living_street" |
|---|
| 390 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=living_street" /> |
|---|
| 391 | <label text="Edit Living Street" /> |
|---|
| 392 | <space /> |
|---|
| 393 | <key key="highway" value="living_street" /> |
|---|
| 394 | <text key="name" text="Name" /> |
|---|
| 395 | <optional> |
|---|
| 396 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 397 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 398 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 399 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 400 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 401 | <check key="lit" text="Lit" default="off" /> |
|---|
| 402 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 403 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 404 | <text key="width" text="Width (meters)" /> |
|---|
| 405 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 406 | </optional> |
|---|
| 407 | </item> |
|---|
| 408 | <item name="Pedestrian" icon="presets/pedestrian.png" type="way,closedway,relation"> |
|---|
| 409 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=pedestrian" |
|---|
| 410 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=pedestrian" |
|---|
| 411 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:highway=pedestrian" |
|---|
| 412 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=pedestrian" |
|---|
| 413 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=pedestrian" |
|---|
| 414 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=pedestrian" |
|---|
| 415 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=pedestrian" |
|---|
| 416 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=pedestrian" /> |
|---|
| 417 | <label text="Edit Pedestrian Street" /> |
|---|
| 418 | <space /> |
|---|
| 419 | <key key="highway" value="pedestrian" /> |
|---|
| 420 | <text key="name" text="Name" /> |
|---|
| 421 | <optional> |
|---|
| 422 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 423 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 424 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 425 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 426 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 427 | <check key="lit" text="Lit" default="off" /> |
|---|
| 428 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 429 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 430 | <text key="width" text="Width (meters)" /> |
|---|
| 431 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 432 | </optional> |
|---|
| 433 | </item> |
|---|
| 434 | <item name="Service" icon="presets/way_unclassified.png" type="way"> |
|---|
| 435 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=service" |
|---|
| 436 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=service" |
|---|
| 437 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=service" |
|---|
| 438 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=service" |
|---|
| 439 | pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=service" |
|---|
| 440 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=service" |
|---|
| 441 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=service" /> |
|---|
| 442 | <label text="Edit Serviceway" /> |
|---|
| 443 | <space /> |
|---|
| 444 | <key key="highway" value="service" /> |
|---|
| 445 | <optional> |
|---|
| 446 | <combo key="service" text="Serviceway type" values="alley,driveway,parking_aisle" /> |
|---|
| 447 | <text key="name" text="Name" /> |
|---|
| 448 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 449 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 450 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 451 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 452 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 453 | <check key="lit" text="Lit" default="off" /> |
|---|
| 454 | <check key="passing_places" text="Passing Places" default="off" /> |
|---|
| 455 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 456 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 457 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 458 | <text key="width" text="Width (meters)" /> |
|---|
| 459 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 460 | </optional> |
|---|
| 461 | </item> |
|---|
| 462 | <item name="Parking Aisle" icon="presets/way_unclassified.png" type="way"> |
|---|
| 463 | <link href="http://wiki.openstreetmap.org/wiki/Tag:service=parking_aisle" |
|---|
| 464 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:service=parking_aisle" |
|---|
| 465 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:service=parking_aisle" |
|---|
| 466 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:service=parking_aisle" |
|---|
| 467 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:service=parking_aisle" |
|---|
| 468 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:service=parking_aisle" |
|---|
| 469 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:service=parking_aisle" /> |
|---|
| 470 | <label text="Edit Parking Aisle" /> |
|---|
| 471 | <space /> |
|---|
| 472 | <key key="highway" value="service" /> |
|---|
| 473 | <key key="service" value="parking_aisle" /> |
|---|
| 474 | <optional> |
|---|
| 475 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 476 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 477 | <check key="lit" text="Lit" default="off" /> |
|---|
| 478 | </optional> |
|---|
| 479 | </item> |
|---|
| 480 | <item name="Road (Unknown Type)" icon="presets/way_unclassified.png" type="way"> |
|---|
| 481 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=road" |
|---|
| 482 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=road" |
|---|
| 483 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=road" |
|---|
| 484 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=road" |
|---|
| 485 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=road" |
|---|
| 486 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=road" /> |
|---|
| 487 | <label text="Edit Road of unknown type" /> |
|---|
| 488 | <space /> |
|---|
| 489 | <key key="highway" value="road" /> |
|---|
| 490 | <optional> |
|---|
| 491 | <text key="name" text="Name" /> |
|---|
| 492 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 493 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 494 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 495 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 496 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 497 | <check key="lit" text="Lit" default="off" /> |
|---|
| 498 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 499 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 500 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 501 | <text key="width" text="Width (meters)" /> |
|---|
| 502 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 503 | </optional> |
|---|
| 504 | </item> |
|---|
| 505 | <item name="Construction" icon="presets/construction.png" type="way"> |
|---|
| 506 | <label text="Edit Highway Under Construction" /> |
|---|
| 507 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=construction" |
|---|
| 508 | de.href="http://wiki.openstreetmap.org/wiki/DE:Key:construction" |
|---|
| 509 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:construction" |
|---|
| 510 | it.href="http://wiki.openstreetmap.org/wiki/IT:Key:construction" |
|---|
| 511 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:construction" |
|---|
| 512 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:construction" /> |
|---|
| 513 | <space /> |
|---|
| 514 | <key key="highway" value="construction" /> |
|---|
| 515 | <optional> |
|---|
| 516 | <text key="name" text="Name" /> |
|---|
| 517 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 518 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 519 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 520 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 521 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 522 | <check key="lit" text="Lit" default="off" /> |
|---|
| 523 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 524 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 525 | <combo key="junction" text="Junction" values="roundabout,jughandle,yes" /> |
|---|
| 526 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 527 | <text key="width" text="Width (meters)" /> |
|---|
| 528 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 529 | </optional> |
|---|
| 530 | </item> |
|---|
| 531 | <separator/> |
|---|
| 532 | <item name="Road Restrictions" icon="presets/restrictions.png" type="node,way"> |
|---|
| 533 | <link href="http://wiki.openstreetmap.org/wiki/Key:access" |
|---|
| 534 | da.href="http://wiki.openstreetmap.org/wiki/Da:Key:access" |
|---|
| 535 | de.href="http://wiki.openstreetmap.org/wiki/DE:Key:access" |
|---|
| 536 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:access" |
|---|
| 537 | it.href="http://wiki.openstreetmap.org/wiki/IT:Key:access" |
|---|
| 538 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:access" |
|---|
| 539 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:access" |
|---|
| 540 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:access" |
|---|
| 541 | sv.href="http://wiki.openstreetmap.org/wiki/Sv:Key:access" |
|---|
| 542 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:access" /> |
|---|
| 543 | <label text="Edit Road Restrictions" /> |
|---|
| 544 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 545 | <check key="toll" text="Toll" default="off" /> |
|---|
| 546 | <check key="noexit" text="No exit (cul-de-sac)" default="off" /> |
|---|
| 547 | <label text="Transport mode restrictions" /> |
|---|
| 548 | <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" /> |
|---|
| 549 | <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" /> |
|---|
| 550 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" /> |
|---|
| 551 | <label text="Vehicles per type" /> |
|---|
| 552 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" /> |
|---|
| 553 | <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" /> |
|---|
| 554 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" /> |
|---|
| 555 | <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" /> |
|---|
| 556 | <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" /> |
|---|
| 557 | <combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" /> |
|---|
| 558 | <combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" /> |
|---|
| 559 | <label text="Vehicles per use" /> |
|---|
| 560 | <combo key="agricultural" text="Agricultural" values="yes,official,designated,destination,permissive,private,no" /> |
|---|
| 561 | <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,permissive,private,no" /> |
|---|
| 562 | <combo key="hov" text="High-occupancy vehicles (hov)" values="yes,official,designated,destination,permissive,private,no" /> |
|---|
| 563 | <combo key="psv" text="Public Service Vehicles (psv)" values="yes,official,designated,destination,permissive,private,no" /> |
|---|
| 564 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 565 | <text key="minspeed" text="Min. speed (km/h)" /> |
|---|
| 566 | <text key="maxweight" text="Max. weight (tonnes)" /> |
|---|
| 567 | <text key="maxaxleload" text="Max. axleload (tonnes)" /> |
|---|
| 568 | <text key="maxheight" text="Max. height (meters)" /> |
|---|
| 569 | <text key="maxwidth" text="Max. width (meters)" /> |
|---|
| 570 | <text key="maxlength" text="Max. length (meters)" /> |
|---|
| 571 | </item> |
|---|
| 572 | <separator/> |
|---|
| 573 | <item name="Roundabout" icon="presets/roundabout.png" type="closedway"> |
|---|
| 574 | <link href="http://wiki.openstreetmap.org/wiki/Tag:junction=roundabout" |
|---|
| 575 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:junction=roundabout" |
|---|
| 576 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:junction=roundabout" |
|---|
| 577 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:junction=roundabout" |
|---|
| 578 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:junction=roundabout" |
|---|
| 579 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:junction=roundabout" |
|---|
| 580 | ro.href="http://wiki.openstreetmap.org/wiki/Ro:Tag:junction=roundabout" |
|---|
| 581 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:junction=roundabout" /> |
|---|
| 582 | <label text="Edit Junction" /> |
|---|
| 583 | <space /> |
|---|
| 584 | <key key="junction" value="roundabout" /> |
|---|
| 585 | <combo key="highway" text="Type" values="motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,tertiary,unclassified,residential,living_street,service,bus_guideway,construction" /> |
|---|
| 586 | <optional> |
|---|
| 587 | <text key="name" text="Name" /> |
|---|
| 588 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 589 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 590 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 591 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 592 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 593 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 594 | <combo key="lanes" text="Lanes" values="1,2,3,4,5" /> |
|---|
| 595 | <text key="width" text="Width (meters)" /> |
|---|
| 596 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 597 | </optional> |
|---|
| 598 | </item> |
|---|
| 599 | <item name="Bridge" icon="presets/bridge.png" type="way"> |
|---|
| 600 | <link href="http://wiki.openstreetmap.org/wiki/Key:bridge" |
|---|
| 601 | de.href="http://wiki.openstreetmap.org/wiki/DE:Key:bridge" |
|---|
| 602 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Key:bridge" |
|---|
| 603 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:bridge" |
|---|
| 604 | it.href="http://wiki.openstreetmap.org/wiki/IT:Key:bridge" |
|---|
| 605 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:bridge" |
|---|
| 606 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:bridge" |
|---|
| 607 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:bridge" |
|---|
| 608 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:bridge" /> |
|---|
| 609 | <label text="Edit Bridge" /> |
|---|
| 610 | <space /> |
|---|
| 611 | <combo key="bridge" text="Bridge" values="yes,viaduct,swing,aqueduct" match="key!" default="yes" /> |
|---|
| 612 | <optional> |
|---|
| 613 | <text key="name" text="Name" /> |
|---|
| 614 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="1" /> |
|---|
| 615 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 616 | <text key="maxweight" text="Max. weight (tonnes)" /> |
|---|
| 617 | <text key="width" text="Width (meters)" /> |
|---|
| 618 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 619 | </optional> |
|---|
| 620 | </item> |
|---|
| 621 | <item name="Tunnel" icon="presets/tunnel.png" type="way"> |
|---|
| 622 | <label text="Edit Tunnel"/> |
|---|
| 623 | <link href="http://wiki.openstreetmap.org/wiki/Key:tunnel" |
|---|
| 624 | de.href="http://wiki.openstreetmap.org/wiki/DE:Key:tunnel" |
|---|
| 625 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Key:tunnel" |
|---|
| 626 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:tunnel" |
|---|
| 627 | it.href="http://wiki.openstreetmap.org/wiki/IT:Key:tunnel" |
|---|
| 628 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:tunnel" |
|---|
| 629 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:tunnel" |
|---|
| 630 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:tunnel" /> |
|---|
| 631 | <space /> |
|---|
| 632 | <key key="tunnel" value="yes" /> |
|---|
| 633 | <optional> |
|---|
| 634 | <text key="name" text="Name" /> |
|---|
| 635 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" /> |
|---|
| 636 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 637 | <text key="width" text="Width (meters)" /> |
|---|
| 638 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 639 | </optional> |
|---|
| 640 | </item> |
|---|
| 641 | <item name="Ford" icon="presets/ford.png" type="node,way"> |
|---|
| 642 | <label text="Edit Ford" /> |
|---|
| 643 | <link href="http://wiki.openstreetmap.org/wiki/Key:ford" /> |
|---|
| 644 | <space /> |
|---|
| 645 | <key key="ford" value="yes" /> |
|---|
| 646 | <optional> |
|---|
| 647 | <text key="name" text="Name" /> |
|---|
| 648 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 649 | </optional> |
|---|
| 650 | </item> |
|---|
| 651 | </group> <!-- Streets --> |
|---|
| 652 | <group name="Ways" icon="presets/way_unclassified.png"> |
|---|
| 653 | <item name="Track" icon="presets/track1.png" type="way"> |
|---|
| 654 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=track" |
|---|
| 655 | da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:highway=track" |
|---|
| 656 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=track" |
|---|
| 657 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:highway=track" |
|---|
| 658 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=track" |
|---|
| 659 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=track" |
|---|
| 660 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=track" |
|---|
| 661 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=track" |
|---|
| 662 | sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:highway=track" |
|---|
| 663 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=track" /> |
|---|
| 664 | <label text="Edit Track" /> |
|---|
| 665 | <space /> |
|---|
| 666 | <key key="highway" value="track" /> |
|---|
| 667 | <optional> |
|---|
| 668 | <text key="name" text="Name" /> |
|---|
| 669 | <combo key="tracktype" text="Tracktype" values="grade1,grade2,grade3,grade4,grade5" /> |
|---|
| 670 | <combo key="surface" text="Surface" values="paved,concrete,cobblestone,gravel,ground,grass,sand" /> |
|---|
| 671 | <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" /> |
|---|
| 672 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 673 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 674 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 675 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 676 | <check key="lit" text="Lit" default="off" /> |
|---|
| 677 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 678 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 679 | <combo key="access" text="General access" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" /> |
|---|
| 680 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" /> |
|---|
| 681 | <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" /> |
|---|
| 682 | <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" /> |
|---|
| 683 | <text key="width" text="Width (meters)" /> |
|---|
| 684 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 685 | </optional> |
|---|
| 686 | </item> |
|---|
| 687 | <item name="Path" icon="presets/path.png" type="way"> |
|---|
| 688 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=path" |
|---|
| 689 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=path" |
|---|
| 690 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=path" |
|---|
| 691 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=path" |
|---|
| 692 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=path" |
|---|
| 693 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=path" |
|---|
| 694 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=path" |
|---|
| 695 | sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:highway=path" /> |
|---|
| 696 | <label text="Edit Path" /> |
|---|
| 697 | <space /> |
|---|
| 698 | <key key="highway" value="path" /> |
|---|
| 699 | <optional> |
|---|
| 700 | <text key="name" text="Name" /> |
|---|
| 701 | <combo key="sac_scale" text="SAC Scale"> |
|---|
| 702 | <list_entry value="hiking" display_value="T1 - hiking trail" short_description="Trail well cleared. Area flat or slightly sloped, no fall hazard" /> |
|---|
| 703 | <list_entry value="mountain_hiking" display_value="T2 - mountain hiking trail" short_description="Trail with continuous line and balanced ascent. Terrain partially steep, fall hazard possible" /> |
|---|
| 704 | <list_entry value="demanding_mountain_hiking" display_value="T3 - difficult, exposed hiking trail" short_description="exposed sites may be secured with ropes or chains, possible need to use hands for balance. Partly exposed sites with fall hazard, scree, pathless jagged rocks" /> |
|---|
| 705 | <list_entry value="alpine_hiking" display_value="T4 - difficult, exposed, steep alpine trail" short_description="sometimes need for hand use to get ahead. Terrain quite exposed, precarious grassy acclivities, jagged rocks, facile snow-free glaciers" /> |
|---|
| 706 | <list_entry value="demanding_alpine_hiking" display_value="T5 - difficult alpine trail with climbing" short_description="single plainly climbing up to second grade. Exposed, demanding terrain, jagged rocks, few dangerous glacier and snow" /> |
|---|
| 707 | <list_entry value="difficult_alpine_hiking" display_value="T6 - hazardous alpine trail with climbing" short_description="climbing up to second grade. Often very exposed, precarious jagged rocks, glacier with danger to slip and fall" /> |
|---|
| 708 | </combo> |
|---|
| 709 | <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" /> |
|---|
| 710 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 711 | <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" /> |
|---|
| 712 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 713 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 714 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 715 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 716 | <check key="lit" text="Lit" default="off" /> |
|---|
| 717 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 718 | <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" /> |
|---|
| 719 | <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" /> |
|---|
| 720 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" /> |
|---|
| 721 | <combo key="wheelchair" text="Wheelchairs" values="unknown,yes,official,no" /> |
|---|
| 722 | <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" /> |
|---|
| 723 | <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" /> |
|---|
| 724 | <!-- <combo key="motorcar" text="Motorcar" values="yes,designated,no" default="no" /> --> |
|---|
| 725 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 726 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 727 | <text key="width" text="Width (meters)" /> |
|---|
| 728 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 729 | </optional> |
|---|
| 730 | </item> |
|---|
| 731 | <separator/> |
|---|
| 732 | <item name="Dedicated Bridleway" icon="presets/equestrian.png" type="way"> |
|---|
| 733 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=bridleway" |
|---|
| 734 | da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:highway=bridleway" |
|---|
| 735 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=bridleway" |
|---|
| 736 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=bridleway" |
|---|
| 737 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=bridleway" /> |
|---|
| 738 | <label text="Edit Bridleway" /> |
|---|
| 739 | <space /> |
|---|
| 740 | <key key="highway" value="bridleway" /> |
|---|
| 741 | <optional> |
|---|
| 742 | <text key="name" text="Name" /> |
|---|
| 743 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 744 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 745 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 746 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 747 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 748 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 749 | <check key="lit" text="Lit" default="off" /> |
|---|
| 750 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 751 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 752 | <text key="width" text="Width (meters)" /> |
|---|
| 753 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 754 | </optional> |
|---|
| 755 | </item> |
|---|
| 756 | <item name="Cycle Lane" type="way"> |
|---|
| 757 | <link href="http://wiki.openstreetmap.org/wiki/Bicycle" |
|---|
| 758 | de.href="http://wiki.openstreetmap.org/wiki/DE:Bicycle" |
|---|
| 759 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Bicycle" |
|---|
| 760 | hr.href="http://wiki.openstreetmap.org/wiki/Hr:Bicycle" |
|---|
| 761 | it.href="http://wiki.openstreetmap.org/wiki/IT:Bicycle" |
|---|
| 762 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Bicycle" |
|---|
| 763 | nl.href="http://wiki.openstreetmap.org/wiki/NL:Bicycle" /> |
|---|
| 764 | <label text="Edit Cycle Lane" /> |
|---|
| 765 | <combo key="cycleway" text="Cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" /> |
|---|
| 766 | <combo key="cycleway:left" text="Cycleway left" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" /> |
|---|
| 767 | <combo key="cycleway:right" text="Cycleway right" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" /> |
|---|
| 768 | <check key="oneway:bicycle" text="Oneway (bicycle)" default="off" /> |
|---|
| 769 | <space /> |
|---|
| 770 | <label text="Edit Highway" /> |
|---|
| 771 | <combo key="highway" text="Highway" values="motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,tertiary,unclassified,residential,living_street,service,bus_guideway,construction" /> |
|---|
| 772 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 773 | </item> |
|---|
| 774 | <item name="Dedicated Cycleway" icon="presets/cycleway.png" type="way"> |
|---|
| 775 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=cycleway" |
|---|
| 776 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=cycleway" |
|---|
| 777 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=cycleway" |
|---|
| 778 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=cycleway" |
|---|
| 779 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=cycleway" |
|---|
| 780 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=cycleway" |
|---|
| 781 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=cycleway" /> |
|---|
| 782 | <label text="Edit Cycleway" /> |
|---|
| 783 | <space /> |
|---|
| 784 | <key key="highway" value="cycleway" /> |
|---|
| 785 | <optional> |
|---|
| 786 | <text key="name" text="Name" /> |
|---|
| 787 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 788 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 789 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 790 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 791 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 792 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 793 | <check key="lit" text="Lit" default="off" /> |
|---|
| 794 | <combo key="foot" text="Pedestrians" values="unknown,yes,no" /> |
|---|
| 795 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 796 | <text key="width" text="Width (meters)" /> |
|---|
| 797 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 798 | </optional> |
|---|
| 799 | </item> |
|---|
| 800 | <item name="Segregated Foot- and Cycleway" icon="presets/foot_and_cycleway_segregated.png" type="way"> |
|---|
| 801 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=cycleway" |
|---|
| 802 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=cycleway" |
|---|
| 803 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=cycleway" /> |
|---|
| 804 | <label text="Edit Cycleway" /> |
|---|
| 805 | <space /> |
|---|
| 806 | <key key="highway" value="path" /> |
|---|
| 807 | <key key="bicycle" value="designated" /> |
|---|
| 808 | <key key="foot" value="designated" /> |
|---|
| 809 | <key key="segregated" value="yes" /> |
|---|
| 810 | <optional> |
|---|
| 811 | <text key="name" text="Name" /> |
|---|
| 812 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 813 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 814 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 815 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 816 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 817 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 818 | <check key="lit" text="Lit" default="off" /> |
|---|
| 819 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 820 | <text key="width" text="Width (meters)" /> |
|---|
| 821 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 822 | </optional> |
|---|
| 823 | </item> |
|---|
| 824 | <item name="Combined Foot- and Cycleway" icon="presets/foot_and_cycleway_combined.png" type="way"> |
|---|
| 825 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=cycleway" |
|---|
| 826 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=cycleway" |
|---|
| 827 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=cycleway" /> |
|---|
| 828 | <label text="Edit Cycleway" /> |
|---|
| 829 | <space /> |
|---|
| 830 | <key key="highway" value="path" /> |
|---|
| 831 | <key key="bicycle" value="designated" /> |
|---|
| 832 | <key key="foot" value="designated" /> |
|---|
| 833 | <key key="segregated" value="no" /> |
|---|
| 834 | <optional> |
|---|
| 835 | <text key="name" text="Name" /> |
|---|
| 836 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 837 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 838 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 839 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 840 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 841 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 842 | <check key="lit" text="Lit" default="off" /> |
|---|
| 843 | <check key="passing_places" text="Passing Places" default="off" /> |
|---|
| 844 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 845 | <text key="width" text="Width (meters)" /> |
|---|
| 846 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 847 | </optional> |
|---|
| 848 | </item> |
|---|
| 849 | <item name="Dedicated Footway" icon="presets/footway.png" type="way"> |
|---|
| 850 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=footway" |
|---|
| 851 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=footway" |
|---|
| 852 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:highway=footway" |
|---|
| 853 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=footway" |
|---|
| 854 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=footway" |
|---|
| 855 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=footway" |
|---|
| 856 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=footway" /> |
|---|
| 857 | <label text="Edit Footway" /> |
|---|
| 858 | <space /> |
|---|
| 859 | <key key="highway" value="footway" /> |
|---|
| 860 | <optional> |
|---|
| 861 | <text key="name" text="Name" /> |
|---|
| 862 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 863 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 864 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 865 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 866 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 867 | <check key="lit" text="Lit" default="off" /> |
|---|
| 868 | <check key="passing_places" text="Passing Places" default="off" /> |
|---|
| 869 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 870 | <text key="width" text="Width (meters)" /> |
|---|
| 871 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 872 | </optional> |
|---|
| 873 | </item> |
|---|
| 874 | <item name="Steps" icon="presets/steps.png" type="way"> |
|---|
| 875 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=steps" |
|---|
| 876 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=steps" |
|---|
| 877 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:highway=steps" |
|---|
| 878 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=steps" |
|---|
| 879 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=steps" |
|---|
| 880 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=steps" |
|---|
| 881 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=steps" /> |
|---|
| 882 | <label text="Edit Flight of Steps" /> |
|---|
| 883 | <space /> |
|---|
| 884 | <key key="highway" value="steps" /> |
|---|
| 885 | <optional> |
|---|
| 886 | <text key="name" text="Name" /> |
|---|
| 887 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 888 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 889 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 890 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 891 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 892 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 893 | <check key="lit" text="Lit" default="off" /> |
|---|
| 894 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 895 | <text key="width" text="Width (meters)" /> |
|---|
| 896 | <text key="step_count" text="Amount of Steps" /> |
|---|
| 897 | </optional> |
|---|
| 898 | </item> |
|---|
| 899 | </group> <!-- Ways --> |
|---|
| 900 | <group name="Waypoints" icon="presets/waypoints.png"> |
|---|
| 901 | <item name="Motorway Junction" icon="presets/motorway_exit.png" type="node"> |
|---|
| 902 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=motorway_junction" |
|---|
| 903 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=motorway_junction" |
|---|
| 904 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:highway=motorway_junction" |
|---|
| 905 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=motorway_junction" |
|---|
| 906 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=motorway_junction" /> |
|---|
| 907 | <label text="Edit Motorway Junction" /> |
|---|
| 908 | <space /> |
|---|
| 909 | <key key="highway" value="motorway_junction" /> |
|---|
| 910 | <text key="name" text="Name" /> |
|---|
| 911 | <text key="ref" text="Number" /> |
|---|
| 912 | <text key="exit_to" text="Exit to" /> |
|---|
| 913 | </item> |
|---|
| 914 | <item name="Services" icon="styles/standard/vehicle/services.png" type="node,closedway,relation"> |
|---|
| 915 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=services" |
|---|
| 916 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=services" |
|---|
| 917 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=services" |
|---|
| 918 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=services" |
|---|
| 919 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=services" |
|---|
| 920 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=services" /> |
|---|
| 921 | <label text="Edit Service Station" /> |
|---|
| 922 | <space /> |
|---|
| 923 | <key key="highway" value="services" /> |
|---|
| 924 | <optional> |
|---|
| 925 | <text key="name" text="Name" /> |
|---|
| 926 | <text key="operator" text="Operator" /> |
|---|
| 927 | <check key="toilets" text="Toilets" default="off" /> |
|---|
| 928 | </optional> |
|---|
| 929 | </item> |
|---|
| 930 | <item name="Rest Area" icon="presets/parking.png" type="node,closedway"> |
|---|
| 931 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=rest_area" |
|---|
| 932 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=rest_area" |
|---|
| 933 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=rest_area" |
|---|
| 934 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=rest_area" |
|---|
| 935 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=rest_area" |
|---|
| 936 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=rest_area" |
|---|
| 937 | sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:highway=rest_area" /> |
|---|
| 938 | <label text="Edit Rest Area" /> |
|---|
| 939 | <space /> |
|---|
| 940 | <key key="highway" value="rest_area" /> |
|---|
| 941 | <optional> |
|---|
| 942 | <text key="name" text="Name" /> |
|---|
| 943 | <check key="toilets" text="Toilets" default="off" /> |
|---|
| 944 | </optional> |
|---|
| 945 | </item> |
|---|
| 946 | <item name="Emergency Phone" icon="presets/telephone.png" type="node"> |
|---|
| 947 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/emergency_phone" /> |
|---|
| 948 | <key key="amenity" value="emergency_phone" /> |
|---|
| 949 | </item> |
|---|
| 950 | <separator/> |
|---|
| 951 | <item name="Traffic Signal" icon="presets/traffic-light.png" type="node"> |
|---|
| 952 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=traffic_signals" |
|---|
| 953 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=traffic_signals" |
|---|
| 954 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=traffic_signals" |
|---|
| 955 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=traffic_signals" |
|---|
| 956 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=traffic_signals" /> |
|---|
| 957 | <key key="highway" value="traffic_signals" /> |
|---|
| 958 | <optional> |
|---|
| 959 | <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" /> |
|---|
| 960 | <check key="horse" text="Cross on horseback" default="off" /> |
|---|
| 961 | <check key="bicycle" text="Cross by bicycle" default="off" /> |
|---|
| 962 | <check key="supervised" text="Crossing attendant" default="off" /> |
|---|
| 963 | <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" /> |
|---|
| 964 | </optional> |
|---|
| 965 | </item> |
|---|
| 966 | <item name="Stop" icon="presets/Stop.png" type="node"> |
|---|
| 967 | <key key="highway" value="stop" /> |
|---|
| 968 | </item> |
|---|
| 969 | <item name="Mini-roundabout" icon="presets/roundabout_left.png" type="node"> |
|---|
| 970 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=mini_roundabout" |
|---|
| 971 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=mini_roundabout" |
|---|
| 972 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=mini_roundabout" |
|---|
| 973 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=mini_roundabout" |
|---|
| 974 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=mini_roundabout" |
|---|
| 975 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=mini_roundabout" /> |
|---|
| 976 | <key key="highway" value="mini_roundabout" /> |
|---|
| 977 | <combo key="direction" text="Direction" values="clockwise" /> |
|---|
| 978 | </item> |
|---|
| 979 | <item name="Pedestrian Crossing" icon="styles/standard/vehicle/zebra_crossing.png" type="node"> |
|---|
| 980 | <link href="http://wiki.openstreetmap.org/wiki/Key:crossing" |
|---|
| 981 | de.href="http://wiki.openstreetmap.org/wiki/DE:Key:crossing" |
|---|
| 982 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Key:crossing" |
|---|
| 983 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:crossing" |
|---|
| 984 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:crossing" |
|---|
| 985 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:crossing" |
|---|
| 986 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:crossing" /> |
|---|
| 987 | <label text="Edit Crossing" /> |
|---|
| 988 | <key key="highway" value="crossing" /> |
|---|
| 989 | <combo key="crossing" text="Type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" /> |
|---|
| 990 | <check key="bicycle" text="Cross by bicycle" default="off" /> |
|---|
| 991 | <check key="horse" text="Cross on horseback" default="off" /> |
|---|
| 992 | <check key="supervised" text="Crossing attendant" default="off" /> |
|---|
| 993 | <combo key="crossing_ref" text="Type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" /> |
|---|
| 994 | </item> |
|---|
| 995 | <item name="Traffic Calming" icon="presets/chicane.png" type="node"> |
|---|
| 996 | <link href="http://wiki.openstreetmap.org/wiki/Key:traffic_calming" |
|---|
| 997 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Key:traffic_calming" |
|---|
| 998 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:traffic_calming" |
|---|
| 999 | it.href="http://wiki.openstreetmap.org/wiki/IT:Key:traffic_calming" |
|---|
| 1000 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:traffic_calming" |
|---|
| 1001 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:traffic_calming"/> |
|---|
| 1002 | <label text="Edit Traffic Calming" /> |
|---|
| 1003 | <combo key="traffic_calming" text="Type" values="yes,bump,chicane,choker,cushion,hump,table" /> |
|---|
| 1004 | </item> |
|---|
| 1005 | <item name="Passing Place" icon="presets/passingplace.png" type="node"> |
|---|
| 1006 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=passing_place" |
|---|
| 1007 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=passing_place" |
|---|
| 1008 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=passing_place"/> |
|---|
| 1009 | <label text="Edit Passing Place" /> |
|---|
| 1010 | <key key="highway" value="passing_place" /> |
|---|
| 1011 | </item> |
|---|
| 1012 | <item name="Turning Circle" icon="presets/turning_circle.png" type="node"> |
|---|
| 1013 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=turning_circle" |
|---|
| 1014 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=turning_circle" |
|---|
| 1015 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=turning_circle" |
|---|
| 1016 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=turning_circle" /> |
|---|
| 1017 | <key key="highway" value="turning_circle" /> |
|---|
| 1018 | </item> |
|---|
| 1019 | <item name="City Limit" icon="presets/citylimit.png" type="node"> |
|---|
| 1020 | <link href="http://wiki.openstreetmap.org/wiki/Tag:traffic_sign=city_limit" |
|---|
| 1021 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:traffic_sign" /> |
|---|
| 1022 | <label text="Edit City Limit Sign" /> |
|---|
| 1023 | <space /> |
|---|
| 1024 | <key key="traffic_sign" value="city_limit" /> |
|---|
| 1025 | <space /> |
|---|
| 1026 | <text key="name" text="Name" /> |
|---|
| 1027 | <text key="alt_name" text="Second Name" /> |
|---|
| 1028 | </item> |
|---|
| 1029 | <item name="Speed Camera" icon="presets/speed_camera.png" type="node"> |
|---|
| 1030 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=speed_camera" |
|---|
| 1031 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=speed_camera" |
|---|
| 1032 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=speed_camera" |
|---|
| 1033 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=speed_camera" /> |
|---|
| 1034 | <key key="highway" value="speed_camera" /> |
|---|
| 1035 | </item> |
|---|
| 1036 | <separator/> |
|---|
| 1037 | <item name="Grit Bin" icon="styles/standard/misc/grit_bin.png" type="node"> |
|---|
| 1038 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=grit_bin" |
|---|
| 1039 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=grit_bin" |
|---|
| 1040 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=grit_bin" |
|---|
| 1041 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=grit_bin" /> |
|---|
| 1042 | <key key="amenity" value="grit_bin" /> |
|---|
| 1043 | </item> |
|---|
| 1044 | <separator/> |
|---|
| 1045 | <item name="Mountain Pass" icon="presets/mountain_pass.png" type="node"> |
|---|
| 1046 | <link href="http://wiki.openstreetmap.org/wiki/Key:mountain_pass" |
|---|
| 1047 | it.href="http://wiki.openstreetmap.org/wiki/IT:Key:mountain_pass" |
|---|
| 1048 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:mountain_pass" |
|---|
| 1049 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:mountain_pass" /> |
|---|
| 1050 | <label text="Edit Mountain Pass" /> |
|---|
| 1051 | <space /> |
|---|
| 1052 | <key key="mountain_pass" value="yes" /> |
|---|
| 1053 | <optional> |
|---|
| 1054 | <text key="name" text="Name" /> |
|---|
| 1055 | <text key="ele" text="Elevation" /> |
|---|
| 1056 | <text key="wikipedia" text="Wikipedia" /> |
|---|
| 1057 | </optional> |
|---|
| 1058 | </item> |
|---|
| 1059 | </group> <!-- Waypoints --> |
|---|
| 1060 | <group name="Barriers" icon="presets/barrier.png"> |
|---|
| 1061 | |
|---|
| 1062 | <!-- *** node barriers *** --> |
|---|
| 1063 | <item name="Bollard" icon="presets/bollard.png" type="node,way"> |
|---|
| 1064 | <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=bollard" |
|---|
| 1065 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:barrier=bollard" |
|---|
| 1066 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:barrier=bollard" |
|---|
| 1067 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:barrier=bollard" |
|---|
| 1068 | nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:barrier=bollard" |
|---|
| 1069 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=bollard" /> |
|---|
| 1070 | <label text="Edit Bollard" /> |
|---|
| 1071 | <space /> |
|---|
| 1072 | <key key="barrier" value="bollard" /> |
|---|
| 1073 | <label text="Allowed traffic:" /> |
|---|
| 1074 | <space /> |
|---|
| 1075 | <check key="foot" text="Foot" default="on" /> |
|---|
| 1076 | <check key="bicycle" text="Bicycle" default="on" /> |
|---|
| 1077 | <check key="horse" text="Horse" default="off" /> |
|---|
| 1078 | <check key="motorcycle" text="Motorcycle" default="off" /> |
|---|
| 1079 | </item> <!-- bollard --> |
|---|
| 1080 | <item name="Cycle Barrier" icon="styles/standard/vehicle/cycle_barrier.png" type="node"> |
|---|
| 1081 | <link href="http://de.wikipedia.org/wiki/Umlaufgitter" /> |
|---|
| 1082 | <key key="barrier" value="cycle_barrier" /> |
|---|
| 1083 | <label text="Allowed traffic:" /> |
|---|
| 1084 | <space /> |
|---|
| 1085 | <check key="foot" text="Foot" default="on" /> |
|---|
| 1086 | <check key="bicycle" text="Bicycle" default="on" /> |
|---|
| 1087 | <check key="horse" text="Horse" default="off" /> |
|---|
| 1088 | <check key="motorcycle" text="Motorcycle" default="off" /> |
|---|
| 1089 | </item> <!-- cycle_barrier --> |
|---|
| 1090 | <item name="Block" icon="presets/block.png" type="node,way,closedway"> |
|---|
| 1091 | <key key="barrier" value="block" /> |
|---|
| 1092 | <label text="Allowed traffic:" /> |
|---|
| 1093 | <space /> |
|---|
| 1094 | <check key="foot" text="Foot" default="on" /> |
|---|
| 1095 | <check key="bicycle" text="Bicycle" default="on" /> |
|---|
| 1096 | <check key="horse" text="Horse" default="off" /> |
|---|
| 1097 | <check key="motorcycle" text="Motorcycle" default="off" /> |
|---|
| 1098 | </item> <!-- block --> |
|---|
| 1099 | <item name="Cattle Grid" icon="presets/cattle_grid.png" type="node"> |
|---|
| 1100 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=cattle_grid" /> |
|---|
| 1101 | <label text="Edit Cattle Grid" /> |
|---|
| 1102 | <space /> |
|---|
| 1103 | <key key="barrier" value="cattle_grid" /> |
|---|
| 1104 | <label text="Allowed traffic:" /> |
|---|
| 1105 | <space /> |
|---|
| 1106 | <check key="foot" text="Foot" default="on" /> |
|---|
| 1107 | <check key="bicycle" text="Bicycle" default="on" /> |
|---|
| 1108 | <check key="motorcycle" text="Motorcycle" default="off" /> |
|---|
| 1109 | <check key="motorcar" text="Motorcar" default="off" /> |
|---|
| 1110 | </item> <!-- cattle_grid --> |
|---|
| 1111 | <item name="Bus Trap" icon="presets/empty.png" type="node"> |
|---|
| 1112 | <key key="barrier" value="bus_trap" /> |
|---|
| 1113 | </item> <!-- bus_trap --> |
|---|
| 1114 | <item name="Spikes" icon="presets/empty.png" type="node"> |
|---|
| 1115 | <label text="Edit Spikes" /> |
|---|
| 1116 | <space /> |
|---|
| 1117 | <key key="barrier" value="spikes" /> |
|---|
| 1118 | <label text="Allowed traffic:" /> |
|---|
| 1119 | <space /> |
|---|
| 1120 | <check key="foot" text="Foot" default="on" /> |
|---|
| 1121 | <check key="bicycle" text="Bicycle" default="on" /> |
|---|
| 1122 | <check key="horse" text="Horse" default="off" /> |
|---|
| 1123 | <check key="motorcycle" text="Motorcycle" default="off" /> |
|---|
| 1124 | <check key="motorcar" text="Motorcar" default="off" /> |
|---|
| 1125 | </item> <!-- spikes --> |
|---|
| 1126 | <item name="Toll Booth" icon="presets/toll_station.png" type="node,closedway"> |
|---|
| 1127 | <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=toll_booth" |
|---|
| 1128 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:barrier=toll_booth" |
|---|
| 1129 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:barrier=toll_booth" |
|---|
| 1130 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=toll_booth" |
|---|
| 1131 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=toll_booth" |
|---|
| 1132 | zh-hans.href="http://wiki.openstreetmap.org/wiki/Zh-hans:Tag:barrier=toll_booth" /> |
|---|
| 1133 | <label text="Edit Toll Booth" /> |
|---|
| 1134 | <space /> |
|---|
| 1135 | <key key="barrier" value="toll_booth" /> |
|---|
| 1136 | <optional> |
|---|
| 1137 | <text key="name" text="Name" /> |
|---|
| 1138 | <text key="operator" text="Operator" /> |
|---|
| 1139 | </optional> |
|---|
| 1140 | </item> <!-- toll_booth --> |
|---|
| 1141 | <item name="Border Control" icon="presets/douane.png" type="node"> |
|---|
| 1142 | <label text="Edit Border Control" /> |
|---|
| 1143 | <space /> |
|---|
| 1144 | <key key="barrier" value="border_control" /> |
|---|
| 1145 | <label text="Allowed traffic:" /> |
|---|
| 1146 | <space /> |
|---|
| 1147 | <check key="foot" text="Foot" default="on" /> |
|---|
| 1148 | <check key="bicycle" text="Bicycle" default="on" /> |
|---|
| 1149 | <check key="horse" text="Horse" default="off" /> |
|---|
| 1150 | <check key="motorcycle" text="Motorcycle" default="off" /> |
|---|
| 1151 | <check key="motorcar" text="Motorcar" default="off" /> |
|---|
| 1152 | </item> <!-- border_control --> |
|---|
| 1153 | <separator/> |
|---|
| 1154 | |
|---|
| 1155 | <!-- *** linear barriers *** --> |
|---|
| 1156 | <item name="Hedge" icon="presets/hedge.png" type="way,closedway,relation"> |
|---|
| 1157 | <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=hedge" |
|---|
| 1158 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:barrier=hedge" |
|---|
| 1159 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:barrier=hedge" |
|---|
| 1160 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:barrier=hedge" |
|---|
| 1161 | nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:barrier=hedge" |
|---|
| 1162 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=hedge" |
|---|
| 1163 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=hedge" /> |
|---|
| 1164 | <key key="barrier" value="hedge" /> |
|---|
| 1165 | </item> <!-- hedge --> |
|---|
| 1166 | <item name="Fence" icon="presets/fence.png" type="way,closedway"> |
|---|
| 1167 | <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=fence" |
|---|
| 1168 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:barrier=fence" |
|---|
| 1169 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:barrier=fence" |
|---|
| 1170 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:barrier=fence" |
|---|
| 1171 | nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:barrier=fence" |
|---|
| 1172 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=fence" |
|---|
| 1173 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=fence" /> |
|---|
| 1174 | <key key="barrier" value="fence" /> |
|---|
| 1175 | <optional> |
|---|
| 1176 | <combo key="fence_type" text="Type" values="barbed_wire,chain,electric,hedge,pole,split_rail,wood" /> |
|---|
| 1177 | </optional> |
|---|
| 1178 | </item> <!-- fence --> |
|---|
| 1179 | <item name="Wall" icon="presets/wall.png" type="way,closedway"> |
|---|
| 1180 | <key key="barrier" value="wall" /> |
|---|
| 1181 | </item> <!-- wall --> |
|---|
| 1182 | <item name="City Wall" icon="presets/city_wall.png" type="way,closedway"> |
|---|
| 1183 | <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=city_wall" |
|---|
| 1184 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=city_wall" |
|---|
| 1185 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=city_wall" /> |
|---|
| 1186 | <key key="barrier" value="city_wall" /> |
|---|
| 1187 | </item> <!-- city_wall --> |
|---|
| 1188 | <item name="Retaining Wall" icon="presets/retaining_wall.png" type="way,closedway"> |
|---|
| 1189 | <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=retaining_wall" |
|---|
| 1190 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:barrier=retaining_wall" |
|---|
| 1191 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:barrier=retaining_wall" |
|---|
| 1192 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=retaining_wall" |
|---|
| 1193 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=retaining_wall" /> |
|---|
| 1194 | <key key="barrier" value="retaining_wall" /> |
|---|
| 1195 | </item> <!-- retaining_wall --> |
|---|
| 1196 | <item name="Ditch" type="way"> |
|---|
| 1197 | <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=ditch" /> |
|---|
| 1198 | <key key="barrier" value="ditch" /> |
|---|
| 1199 | <optional> |
|---|
| 1200 | <text key="width" text="Width (meters)" /> |
|---|
| 1201 | </optional> |
|---|
| 1202 | </item> <!-- ditch --> |
|---|
| 1203 | <separator/> |
|---|
| 1204 | |
|---|
| 1205 | <!-- *** access *** --> |
|---|
| 1206 | <item name="Entrance" icon="styles/standard/vehicle/entrance.png" type="node"> |
|---|
| 1207 | <label text="Edit Entrance" /> |
|---|
| 1208 | <space /> |
|---|
| 1209 | <key key="barrier" value="entrance" /> |
|---|
| 1210 | <label text="Allowed traffic:" /> |
|---|
| 1211 | <space /> |
|---|
| 1212 | <check key="foot" text="Foot" default="on" /> |
|---|
| 1213 | <check key="bicycle" text="Bicycle" default="on" /> |
|---|
| 1214 | <check key="horse" text="Horse" default="off" /> |
|---|
| 1215 | <check key="motorcycle" text="Motorcycle" default="off" /> |
|---|
| 1216 | <check key="motorcar" text="Motorcar" default="off" /> |
|---|
| 1217 | </item> <!-- entrance --> |
|---|
| 1218 | <item name="Gate" icon="presets/gate.png" type="node"> |
|---|
| 1219 | <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=gate" |
|---|
| 1220 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:barrier=gate" |
|---|
| 1221 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:barrier=gate" |
|---|
| 1222 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=gate" |
|---|
| 1223 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=gate" /> |
|---|
| 1224 | <label text="Edit Gate" /> |
|---|
| 1225 | <space /> |
|---|
| 1226 | <key key="barrier" value="gate" /> |
|---|
| 1227 | <label text="Allowed traffic:" /> |
|---|
| 1228 | <space /> |
|---|
| 1229 | <check key="foot" text="Foot" default="on" /> |
|---|
| 1230 | <check key="bicycle" text="Bicycle" default="on" /> |
|---|
| 1231 | <check key="horse" text="Horse" default="off" /> |
|---|
| 1232 | <check key="motorcycle" text="Motorcycle" default="off" /> |
|---|
| 1233 | <check key="motorcar" text="Motorcar" default="off" /> |
|---|
| 1234 | </item> <!-- gate --> |
|---|
| 1235 | <item name="Lift Gate" icon="presets/lift_gate.png" type="node"> |
|---|
| 1236 | <label text="Edit Lift Gate" /> |
|---|
| 1237 | <space /> |
|---|
| 1238 | <key key="barrier" value="lift_gate" /> |
|---|
| 1239 | <label text="Allowed traffic:" /> |
|---|
| 1240 | <space /> |
|---|
| 1241 | <check key="foot" text="Foot" default="on" /> |
|---|
| 1242 | <check key="bicycle" text="Bicycle" default="on" /> |
|---|
| 1243 | <check key="horse" text="Horse" default="off" /> |
|---|
| 1244 | <check key="motorcycle" text="Motorcycle" default="off" /> |
|---|
| 1245 | <check key="motorcar" text="Motorcar" default="off" /> |
|---|
| 1246 | </item> <!-- lift_gate --> |
|---|
| 1247 | <item name="Hampshire Gate" icon="presets/empty.png" type="node"> |
|---|
| 1248 | <label text="Edit Hampshire Gate" /> |
|---|
| 1249 | <space /> |
|---|
| 1250 | <key key="barrier" value="hampshire_gate" /> |
|---|
| 1251 | <label text="Allowed traffic:" /> |
|---|
| 1252 | <space /> |
|---|
| 1253 | <check key="foot" text="Foot" default="on" /> |
|---|
| 1254 | <check key="bicycle" text="Bicycle" default="on" /> |
|---|
| 1255 | <check key="horse" text="Horse" default="off" /> |
|---|
| 1256 | <check key="motorcycle" text="Motorcycle" default="off" /> |
|---|
| 1257 | <check key="motorcar" text="Motorcar" default="off" /> |
|---|
| 1258 | </item> <!-- hampshire_gate --> |
|---|
| 1259 | <item name="Bump Gate" icon="presets/empty.png" type="node"> |
|---|
| 1260 | <label text="Edit Bump Gate" /> |
|---|
| 1261 | <space /> |
|---|
| 1262 | <key key="barrier" value="bump_gate" /> |
|---|
| 1263 | <label text="Allowed traffic:" /> |
|---|
| 1264 | <space /> |
|---|
| 1265 | <check key="foot" text="Foot" default="on" /> |
|---|
| 1266 | <check key="bicycle" text="Bicycle" default="on" /> |
|---|
| 1267 | <check key="horse" text="Horse" default="off" /> |
|---|
| 1268 | <check key="motorcycle" text="Motorcycle" default="off" /> |
|---|
| 1269 | <check key="motorcar" text="Motorcar" default="off" /> |
|---|
| 1270 | </item> <!-- bump_gate --> |
|---|
| 1271 | <item name="Kissing Gate" icon="presets/empty.png" type="node"> |
|---|
| 1272 | <label text="Edit Kissing Gate" /> |
|---|
| 1273 | <space /> |
|---|
| 1274 | <key key="barrier" value="kissing_gate" /> |
|---|
| 1275 | <label text="Allowed traffic:" /> |
|---|
| 1276 | <space /> |
|---|
| 1277 | <check key="foot" text="Foot" default="on" /> |
|---|
| 1278 | <check key="bicycle" text="Bicycle" default="off" /> |
|---|
| 1279 | </item> <!-- kissing_gate --> |
|---|
| 1280 | <item name="Stile" icon="presets/stile.png" type="node"> |
|---|
| 1281 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=stile" /> |
|---|
| 1282 | <label text="Edit Stile" /> |
|---|
| 1283 | <space /> |
|---|
| 1284 | <key key="barrier" value="stile" /> |
|---|
| 1285 | <label text="Allowed traffic:" /> |
|---|
| 1286 | <space /> |
|---|
| 1287 | <check key="foot" text="Foot" default="on" /> |
|---|
| 1288 | <check key="bicycle" text="Bicycle" default="off" /> |
|---|
| 1289 | </item> <!-- stile --> |
|---|
| 1290 | <item name="Turnstile" icon="styles/standard/vehicle/turnstile.png" type="node"> |
|---|
| 1291 | <label text="Edit Turnstile" /> |
|---|
| 1292 | <space /> |
|---|
| 1293 | <key key="barrier" value="turnstile" /> |
|---|
| 1294 | <label text="Allowed traffic:" /> |
|---|
| 1295 | <space /> |
|---|
| 1296 | <check key="foot" text="Foot" default="on" /> |
|---|
| 1297 | <check key="bicycle" text="Bicycle" default="off" /> |
|---|
| 1298 | </item> <!-- turnstile --> |
|---|
| 1299 | <item name="Sally Port" icon="styles/standard/vehicle/sally_port.png" type="node"> |
|---|
| 1300 | <label text="Edit Sally Port" /> |
|---|
| 1301 | <space /> |
|---|
| 1302 | <key key="barrier" value="sally_port" /> |
|---|
| 1303 | <label text="Allowed traffic:" /> |
|---|
| 1304 | <space /> |
|---|
| 1305 | <check key="foot" text="Foot" default="on" /> |
|---|
| 1306 | <check key="bicycle" text="Bicycle" default="on" /> |
|---|
| 1307 | <check key="horse" text="Horse" default="off" /> |
|---|
| 1308 | <check key="motorcycle" text="Motorcycle" default="off" /> |
|---|
| 1309 | <check key="motorcar" text="Motorcar" default="off" /> |
|---|
| 1310 | </item> <!-- sally_port --> |
|---|
| 1311 | |
|---|
| 1312 | </group> <!-- Barriers --> |
|---|
| 1313 | </group> |
|---|
| 1314 | <group name="Water" icon="presets/waterway.png"> |
|---|
| 1315 | <group name="Water" icon="presets/waterway.png"> |
|---|
| 1316 | <separator/> |
|---|
| 1317 | <item name="Drain" icon="presets/waterway.png" type="way"> |
|---|
| 1318 | <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=drain" |
|---|
| 1319 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:waterway=drain" |
|---|
| 1320 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=drain" |
|---|
| 1321 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:waterway=drain" /> |
|---|
| 1322 | <label text="Edit Drain" /> |
|---|
| 1323 | <space /> |
|---|
| 1324 | <key key="waterway" value="drain" /> |
|---|
| 1325 | <text key="name" text="Name" /> |
|---|
| 1326 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 1327 | </item> |
|---|
| 1328 | <item name="Ditch" icon="presets/waterway.png" type="way"> |
|---|
| 1329 | <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=ditch" |
|---|
| 1330 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:waterway=ditch" |
|---|
| 1331 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:waterway=ditch" |
|---|
| 1332 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=ditch" /> |
|---|
| 1333 | <label text="Edit Ditch" /> |
|---|
| 1334 | <space /> |
|---|
| 1335 | <key key="waterway" value="ditch" /> |
|---|
| 1336 | <text key="name" text="Name" /> |
|---|
| 1337 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 1338 | </item> |
|---|
| 1339 | <item name="Stream" icon="presets/waterway.png" type="way"> |
|---|
| 1340 | <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=stream" |
|---|
| 1341 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:waterway=stream" |
|---|
| 1342 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:waterway=stream" |
|---|
| 1343 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:waterway=stream" |
|---|
| 1344 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=stream" |
|---|
| 1345 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:waterway=stream" /> |
|---|
| 1346 | <label text="Edit Stream" /> |
|---|
| 1347 | <space /> |
|---|
| 1348 | <key key="waterway" value="stream" /> |
|---|
| 1349 | <text key="name" text="Name" /> |
|---|
| 1350 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 1351 | </item> |
|---|
| 1352 | <item name="Canal" icon="presets/waterway.png" type="way"> |
|---|
| 1353 | <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=canal" |
|---|
| 1354 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:waterway=canal" |
|---|
| 1355 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:waterway=canal" |
|---|
| 1356 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=canal" /> |
|---|
| 1357 | <label text="Edit Canal" /> |
|---|
| 1358 | <space /> |
|---|
| 1359 | <key key="waterway" value="canal" /> |
|---|
| 1360 | <text key="name" text="Name" /> |
|---|
| 1361 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 1362 | <text key="wikipedia" text="Wikipedia" /> |
|---|
| 1363 | </item> |
|---|
| 1364 | <item name="River" icon="presets/river.png" type="way"> |
|---|
| 1365 | <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=river" |
|---|
| 1366 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:waterway=river" |
|---|
| 1367 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:waterway=river" |
|---|
| 1368 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:waterway=river" |
|---|
| 1369 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=river" |
|---|
| 1370 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:waterway=river" /> |
|---|
| 1371 | <label text="Edit River" /> |
|---|
| 1372 | <space /> |
|---|
| 1373 | <key key="waterway" value="river" /> |
|---|
| 1374 | <text key="name" text="Name" /> |
|---|
| 1375 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 1376 | <text key="wikipedia" text="Wikipedia" /> |
|---|
| 1377 | </item> |
|---|
| 1378 | <separator/> |
|---|
| 1379 | <item name="Spring" icon="presets/spring.png" type="node,closedway"> |
|---|
| 1380 | <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=spring" |
|---|
| 1381 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:natural=spring" |
|---|
| 1382 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=spring" /> |
|---|
| 1383 | <label text="Edit Spring" /> |
|---|
| 1384 | <key key="natural" value="spring" /> |
|---|
| 1385 | <text key="name" text="Name" /> |
|---|
| 1386 | </item> |
|---|
| 1387 | <item name="Waterfall" icon="presets/waterfall.png" type="node,way"> |
|---|
| 1388 | <label text="Edit Waterfall" /> |
|---|
| 1389 | <space /> |
|---|
| 1390 | <key key="waterway" value="waterfall" /> |
|---|
| 1391 | <text key="name" text="Name" /> |
|---|
| 1392 | <text key="wikipedia" text="Wikipedia" /> |
|---|
| 1393 | </item> |
|---|
| 1394 | <item name="Weir" icon="presets/weir.png" type="node,way"> |
|---|
| 1395 | <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=weir" |
|---|
| 1396 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:waterway=weir" |
|---|
| 1397 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:waterway=weir" |
|---|
| 1398 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=weir" |
|---|
| 1399 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:waterway=weir" /> |
|---|
| 1400 | <label text="Edit Weir" /> |
|---|
| 1401 | <space /> |
|---|
| 1402 | <key key="waterway" value="weir" /> |
|---|
| 1403 | <text key="name" text="Name" /> |
|---|
| 1404 | </item> |
|---|
| 1405 | <item name="Dam" icon="presets/dam.png" type="node,way,closedway"> |
|---|
| 1406 | <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=dam" |
|---|
| 1407 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:waterway=dam" |
|---|
| 1408 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=dam" |
|---|
| 1409 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:waterway=dam" /> |
|---|
| 1410 | <label text="Edit Dam" /> |
|---|
| 1411 | <space /> |
|---|
| 1412 | <key key="waterway" value="dam" /> |
|---|
| 1413 | <text key="name" text="Name" /> |
|---|
| 1414 | <text key="wikipedia" text="Wikipedia" /> |
|---|
| 1415 | </item> |
|---|
| 1416 | <item name="Groyne" icon="presets/groyne.png" type="node,way,closedway"> |
|---|
| 1417 | <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=groyne" |
|---|
| 1418 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=groyne" |
|---|
| 1419 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:man_made=groyne" |
|---|
| 1420 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=groyne" /> |
|---|
| 1421 | <label text="Edit Groyne" /> |
|---|
| 1422 | <space /> |
|---|
| 1423 | <key key="man_made" value="groyne" /> |
|---|
| 1424 | </item> |
|---|
| 1425 | <separator/> |
|---|
| 1426 | <item name="Basin" icon="presets/landuse_water.png" type="node,closedway,relation"> |
|---|
| 1427 | <label text="Edit Basin Landuse" /> |
|---|
| 1428 | <space /> |
|---|
| 1429 | <key key="landuse" value="basin" /> |
|---|
| 1430 | <text key="name" text="Name" /> |
|---|
| 1431 | </item> |
|---|
| 1432 | <item name="Reservoir" icon="presets/landuse_water.png" type="node,closedway,relation"> |
|---|
| 1433 | <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=reservoir" |
|---|
| 1434 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:landuse=reservoir" /> |
|---|
| 1435 | <label text="Edit Reservoir Landuse" /> |
|---|
| 1436 | <space /> |
|---|
| 1437 | <key key="landuse" value="reservoir" /> |
|---|
| 1438 | <text key="name" text="Name" /> |
|---|
| 1439 | </item> |
|---|
| 1440 | <item name="Covered Reservoir" icon="presets/reservoir_covered.png" type="node,closedway,relation"> |
|---|
| 1441 | <label text="Edit Covered Reservoir" /> |
|---|
| 1442 | <key key="man_made" value="reservoir_covered" /> |
|---|
| 1443 | <text key="name" text="Name" /> |
|---|
| 1444 | </item> |
|---|
| 1445 | <separator/> |
|---|
| 1446 | <item name="Water" icon="presets/water.png" type="node,closedway,relation"> |
|---|
| 1447 | <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=water" |
|---|
| 1448 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:natural=water" |
|---|
| 1449 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:natural=water" |
|---|
| 1450 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:natural=water" |
|---|
| 1451 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=water" /> |
|---|
| 1452 | <label text="Edit Water" /> |
|---|
| 1453 | <key key="natural" value="water" /> |
|---|
| 1454 | <text key="name" text="Name" /> |
|---|
| 1455 | </item> |
|---|
| 1456 | <item name="Land" icon="presets/landuse.png" type="node,closedway,relation"> |
|---|
| 1457 | <label text="Edit Land" /> |
|---|
| 1458 | <key key="natural" value="land" /> |
|---|
| 1459 | <text key="name" text="Name" /> |
|---|
| 1460 | </item> |
|---|
| 1461 | <item name="Coastline" icon="presets/coastline.png" type="node,way,closedway,relation"> |
|---|
| 1462 | <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=coastline" |
|---|
| 1463 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:natural=coastline" |
|---|
| 1464 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=coastline" |
|---|
| 1465 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=coastline" /> |
|---|
| 1466 | <label text="Edit Coastline" /> |
|---|
| 1467 | <key key="natural" value="coastline" /> |
|---|
| 1468 | <text key="name" text="Name" /> |
|---|
| 1469 | </item> |
|---|
| 1470 | <item name="Riverbank" icon="presets/waterway.png" type="closedway,relation"> |
|---|
| 1471 | <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=riverbank" |
|---|
| 1472 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:waterway=riverbank" |
|---|
| 1473 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:waterway=riverbank" |
|---|
| 1474 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:waterway=riverbank" |
|---|
| 1475 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=riverbank" |
|---|
| 1476 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:waterway=riverbank" /> |
|---|
| 1477 | <label text="Edit Riverbank" /> |
|---|
| 1478 | <key key="waterway" value="riverbank" /> |
|---|
| 1479 | <text key="name" text="Name" /> |
|---|
| 1480 | </item> |
|---|
| 1481 | <separator/> |
|---|
| 1482 | <item name="Wetland" icon="presets/empty.png" type="node,closedway,relation"> |
|---|
| 1483 | <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=wetland" |
|---|
| 1484 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:natural=wetland" |
|---|
| 1485 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:natural=wetland" |
|---|
| 1486 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:natural=wetland" |
|---|
| 1487 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:natural=wetland" |
|---|
| 1488 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:natural=wetland" |
|---|
| 1489 | pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:natural=wetland" |
|---|
| 1490 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=wetland" |
|---|
| 1491 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=wetland" /> |
|---|
| 1492 | <label text="Edit Wetland" /> |
|---|
| 1493 | <key key="natural" value="wetland" /> |
|---|
| 1494 | <text key="name" text="Name" /> |
|---|
| 1495 | <combo key="wetland" text="Type" values="swamp,bog,marsh,reedbed,saltmarsh,tidalflat,mangrove" /> |
|---|
| 1496 | </item> |
|---|
| 1497 | <item name="Mud" icon="presets/mud.png" type="node,closedway,relation"> |
|---|
| 1498 | <label text="Edit Mud" /> |
|---|
| 1499 | <key key="natural" value="mud" /> |
|---|
| 1500 | <text key="name" text="Name" /> |
|---|
| 1501 | </item> |
|---|
| 1502 | <item name="Beach" icon="presets/beach.png" type="node,closedway,relation"> |
|---|
| 1503 | <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=beach" |
|---|
| 1504 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:natural=beach" |
|---|
| 1505 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=beach" |
|---|
| 1506 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=beach" /> |
|---|
| 1507 | <label text="Edit Beach" /> |
|---|
| 1508 | <key key="natural" value="beach" /> |
|---|
| 1509 | <text key="name" text="Name" /> |
|---|
| 1510 | </item> |
|---|
| 1511 | <item name="Bay" icon="presets/bay.png" type="node,closedway,relation"> |
|---|
| 1512 | <label text="Edit Bay" /> |
|---|
| 1513 | <key key="natural" value="bay" /> |
|---|
| 1514 | <text key="name" text="Name" /> |
|---|
| 1515 | </item> |
|---|
| 1516 | <item name="Cliff" icon="presets/cliff.png" type="node,way,closedway,relation"> |
|---|
| 1517 | <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=cliff" |
|---|
| 1518 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:natural=cliff" |
|---|
| 1519 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:natural=cliff" |
|---|
| 1520 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=cliff" |
|---|
| 1521 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=cliff" /> |
|---|
| 1522 | <label text="Edit Cliff" /> |
|---|
| 1523 | <key key="natural" value="cliff" /> |
|---|
| 1524 | <text key="name" text="Name" /> |
|---|
| 1525 | </item> |
|---|
| 1526 | </group> <!-- Water --> |
|---|
| 1527 | <group name="Shipping" icon="presets/ferry.png"> |
|---|
| 1528 | <item name="Ferry Terminal" icon="presets/ferry.png" type="node,closedway"> |
|---|
| 1529 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=ferry_terminal" |
|---|
| 1530 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=ferry_terminal" |
|---|
| 1531 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=ferry_terminal" |
|---|
| 1532 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=ferry_terminal" |
|---|
| 1533 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=ferry_terminal" /> |
|---|
| 1534 | <label text="Edit Ferry Terminal" /> |
|---|
| 1535 | <key key="amenity" value="ferry_terminal" /> |
|---|
| 1536 | <text key="name" text="Name" /> |
|---|
| 1537 | <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" /> |
|---|
| 1538 | </item> |
|---|
| 1539 | <item name="Ferry Route" icon="presets/ferry.png" type="way,closedway"> |
|---|
| 1540 | <link href="http://wiki.openstreetmap.org/wiki/Tag:route=ferry" |
|---|
| 1541 | da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:route=ferry" |
|---|
| 1542 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:route=ferry" |
|---|
| 1543 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:route=ferry" /> |
|---|
| 1544 | <label text="Edit Ferry" /> |
|---|
| 1545 | <space /> |
|---|
| 1546 | <key key="route" value="ferry" /> |
|---|
| 1547 | <optional> |
|---|
| 1548 | <text key="name" text="Name" /> |
|---|
| 1549 | </optional> |
|---|
| 1550 | </item> |
|---|
| 1551 | <separator/> |
|---|
| 1552 | <item name="Marina" icon="presets/marina.png" type="node,closedway"> |
|---|
| 1553 | <label text="Edit Marina" /> |
|---|
| 1554 | <key key="leisure" value="marina" /> |
|---|
| 1555 | <text key="name" text="Name" /> |
|---|
| 1556 | </item> |
|---|
| 1557 | <item name="Pier" icon="presets/pier.png" type="way,closedway"> |
|---|
| 1558 | <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=pier" |
|---|
| 1559 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=pier" |
|---|
| 1560 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:man_made=pier" |
|---|
| 1561 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=pier" |
|---|
| 1562 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=pier" /> |
|---|
| 1563 | <label text="Edit Pier" /> |
|---|
| 1564 | <key key="man_made" value="pier" /> |
|---|
| 1565 | <text key="name" text="Name" /> |
|---|
| 1566 | </item> |
|---|
| 1567 | <item name="Lock Gate" icon="presets/lock_gate.png" type="node"> |
|---|
| 1568 | <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=lock_gate" |
|---|
| 1569 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:waterway=lock_gate" |
|---|
| 1570 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:waterway=lock_gate" |
|---|
| 1571 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=lock_gate" /> |
|---|
| 1572 | <key key="waterway" value="lock_gate" /> |
|---|
| 1573 | </item> |
|---|
| 1574 | <item name="Turning Point" icon="presets/turning.png" type="node"> |
|---|
| 1575 | <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=turning_point" |
|---|
| 1576 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=turning_point" /> |
|---|
| 1577 | <key key="waterway" value="turning_point" /> |
|---|
| 1578 | </item> |
|---|
| 1579 | <separator/> |
|---|
| 1580 | <item name="Slipway" icon="styles/standard/nautical/slipway.png" type="node"> |
|---|
| 1581 | <link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=slipway" |
|---|
| 1582 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:leisure=slipway" |
|---|
| 1583 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:leisure=slipway" |
|---|
| 1584 | pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:leisure=slipway" |
|---|
| 1585 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:leisure=slipway" /> |
|---|
| 1586 | <label text="Edit Slipway" /> |
|---|
| 1587 | <key key="leisure" value="slipway" /> |
|---|
| 1588 | <text key="name" text="Name" /> |
|---|
| 1589 | </item> |
|---|
| 1590 | <item name="Boatyard" icon="presets/boatyard.png" type="node,closedway"> |
|---|
| 1591 | <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=boatyard" |
|---|
| 1592 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=boatyard" /> |
|---|
| 1593 | <label text="Edit Boatyard" /> |
|---|
| 1594 | <space /> |
|---|
| 1595 | <key key="waterway" value="boatyard" /> |
|---|
| 1596 | <text key="name" text="Name" /> |
|---|
| 1597 | </item> |
|---|
| 1598 | <item name="Dock" icon="presets/boatyard.png" type="node,closedway"> |
|---|
| 1599 | <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=dock" |
|---|
| 1600 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:waterway=dock" |
|---|
| 1601 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=dock" /> |
|---|
| 1602 | <label text="Edit Dock" /> |
|---|
| 1603 | <space /> |
|---|
| 1604 | <key key="waterway" value="dock" /> |
|---|
| 1605 | <text key="name" text="Name" /> |
|---|
| 1606 | </item> |
|---|
| 1607 | </group> <!-- Shipping --> |
|---|
| 1608 | </group> |
|---|
| 1609 | <group name="Transport" icon="presets/railway.png"> |
|---|
| 1610 | <group name="Railway" icon="presets/railway.png"> |
|---|
| 1611 | <item name="Rail" icon="presets/railway.png" type="way"> |
|---|
| 1612 | <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=rail" |
|---|
| 1613 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:railway=rail" |
|---|
| 1614 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=rail" |
|---|
| 1615 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:railway=rail" |
|---|
| 1616 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:railway=rail" /> |
|---|
| 1617 | <label text="Edit Rail" /> |
|---|
| 1618 | <space /> |
|---|
| 1619 | <key key="railway" value="rail" /> |
|---|
| 1620 | <optional> |
|---|
| 1621 | <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" /> |
|---|
| 1622 | <combo key="service" text="Types" values="yard,siding,spur" /> |
|---|
| 1623 | <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" /> |
|---|
| 1624 | <combo key="voltage" text="Voltage" values="600,650,750,1500,3000,15000,25000" /> |
|---|
| 1625 | <combo key="frequency" text="Frequency (Hz)" values="0,16.7,50,60" /> |
|---|
| 1626 | </optional> |
|---|
| 1627 | </item> |
|---|
| 1628 | <item name="Narrow Gauge Rail" icon="presets/railway.png" type="way"> |
|---|
| 1629 | <label text="Edit Narrow Gauge Rail" /> |
|---|
| 1630 | <space /> |
|---|
| 1631 | <key key="railway" value="narrow_gauge" /> |
|---|
| 1632 | <optional> |
|---|
| 1633 | <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" /> |
|---|
| 1634 | <combo key="service" text="Types" values="yard,siding,spur" /> |
|---|
| 1635 | <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" /> |
|---|
| 1636 | <combo key="voltage" text="Voltage" values="600,650,750,1500,3000,15000,25000" /> |
|---|
| 1637 | <combo key="frequency" text="Frequency (Hz)" values="0,16.7,50,60" /> |
|---|
| 1638 | </optional> |
|---|
| 1639 | </item> |
|---|
| 1640 | <item name="Monorail" icon="presets/railway.png" type="way"> |
|---|
| 1641 | <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=monorail" |
|---|
| 1642 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=monorail" |
|---|
| 1643 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=monorail" /> |
|---|
| 1644 | <label text="Edit Monorail" /> |
|---|
| 1645 | <space /> |
|---|
| 1646 | <key key="railway" value="monorail" /> |
|---|
| 1647 | <optional> |
|---|
| 1648 | <combo key="service" text="Types" values="yard,siding,spur" /> |
|---|
| 1649 | <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" /> |
|---|
| 1650 | <combo key="voltage" text="Voltage" values="600,650,750,1500,3000,15000,25000" /> |
|---|
| 1651 | <combo key="frequency" text="Frequency (Hz)" values="0,16.7,50,60" /> |
|---|
| 1652 | </optional> |
|---|
| 1653 | </item> |
|---|
| 1654 | <item name="Preserved" icon="presets/rail_preserved.png" type="way"> |
|---|
| 1655 | <label text="Edit Preserved Railway" /> |
|---|
| 1656 | <space /> |
|---|
| 1657 | <key key="railway" value="preserved" /> |
|---|
| 1658 | <optional> |
|---|
| 1659 | <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" /> |
|---|
| 1660 | <combo key="service" text="Types" values="yard,siding,spur" /> |
|---|
| 1661 | <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" /> |
|---|
| 1662 | <combo key="voltage" text="Voltage" values="600,650,750,1500,3000,15000,25000" /> |
|---|
| 1663 | <combo key="frequency" text="Frequency (Hz)" values="0,16.7,50,60" /> |
|---|
| 1664 | </optional> |
|---|
| 1665 | </item> |
|---|
| 1666 | <item name="Light Rail" icon="presets/rail_light.png" type="way"> |
|---|
| 1667 | <label text="Edit Light Rail" /> |
|---|
| 1668 | <space /> |
|---|
| 1669 | <key key="railway" value="light_rail" /> |
|---|
| 1670 | <optional> |
|---|
| 1671 | <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" /> |
|---|
| 1672 | <combo key="service" text="Types" values="yard,siding,spur" /> |
|---|
| 1673 | <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" /> |
|---|
| 1674 | <combo key="voltage" text="Voltage" values="600,650,750,1500,3000,15000,25000" /> |
|---|
| 1675 | <combo key="frequency" text="Frequency (Hz)" values="0,16.7,50,60" /> |
|---|
| 1676 | </optional> |
|---|
| 1677 | </item> |
|---|
| 1678 | <item name="Subway" icon="presets/rail_light.png" type="way"> |
|---|
| 1679 | <label text="Edit Subway" /> |
|---|
| 1680 | <space /> |
|---|
| 1681 | <key key="railway" value="subway" /> |
|---|
| 1682 | <optional> |
|---|
| 1683 | <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" /> |
|---|
| 1684 | <combo key="service" text="Types" values="yard,siding,spur" /> |
|---|
| 1685 | <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" /> |
|---|
| 1686 | <combo key="voltage" text="Voltage" values="600,650,750,1500,3000,15000,25000" /> |
|---|
| 1687 | <combo key="frequency" text="Frequency (Hz)" values="0,16.7,50,60" /> |
|---|
| 1688 | </optional> |
|---|
| 1689 | </item> |
|---|
| 1690 | <item name="Tram" icon="presets/tram.png" type="way"> |
|---|
| 1691 | <label text="Edit Tram" /> |
|---|
| 1692 | <space /> |
|---|
| 1693 | <key key="railway" value="tram" /> |
|---|
| 1694 | <optional> |
|---|
| 1695 | <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" /> |
|---|
| 1696 | <combo key="service" text="Types" values="yard,siding,spur" /> |
|---|
| 1697 | <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" /> |
|---|
| 1698 | <combo key="voltage" text="Voltage" values="600,650,750,1500,3000,15000,25000" /> |
|---|
| 1699 | <combo key="frequency" text="Frequency (Hz)" values="0,16.7,50,60" /> |
|---|
| 1700 | </optional> |
|---|
| 1701 | </item> |
|---|
| 1702 | <item name="Bus Guideway" icon="presets/busway.png" type="way"> |
|---|
| 1703 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=bus_guideway" |
|---|
| 1704 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=bus_guideway" |
|---|
| 1705 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=bus_guideway" /> |
|---|
| 1706 | <label text="Edit Bus Guideway" /> |
|---|
| 1707 | <space /> |
|---|
| 1708 | <key key="highway" value="bus_guideway" /> |
|---|
| 1709 | <optional> |
|---|
| 1710 | <text key="name" text="Name" /> |
|---|
| 1711 | <check key="oneway" text="Oneway" default="off" /> |
|---|
| 1712 | <check key="bridge" text="Bridge" default="off" /> |
|---|
| 1713 | <check key="tunnel" text="Tunnel" default="off" /> |
|---|
| 1714 | <check key="cutting" text="Cutting" default="off" /> |
|---|
| 1715 | <check key="embankment" text="Embankment" default="off" /> |
|---|
| 1716 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> |
|---|
| 1717 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 1718 | <text key="maxspeed" text="Max. speed (km/h)" /> |
|---|
| 1719 | <text key="width" text="Width (meters)" /> |
|---|
| 1720 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
|---|
| 1721 | </optional> |
|---|
| 1722 | </item> |
|---|
| 1723 | <separator/> |
|---|
| 1724 | <item name="Disused Rail" icon="presets/railway.png" type="way"> |
|---|
| 1725 | <label text="Edit Disused Railway" /> |
|---|
| 1726 | <space /> |
|---|
| 1727 | <key key="railway" value="disused" /> |
|---|
| 1728 | <combo key="service" text="Optional Types" values="yard,siding,spur" /> |
|---|
| 1729 | </item> |
|---|
| 1730 | <item name="Abandoned Rail" icon="presets/railway.png" type="way"> |
|---|
| 1731 | <key key="railway" value="abandoned" /> |
|---|
| 1732 | </item> |
|---|
| 1733 | <separator/> |
|---|
| 1734 | <item name="Level Crossing" icon="presets/level_crossing.png" type="node"> |
|---|
| 1735 | <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=level_crossing" |
|---|
| 1736 | bg.href="http://wiki.openstreetmap.org/wiki/Bg:Tag:railway=level_crossing" |
|---|
| 1737 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=level_crossing" |
|---|
| 1738 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:railway=level_crossing" |
|---|
| 1739 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:railway=level_crossing" |
|---|
| 1740 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:railway=level_crossing" |
|---|
| 1741 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:railway=level_crossing" |
|---|
| 1742 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:railway=level_crossing" |
|---|
| 1743 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=level_crossing" |
|---|
| 1744 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:railway=level_crossing" /> |
|---|
| 1745 | <key key="railway" value="level_crossing" /> |
|---|
| 1746 | </item> |
|---|
| 1747 | <item name="Crossing" icon="presets/crossing.png" type="node"> |
|---|
| 1748 | <link href="http://wiki.openstreetmap.org/wiki/Key:crossing" /> |
|---|
| 1749 | <key key="railway" value="crossing" /> |
|---|
| 1750 | <optional> |
|---|
| 1751 | <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" /> |
|---|
| 1752 | <check key="horse" text="Cross on horseback" default="off" /> |
|---|
| 1753 | <check key="bicycle" text="Cross by bicycle" default="off" /> |
|---|
| 1754 | <check key="supervised" text="Crossing attendant" default="off" /> |
|---|
| 1755 | </optional> |
|---|
| 1756 | </item> |
|---|
| 1757 | <item name="Turntable" icon="presets/turntable.png" type="node,closedway"> |
|---|
| 1758 | <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=turntable" |
|---|
| 1759 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=turntable" |
|---|
| 1760 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=turntable" /> |
|---|
| 1761 | <key key="railway" value="turntable" /> |
|---|
| 1762 | </item> |
|---|
| 1763 | <item name="Buffer Stop" icon="styles/standard/transport/buffer_stop.png" type="node"> |
|---|
| 1764 | <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=buffer_stop" |
|---|
| 1765 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=buffer_stop" /> |
|---|
| 1766 | <key key="railway" value="buffer_stop" /> |
|---|
| 1767 | </item> |
|---|
| 1768 | </group> <!-- Railway --> |
|---|
| 1769 | <group name="Aerialway" icon="presets/aerialway.png"> |
|---|
| 1770 | <item name="Chair Lift" icon="presets/chair_lift.png" type="way"> |
|---|
| 1771 | <link href="http://wiki.openstreetmap.org/wiki/Tag:aerialway=chair_lift" /> |
|---|
| 1772 | <label text="Edit Chair Lift" /> |
|---|
| 1773 | <key key="aerialway" value="chair_lift" /> |
|---|
| 1774 | <text key="name" text="Name" /> |
|---|
| 1775 | <text key="ref" text="Reference number" /> |
|---|
| 1776 | <optional> |
|---|
| 1777 | <text key="aerialway:capacity" text="Number of people per hour" /> |
|---|
| 1778 | <text key="aerialway:occupancy" text="Number of people per chair" /> |
|---|
| 1779 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
|---|
| 1780 | <check key="aerialway:bubble" text="Has bubble?" default="off" /> |
|---|
| 1781 | <check key="aerialway:heating" text="Has heating?" default="off" /> |
|---|
| 1782 | </optional> |
|---|
| 1783 | </item> |
|---|
| 1784 | <item name="Drag Lift" icon="presets/drag_lift.png" type="way"> |
|---|
| 1785 | <link href="http://wiki.openstreetmap.org/wiki/Tag:aerialway=drag_lift" /> |
|---|
| 1786 | <label text="Edit Drag Lift" /> |
|---|
| 1787 | <key key="aerialway" value="drag_lift" /> |
|---|
| 1788 | <text key="name" text="Name" /> |
|---|
| 1789 | <text key="ref" text="Reference number" /> |
|---|
| 1790 | <optional> |
|---|
| 1791 | <text key="aerialway:capacity" text="Number of people per hour" /> |
|---|
| 1792 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
|---|
| 1793 | </optional> |
|---|
| 1794 | </item> |
|---|
| 1795 | <item name="Cable Car" icon="presets/cable_car.png" type="way"> |
|---|
| 1796 | <link href="http://wiki.openstreetmap.org/wiki/Tag:aerialway=cable_car" |
|---|
| 1797 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aerialway=cable_car" /> |
|---|
| 1798 | <label text="Edit Cable Car" /> |
|---|
| 1799 | <key key="aerialway" value="cable_car" /> |
|---|
| 1800 | <text key="name" text="Name" /> |
|---|
| 1801 | <text key="ref" text="Reference number" /> |
|---|
| 1802 | <optional> |
|---|
| 1803 | <text key="aerialway:capacity" text="Number of people per hour" /> |
|---|
| 1804 | <text key="aerialway:occupancy" text="Number of people per car" /> |
|---|
| 1805 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
|---|
| 1806 | <check key="aerialway:heating" text="Has heating?" default="off" /> |
|---|
| 1807 | </optional> |
|---|
| 1808 | </item> |
|---|
| 1809 | <item name="Gondola" icon="presets/gondola.png" type="way"> |
|---|
| 1810 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps" |
|---|
| 1811 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Proposed_features/Piste_Maps" |
|---|
| 1812 | it.href="http://wiki.openstreetmap.org/wiki/IT:Proposed_features/Piste_Maps" |
|---|
| 1813 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Proposed_features/Piste_Maps" /> |
|---|
| 1814 | <label text="Edit Gondola" /> |
|---|
| 1815 | <key key="aerialway" value="gondola" /> |
|---|
| 1816 | <text key="name" text="Name" /> |
|---|
| 1817 | <text key="ref" text="Reference number" /> |
|---|
| 1818 | <optional> |
|---|
| 1819 | <text key="aerialway:capacity" text="Number of people per hour" /> |
|---|
| 1820 | <text key="aerialway:occupancy" text="Number of people per gondola" /> |
|---|
| 1821 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
|---|
| 1822 | <check key="aerialway:heating" text="Has heating?" default="off" /> |
|---|
| 1823 | </optional> |
|---|
| 1824 | </item> |
|---|
| 1825 | <item name="Mixed Lift" type="way"> |
|---|
| 1826 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" |
|---|
| 1827 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Proposed_features/Piste_Maps" |
|---|
| 1828 | it.href="http://wiki.openstreetmap.org/wiki/IT:Proposed_features/Piste_Maps" |
|---|
| 1829 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Proposed_features/Piste_Maps" /> |
|---|
| 1830 | <label text="Edit Mixed Lift (containing both gondolas and chairs)" /> |
|---|
| 1831 | <key key="aerialway" value="mixed_lift" /> |
|---|
| 1832 | <text key="name" text="Name" /> |
|---|
| 1833 | <text key="ref" text="Reference number" /> |
|---|
| 1834 | <optional> |
|---|
| 1835 | <text key="aerialway:capacity" text="Number of people per hour" /> |
|---|
| 1836 | <text key="aerialway:occupancy" text="Number of people per gondola/chair" /> |
|---|
| 1837 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
|---|
| 1838 | <check key="aerialway:bubble" text="Has bubble?" default="off" /> |
|---|
| 1839 | <check key="aerialway:heating" text="Has heating?" default="off" /> |
|---|
| 1840 | </optional> |
|---|
| 1841 | </item> |
|---|
| 1842 | <item name="T-bar Lift" icon="presets/drag_lift.png" type="way"> |
|---|
| 1843 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" /> |
|---|
| 1844 | <label text="Edit T-bar Lift" /> |
|---|
| 1845 | <key key="aerialway" value="t-bar" /> |
|---|
| 1846 | <text key="name" text="Name" /> |
|---|
| 1847 | <text key="ref" text="Reference number" /> |
|---|
| 1848 | <optional> |
|---|
| 1849 | <text key="aerialway:capacity" text="Number of people per hour" /> |
|---|
| 1850 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
|---|
| 1851 | </optional> |
|---|
| 1852 | </item> |
|---|
| 1853 | <item name="J-bar Lift" icon="presets/drag_lift.png" type="way"> |
|---|
| 1854 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" /> |
|---|
| 1855 | <label text="Edit J-bar Lift" /> |
|---|
| 1856 | <key key="aerialway" value="j-bar" /> |
|---|
| 1857 | <text key="name" text="Name" /> |
|---|
| 1858 | <text key="ref" text="Reference number" /> |
|---|
| 1859 | <optional> |
|---|
| 1860 | <text key="aerialway:capacity" text="Number of people per hour" /> |
|---|
| 1861 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
|---|
| 1862 | </optional> |
|---|
| 1863 | </item> |
|---|
| 1864 | <item name="Platter Lift" icon="presets/drag_lift.png" type="way"> |
|---|
| 1865 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" /> |
|---|
| 1866 | <label text="Edit Platter Lift" /> |
|---|
| 1867 | <key key="aerialway" value="platter" /> |
|---|
| 1868 | <text key="name" text="Name" /> |
|---|
| 1869 | <text key="ref" text="Reference number" /> |
|---|
| 1870 | <optional> |
|---|
| 1871 | <text key="aerialway:capacity" text="Number of people per hour" /> |
|---|
| 1872 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
|---|
| 1873 | </optional> |
|---|
| 1874 | </item> |
|---|
| 1875 | <item name="Rope Tow" type="way"> |
|---|
| 1876 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" /> |
|---|
| 1877 | <label text="Edit Rope Tow" /> |
|---|
| 1878 | <key key="aerialway" value="rope_tow" /> |
|---|
| 1879 | <text key="name" text="Name" /> |
|---|
| 1880 | <text key="ref" text="Reference number" /> |
|---|
| 1881 | <optional> |
|---|
| 1882 | <text key="aerialway:capacity" text="Number of people per hour" /> |
|---|
| 1883 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
|---|
| 1884 | </optional> |
|---|
| 1885 | </item> |
|---|
| 1886 | <item name="Magic Carpet" type="way"> |
|---|
| 1887 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" /> |
|---|
| 1888 | <label text="Edit Magic Carpet" /> |
|---|
| 1889 | <key key="aerialway" value="magic_carpet" /> |
|---|
| 1890 | <text key="name" text="Name" /> |
|---|
| 1891 | <text key="ref" text="Reference number" /> |
|---|
| 1892 | <optional> |
|---|
| 1893 | <text key="aerialway:capacity" text="Number of people per hour" /> |
|---|
| 1894 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
|---|
| 1895 | </optional> |
|---|
| 1896 | </item> |
|---|
| 1897 | <item name="Goods" name_context="aerialway" icon="presets/goods.png" type="way"> |
|---|
| 1898 | <label text="Edit Goods" text_context="aerialway" /> |
|---|
| 1899 | <key key="aerialway" value="goods" /> |
|---|
| 1900 | <text key="name" text="Name" /> |
|---|
| 1901 | <text key="ref" text="Reference number" /> |
|---|
| 1902 | <optional> |
|---|
| 1903 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
|---|
| 1904 | </optional> |
|---|
| 1905 | </item> |
|---|
| 1906 | <separator/> |
|---|
| 1907 | <item name="Station" name_context="aerialway" icon="presets/aerialway_station.png" type="node,closedway"> |
|---|
| 1908 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" /> |
|---|
| 1909 | <label text="Edit Station" text_context="aerialway" /> |
|---|
| 1910 | <key key="aerialway" value="station" /> |
|---|
| 1911 | <text key="name" text="Name" /> |
|---|
| 1912 | </item> |
|---|
| 1913 | <item name="Pylon" name_context="aerialway" icon="presets/power_tower.png" type="node"> |
|---|
| 1914 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" /> |
|---|
| 1915 | <label text="Edit Pylon" text_context="aerialway" /> |
|---|
| 1916 | <key key="aerialway" value="pylon" /> |
|---|
| 1917 | <text key="name" text="Name" /> |
|---|
| 1918 | </item> |
|---|
| 1919 | </group> <!-- Aerialway --> |
|---|
| 1920 | <separator/> |
|---|
| 1921 | <group name="Car" icon="presets/car.png"> |
|---|
| 1922 | <item name="Parking" icon="presets/parking.png" type="node,closedway"> |
|---|
| 1923 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=parking" |
|---|
| 1924 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=parking" |
|---|
| 1925 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=parking" |
|---|
| 1926 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=parking" |
|---|
| 1927 | nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:amenity=parking" |
|---|
| 1928 | pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:amenity=parking" |
|---|
| 1929 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=parking" |
|---|
| 1930 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=parking" /> |
|---|
| 1931 | <label text="Edit Parking" /> |
|---|
| 1932 | <key key="amenity" value="parking" /> |
|---|
| 1933 | <text key="name" text="Name" /> |
|---|
| 1934 | <text key="ref" text="Reference number" /> |
|---|
| 1935 | <combo key="parking" text="Type" values="multi-storey,surface,underground" default="surface" /> |
|---|
| 1936 | <text key="maxheight" text="Max. height (meters)" /> |
|---|
| 1937 | <combo key="access" text="Access" values="yes,private,customers,permissive,no" /> |
|---|
| 1938 | <combo key="park_ride" text="Park and Ride" values="yes,no" /> |
|---|
| 1939 | <combo key="fee" text="Fee" values="yes,no" /> |
|---|
| 1940 | <text key="operator" text="Operator" /> |
|---|
| 1941 | <space /> |
|---|
| 1942 | <text key="capacity" text="Capacity (overall)" /> |
|---|
| 1943 | <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,unknown,1,2,3" /> |
|---|
| 1944 | <combo key="capacity:women" text="Spaces for Women" values="yes,no,unknown,1,2,3" /> |
|---|
| 1945 | <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,unknown,1,2,3" /> |
|---|
| 1946 | <label text="See the Wiki for other capacity:[types]=*." /> |
|---|
| 1947 | </item> |
|---|
| 1948 | <item name="Parking space" icon="presets/parking.png" type="node,closedway"> |
|---|
| 1949 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=parking_space" /> |
|---|
| 1950 | <label text="Edit Parking space" /> |
|---|
| 1951 | <key key="amenity" value="parking_space" /> |
|---|
| 1952 | <text key="name" text="Name" /> |
|---|
| 1953 | <text key="ref" text="Reference number" /> |
|---|
| 1954 | <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" /> |
|---|
| 1955 | <text key="capacity" text="Capacity" /> |
|---|
| 1956 | <space /> |
|---|
| 1957 | <combo key="access" text="Access" values="yes,private,customers,permissive,no" /> |
|---|
| 1958 | <combo key="fee" text="Fee" values="yes,no,interval" /> |
|---|
| 1959 | <text key="operator" text="Operator" /> |
|---|
| 1960 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 1961 | <combo key="covered" text="Covered (with roof)" values="yes,no" /> |
|---|
| 1962 | <combo key="stay" text="Time Limit (minutes)" values="0,30-60,30-180,30+" /> |
|---|
| 1963 | <combo key="supervised" text="Supervised" values="yes,no,interval" /> |
|---|
| 1964 | <combo key="lit" text="Lit" values="yes,no,interval" /> |
|---|
| 1965 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 1966 | </item> |
|---|
| 1967 | <item name="Parking entrance" icon="presets/parking.png" type="node"> |
|---|
| 1968 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=parking_entrance" /> |
|---|
| 1969 | <label text="Edit Parking entrance" /> |
|---|
| 1970 | <key key="amenity" value="parking_entrance" /> |
|---|
| 1971 | <text key="name" text="Name" /> |
|---|
| 1972 | <text key="ref" text="Reference number" /> |
|---|
| 1973 | <space /> |
|---|
| 1974 | <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" /> |
|---|
| 1975 | <combo key="access" text="Access" values="yes,private,customers,permissive,no" /> |
|---|
| 1976 | <combo key="fee" text="Fee" values="yes,no,interval" /> |
|---|
| 1977 | <text key="operator" text="Operator" /> |
|---|
| 1978 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> |
|---|
| 1979 | <combo key="covered" text="Covered (with roof)" values="yes,no" /> |
|---|
| 1980 | <combo key="stay" text="Time Limit (minutes)" values="0,30-60,30-180,30+" /> |
|---|
| 1981 | <combo key="supervised" text="Supervised" values="yes,no,interval" /> |
|---|
| 1982 | <combo key="lit" text="Lit" values="yes,no,interval" /> |
|---|
| 1983 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 1984 | </item> |
|---|
| 1985 | <separator/> |
|---|
| 1986 | <item name="Fuel" icon="presets/fuel.png" type="node,closedway"> |
|---|
| 1987 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=fuel" |
|---|
| 1988 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=fuel" |
|---|
| 1989 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=fuel" |
|---|
| 1990 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=fuel" |
|---|
| 1991 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=fuel" |
|---|
| 1992 | no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=fuel" |
|---|
| 1993 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=fuel" |
|---|
| 1994 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=fuel" |
|---|
| 1995 | zh-hant.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=fuel" /> |
|---|
| 1996 | <label text="Edit Fuel" /> |
|---|
| 1997 | <key key="amenity" value="fuel" /> |
|---|
| 1998 | <combo key="brand" text="Brand" values="Agip,Aral,Avia,BP,Chevron,Citgo,Esso,Exxon,Gulf,Mobil,OMV,Petro-Canada,Pioneer,Q8,Repsol,Shell,Sunoco,Statoil,Tamoil,Texaco,Total,Independent" /> |
|---|
| 1999 | <optional> |
|---|
| 2000 | <text key="name" text="Name" /> |
|---|
| 2001 | <text key="operator" text="Operator" /> |
|---|
| 2002 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2003 | <combo key="shop" text="With shop" values="yes,convenience,kiosk,no" /> |
|---|
| 2004 | <label text="Fuel types:" /> |
|---|
| 2005 | <check key="fuel:diesel" text="Diesel" default="off" /> |
|---|
| 2006 | <check key="fuel:biodiesel" text="Bio Diesel" default="off" /> |
|---|
| 2007 | <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" default="off" /> |
|---|
| 2008 | <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" default="off" /> |
|---|
| 2009 | <check key="fuel:octane_80" text="Octane 80" default="off" /> |
|---|
| 2010 | <check key="fuel:octane_91" text="Octane 91" default="off" /> |
|---|
| 2011 | <check key="fuel:octane_92" text="Octane 92" default="off" /> |
|---|
| 2012 | <check key="fuel:octane_95" text="Octane 95" default="off" /> |
|---|
| 2013 | <check key="fuel:octane_98" text="Octane 98" default="off" /> |
|---|
| 2014 | <check key="fuel:octane_100" text="Octane 100" default="off" /> |
|---|
| 2015 | <check key="fuel:e10" text="E10 (10% Ethanol mix)" default="off" /> |
|---|
| 2016 | <check key="fuel:e85" text="E85 (85% Ethanol mix)" default="off" /> |
|---|
| 2017 | <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" default="off" /> |
|---|
| 2018 | <check key="fuel:cng" text="CNG (Compressed Natural Gas)" default="off" /> |
|---|
| 2019 | <check key="fuel:1_25" text="1/25 mix (mofa/moped)" default="off" /> |
|---|
| 2020 | <check key="fuel:1_50" text="1/50 mix (mofa/moped)" default="off" /> |
|---|
| 2021 | </optional> |
|---|
| 2022 | </item> |
|---|
| 2023 | <item name="Charging Station" icon="styles/standard/accommodation/camping/hookup.png" type="node"> |
|---|
| 2024 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=fuel"/> |
|---|
| 2025 | <label text="Edit Charging Station (for electric cars)" /> |
|---|
| 2026 | <key key="amenity" value="charging_station" /> |
|---|
| 2027 | <text key="operator" text="Operator" /> |
|---|
| 2028 | <text key="voltage" text="Voltage" /> |
|---|
| 2029 | <text key="amperage" text="Amperage" /> |
|---|
| 2030 | </item> |
|---|
| 2031 | <item name="Wash" icon="presets/car_wash.png" type="node,closedway"> |
|---|
| 2032 | <label text="Edit Car Wash" /> |
|---|
| 2033 | <key key="amenity" value="car_wash" /> |
|---|
| 2034 | <text key="name" text="Name" /> |
|---|
| 2035 | <text key="brand" text="Brand" /> |
|---|
| 2036 | <text key="operator" text="Operator" /> |
|---|
| 2037 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2038 | </item> |
|---|
| 2039 | <separator/> |
|---|
| 2040 | <item name="Car Dealer" icon="presets/car.png" type="node,closedway"> |
|---|
| 2041 | <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=car" |
|---|
| 2042 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:shop=car" |
|---|
| 2043 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=car" |
|---|
| 2044 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:shop=car" |
|---|
| 2045 | nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:shop=car" |
|---|
| 2046 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=car" |
|---|
| 2047 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=car" /> |
|---|
| 2048 | <label text="Edit Car Shop" /> |
|---|
| 2049 | <key key="shop" value="car" /> |
|---|
| 2050 | <text key="name" text="Name" /> |
|---|
| 2051 | <text key="operator" text="Operator" /> |
|---|
| 2052 | </item> |
|---|
| 2053 | <item name="Repair" icon="presets/car_repair.png" type="node,closedway"> |
|---|
| 2054 | <label text="Edit Car Repair" /> |
|---|
| 2055 | <key key="shop" value="car_repair" /> |
|---|
| 2056 | <text key="name" text="Name" /> |
|---|
| 2057 | <text key="brand" text="Brand" /> |
|---|
| 2058 | <text key="operator" text="Operator" /> |
|---|
| 2059 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2060 | </item> |
|---|
| 2061 | <item name="Tyres" icon="presets/tyres.png" type="node,closedway"> |
|---|
| 2062 | <label text="Edit Tyres" /> |
|---|
| 2063 | <key key="shop" value="tyres" /> |
|---|
| 2064 | <text key="name" text="Name" /> |
|---|
| 2065 | <text key="brand" text="Brand" /> |
|---|
| 2066 | <text key="operator" text="Operator" /> |
|---|
| 2067 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2068 | <label text="Contact:" /> |
|---|
| 2069 | <text key="phone" text="Phone Number" /> |
|---|
| 2070 | <text key="fax" text="Fax Number" /> |
|---|
| 2071 | <text key="website" text="Website" /> |
|---|
| 2072 | <text key="email" text="Email Address" /> |
|---|
| 2073 | </item> |
|---|
| 2074 | <separator/> |
|---|
| 2075 | <item name="Rental" icon="presets/car_rental.png" type="node,closedway"> |
|---|
| 2076 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=car_rental" |
|---|
| 2077 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=car_rental" |
|---|
| 2078 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=car_rental" |
|---|
| 2079 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=car_rental" |
|---|
| 2080 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=car_rental" /> |
|---|
| 2081 | <label text="Edit Car Rental" /> |
|---|
| 2082 | <key key="amenity" value="car_rental" /> |
|---|
| 2083 | <text key="name" text="Name" /> |
|---|
| 2084 | <text key="brand" text="Brand" /> |
|---|
| 2085 | <text key="operator" text="Operator" /> |
|---|
| 2086 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2087 | </item> |
|---|
| 2088 | <item name="Sharing" icon="presets/car_sharing.png" type="node,closedway"> |
|---|
| 2089 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=car_sharing" |
|---|
| 2090 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=car_sharing" |
|---|
| 2091 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=car_sharing" |
|---|
| 2092 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=car_sharing" |
|---|
| 2093 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=car_sharing" |
|---|
| 2094 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=car_sharing" |
|---|
| 2095 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=car_sharing" /> |
|---|
| 2096 | <label text="Edit Car Sharing" /> |
|---|
| 2097 | <key key="amenity" value="car_sharing" /> |
|---|
| 2098 | <text key="operator" text="Operator" /> |
|---|
| 2099 | <text key="capacity" text="Capacity" /> |
|---|
| 2100 | <text key="name" text="Name" /> |
|---|
| 2101 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2102 | <text key="website" text="Website" /> |
|---|
| 2103 | </item> |
|---|
| 2104 | </group> <!-- Car --> |
|---|
| 2105 | <group name="Motorcycle" icon="presets/motorbike.png"> |
|---|
| 2106 | <item name="Parking" icon="styles/standard/vehicle/parking/motorbike.png" type="node,closedway"> |
|---|
| 2107 | <label text="Edit Motorcycle Parking" /> |
|---|
| 2108 | <key key="amenity" value="motorcycle_parking" /> |
|---|
| 2109 | <text key="name" text="Name" /> |
|---|
| 2110 | <text key="capacity" text="Capacity" /> |
|---|
| 2111 | <combo key="parking" text="Type" values="multi-storey,surface,underground" default="surface" /> |
|---|
| 2112 | <combo key="fee" text="Fee" values="yes,no" /> |
|---|
| 2113 | </item> |
|---|
| 2114 | <item name="Motorcycle Dealer" icon="presets/motorbike.png" type="node,closedway"> |
|---|
| 2115 | <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=motorcycle" |
|---|
| 2116 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=motorcycle" |
|---|
| 2117 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=motorcycle" |
|---|
| 2118 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=motorcycle"/> |
|---|
| 2119 | <label text="Edit Shop Motorcycle" /> |
|---|
| 2120 | <key key="shop" value="motorcycle" /> |
|---|
| 2121 | <text key="name" text="Name" /> |
|---|
| 2122 | <combo key="brand" text="Brand" values="independent" /> |
|---|
| 2123 | <text key="operator" text="Operator" /> |
|---|
| 2124 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2125 | <label text="Services:" /> |
|---|
| 2126 | <combo key="sale" text="Sale" values="yes,brand,used,no" values_context="motorcycle" /> |
|---|
| 2127 | <combo key="rental" text="Rental" values="yes,brand,no" /> |
|---|
| 2128 | <combo key="repair" text="Repair" values="yes,brand,oldtimer,no" /> |
|---|
| 2129 | <combo key="safety_inspection" text="Safety inspection" values="yes,DEKRA,GTÜ,MOT,TÜV,no" /> |
|---|
| 2130 | <combo key="parts" text="Parts" values="yes,brand,oldtimer,no" /> |
|---|
| 2131 | <combo key="clothes" text="Clothes" values="yes,brand,no" /> |
|---|
| 2132 | <text key="services" text="Other" /> |
|---|
| 2133 | <label text="Contact:" /> |
|---|
| 2134 | <text key="phone" text="Phone Number" /> |
|---|
| 2135 | <text key="fax" text="Fax Number" /> |
|---|
| 2136 | <text key="website" text="Website" /> |
|---|
| 2137 | <text key="email" text="Email Address" /> |
|---|
| 2138 | </item> |
|---|
| 2139 | </group> <!-- Motorcycle --> |
|---|
| 2140 | <group name="Bicycle" icon="presets/bike.png"> |
|---|
| 2141 | <item name="Parking" icon="styles/standard/vehicle/parking/bicycle.png" type="node,closedway"> |
|---|
| 2142 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bicycle_parking" |
|---|
| 2143 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=bicycle_parking" |
|---|
| 2144 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=bicycle_parking" |
|---|
| 2145 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=bicycle_parking" |
|---|
| 2146 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bicycle_parking" /> |
|---|
| 2147 | <label text="Edit Bicycle Parking" /> |
|---|
| 2148 | <key key="amenity" value="bicycle_parking" /> |
|---|
| 2149 | <text key="name" text="Name" /> |
|---|
| 2150 | <text key="operator" text="Operator" /> |
|---|
| 2151 | <text key="capacity" text="Capacity" /> |
|---|
| 2152 | <combo key="bicycle_parking" text="Type" values="anchors,building,ground_slots,informal,lockers,shed,stands,wall_loops" /> |
|---|
| 2153 | <check key="covered" text="Covered" default="off" /> |
|---|
| 2154 | <check key="supervised" text="Supervised" default="off" /> |
|---|
| 2155 | </item> |
|---|
| 2156 | <item name="Bike Dealer" icon="presets/bike.png" type="node,closedway"> |
|---|
| 2157 | <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=bicycle" |
|---|
| 2158 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=bicycle" |
|---|
| 2159 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:shop=bicycle" |
|---|
| 2160 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=bicycle" |
|---|
| 2161 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=bicycle" /> |
|---|
| 2162 | <label text="Edit Bicycle Shop" /> |
|---|
| 2163 | <key key="shop" value="bicycle" /> |
|---|
| 2164 | <text key="name" text="Name" /> |
|---|
| 2165 | <check key="service:bicycle:retail" text="Bicycles are sold" /> |
|---|
| 2166 | <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" /> |
|---|
| 2167 | <check key="service:bicycle:repair" text="Bicycles are repaired" /> |
|---|
| 2168 | <check key="service:bicycle:rental" text="Bicycles are rented" /> |
|---|
| 2169 | <check key="service:bicycle:pump" text="Free bicycle pump" /> |
|---|
| 2170 | <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" /> |
|---|
| 2171 | <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" /> |
|---|
| 2172 | </item> |
|---|
| 2173 | <item name="Rental" icon="presets/bicycle_rental.png" type="node,closedway"> |
|---|
| 2174 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bicycle_rental" |
|---|
| 2175 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=bicycle_rental" |
|---|
| 2176 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=bicycle_rental" |
|---|
| 2177 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=bicycle_rental" |
|---|
| 2178 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=bicycle_rental" |
|---|
| 2179 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=bicycle_rental" |
|---|
| 2180 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=bicycle_rental" |
|---|
| 2181 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bicycle_rental" /> |
|---|
| 2182 | <label text="Edit Bicycle Rental" /> |
|---|
| 2183 | <key key="amenity" value="bicycle_rental" /> |
|---|
| 2184 | <text key="name" text="Name" /> |
|---|
| 2185 | </item> |
|---|
| 2186 | </group> <!-- Bicycle --> |
|---|
| 2187 | <group name="Public Transport" icon="presets/bus.png"> |
|---|
| 2188 | <item name="Station" name_context="railway" icon="styles/standard/transport/railway_station.png" type="node,closedway"> |
|---|
| 2189 | <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=station" |
|---|
| 2190 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=station" |
|---|
| 2191 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:railway=station" |
|---|
| 2192 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:railway=station" |
|---|
| 2193 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=station" |
|---|
| 2194 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:railway=station" /> |
|---|
| 2195 | <label text="Edit Station" text_context="railway" /> |
|---|
| 2196 | <space /> |
|---|
| 2197 | <key key="railway" value="station" /> |
|---|
| 2198 | <optional> |
|---|
| 2199 | <text key="name" text="Name" /> |
|---|
| 2200 | <text key="uic_ref" text="UIC-Reference" /> |
|---|
| 2201 | </optional> |
|---|
| 2202 | </item> |
|---|
| 2203 | <item name="Railway Halt" icon="presets/station.png" type="node"> |
|---|
| 2204 | <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=halt" |
|---|
| 2205 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=halt" |
|---|
| 2206 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=halt" |
|---|
| 2207 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:railway=halt" /> |
|---|
| 2208 | <label text="Edit Halt" /> |
|---|
| 2209 | <space /> |
|---|
| 2210 | <key key="railway" value="halt" /> |
|---|
| 2211 | <optional> |
|---|
| 2212 | <text key="name" text="Name" /> |
|---|
| 2213 | </optional> |
|---|
| 2214 | </item> |
|---|
| 2215 | <item name="Tram Stop" icon="presets/tram.png" type="node"> |
|---|
| 2216 | <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=tram_stop" |
|---|
| 2217 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=tram_stop" |
|---|
| 2218 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=tram_stop" /> |
|---|
| 2219 | <label text="Edit Tram Stop" /> |
|---|
| 2220 | <space /> |
|---|
| 2221 | <key key="railway" value="tram_stop" /> |
|---|
| 2222 | <optional> |
|---|
| 2223 | <text key="name" text="Name" /> |
|---|
| 2224 | </optional> |
|---|
| 2225 | </item> |
|---|
| 2226 | <item name="Railway Platform" icon="presets/platform_rail.png" type="way,closedway"> |
|---|
| 2227 | <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=platform" |
|---|
| 2228 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=platform" |
|---|
| 2229 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=platform" /> |
|---|
| 2230 | <label text="Edit Railway Platform" /> |
|---|
| 2231 | <key key="railway" value="platform" /> |
|---|
| 2232 | <space /> |
|---|
| 2233 | <text key="ref" text="Reference (track number)" /> |
|---|
| 2234 | <text key="width" text="Width (meters)" /> |
|---|
| 2235 | <check key="area" text="Area" default="off" /> |
|---|
| 2236 | </item> |
|---|
| 2237 | <item name="Subway Entrance" icon="presets/underground.png" type="node"> |
|---|
| 2238 | <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=subway_entrance" |
|---|
| 2239 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:railway=subway_entrance" |
|---|
| 2240 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=subway_entrance" |
|---|
| 2241 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:railway=subway_entrance" /> |
|---|
| 2242 | <label text="Edit Subway Entrance" /> |
|---|
| 2243 | <space /> |
|---|
| 2244 | <key key="railway" value="subway_entrance" /> |
|---|
| 2245 | <optional> |
|---|
| 2246 | <text key="name" text="Name" /> |
|---|
| 2247 | <check key="wheelchair" text="Wheelchair" default="off" /> |
|---|
| 2248 | <check key="bicycle" text="Bicycle" default="off" /> |
|---|
| 2249 | </optional> |
|---|
| 2250 | </item> |
|---|
| 2251 | <separator/> |
|---|
| 2252 | <item name="Bus Station" icon="presets/bus.png" type="node,closedway"> |
|---|
| 2253 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bus_station" |
|---|
| 2254 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=bus_station" |
|---|
| 2255 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=bus_station" |
|---|
| 2256 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=bus_station" |
|---|
| 2257 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bus_station" /> |
|---|
| 2258 | <label text="Edit Bus Station" /> |
|---|
| 2259 | <key key="amenity" value="bus_station" /> |
|---|
| 2260 | <optional> |
|---|
| 2261 | <text key="name" text="Name" /> |
|---|
| 2262 | </optional> |
|---|
| 2263 | </item> |
|---|
| 2264 | <item name="Bus Stop" icon="presets/bus_small.png" type="node"> |
|---|
| 2265 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=bus_stop" |
|---|
| 2266 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=bus_stop" |
|---|
| 2267 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:highway=bus_stop" |
|---|
| 2268 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=bus_stop" |
|---|
| 2269 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=bus_stop" |
|---|
| 2270 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=bus_stop" |
|---|
| 2271 | zh-hant.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:highway=bus_stop" /> |
|---|
| 2272 | <label text="Edit Bus Stop" /> |
|---|
| 2273 | <space /> |
|---|
| 2274 | <key key="highway" value="bus_stop" /> |
|---|
| 2275 | <optional> |
|---|
| 2276 | <text key="name" text="Name" /> |
|---|
| 2277 | <combo key="shelter" text="Shelter" values="yes,no" /> |
|---|
| 2278 | <combo key="bench" text="Bench" values="yes,no" /> |
|---|
| 2279 | <combo key="tactile_paving" text="Tactile Paving" values="yes,no" /> |
|---|
| 2280 | |
|---|
| 2281 | </optional> |
|---|
| 2282 | </item> |
|---|
| 2283 | <item name="Bus Platform" icon="presets/platform_bus.png" type="node,closedway"> |
|---|
| 2284 | <label text="Edit Bus Platform" /> |
|---|
| 2285 | <key key="highway" value="platform" /> |
|---|
| 2286 | <space /> |
|---|
| 2287 | <text key="ref" text="Reference (track number)" /> |
|---|
| 2288 | <text key="width" text="Width (meters)" /> |
|---|
| 2289 | <check key="area" text="Area" default="off" /> |
|---|
| 2290 | </item> |
|---|
| 2291 | <separator/> |
|---|
| 2292 | <item name="Ticket Machine" de.name="Fahrausweisautomat" icon="presets/vending_machine.png" type="node"> |
|---|
| 2293 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=vending_machine" |
|---|
| 2294 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=vending_machine" |
|---|
| 2295 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=vending_machine" |
|---|
| 2296 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=vending_machine"/> |
|---|
| 2297 | <key key="amenity" value="vending_machine"/> |
|---|
| 2298 | <key key="vending" value="public_transport_tickets"/> |
|---|
| 2299 | <text key="name" text="Name"/> |
|---|
| 2300 | <text key="operator" text="Operator"/> |
|---|
| 2301 | <text key="ref" text="Reference Number"/> |
|---|
| 2302 | <check key="payment:coins" text="Coins" default="off" /> |
|---|
| 2303 | <check key="payment:notes" text="Notes" default="off" /> |
|---|
| 2304 | <check key="payment:electronic_purses" text="Electronic purses and Charge cards" default="off" /> |
|---|
| 2305 | <check key="payment:debit_cards" text="Debit cards" default="off" /> |
|---|
| 2306 | <check key="payment:credit_cards" text="Credit cards" default="off" /> |
|---|
| 2307 | <check key="payment:account_cards" text="Account or loyalty cards" default="off" /> |
|---|
| 2308 | </item> |
|---|
| 2309 | </group> <!-- Public Transport --> |
|---|
| 2310 | <item name="Taxi" icon="presets/taxi.png" type="node,closedway"> |
|---|
| 2311 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=taxi" |
|---|
| 2312 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=taxi" |
|---|
| 2313 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=taxi" |
|---|
| 2314 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=taxi" /> |
|---|
| 2315 | <label text="Edit Taxi station" /> |
|---|
| 2316 | <key key="amenity" value="taxi" /> |
|---|
| 2317 | <text key="name" text="Name" /> |
|---|
| 2318 | </item> |
|---|
| 2319 | <separator/> |
|---|
| 2320 | <group name="Airport" icon="presets/plane.png"> |
|---|
| 2321 | <item name="Airport Ground" icon="presets/plane.png" type="node,closedway"> |
|---|
| 2322 | <link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=aerodrome" |
|---|
| 2323 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=aerodrome" |
|---|
| 2324 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=aerodrome" /> |
|---|
| 2325 | <label text="Edit Airport Ground" /> |
|---|
| 2326 | <key key="aeroway" value="aerodrome" /> |
|---|
| 2327 | <text key="name" text="Name" /> |
|---|
| 2328 | <optional> |
|---|
| 2329 | <text key="iata" text="IATA" /> |
|---|
| 2330 | <text key="icao" text="ICAO" /> |
|---|
| 2331 | <text key="wikipedia" text="Wikipedia" /> |
|---|
| 2332 | </optional> |
|---|
| 2333 | </item> |
|---|
| 2334 | <separator/> |
|---|
| 2335 | <item name="Runway" icon="presets/runway.png" type="way"> |
|---|
| 2336 | <link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=runway" |
|---|
| 2337 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:aeroway=runway" |
|---|
| 2338 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:aeroway=runway" |
|---|
| 2339 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=runway" |
|---|
| 2340 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=runway" /> |
|---|
| 2341 | <label text="Edit Runway" /> |
|---|
| 2342 | <key key="aeroway" value="runway" /> |
|---|
| 2343 | <optional> |
|---|
| 2344 | <text key="ref" text="Reference" /> |
|---|
| 2345 | </optional> |
|---|
| 2346 | </item> |
|---|
| 2347 | <item name="Taxiway" icon="presets/taxiway.png" type="way"> |
|---|
| 2348 | <link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=taxiway" |
|---|
| 2349 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:aeroway=taxiway" |
|---|
| 2350 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=taxiway" |
|---|
| 2351 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=taxiway" /> |
|---|
| 2352 | <label text="Edit Taxiway" /> |
|---|
| 2353 | <key key="aeroway" value="taxiway" /> |
|---|
| 2354 | <optional> |
|---|
| 2355 | <text key="ref" text="Reference" /> |
|---|
| 2356 | </optional> |
|---|
| 2357 | </item> |
|---|
| 2358 | <item name="Helipad" icon="styles/standard/transport/airport/helipad.png" type="node,closedway"> |
|---|
| 2359 | <link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=helipad" |
|---|
| 2360 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:aeroway=helipad" |
|---|
| 2361 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=helipad" |
|---|
| 2362 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=helipad" /> |
|---|
| 2363 | <label text="Edit Helipad" /> |
|---|
| 2364 | <key key="aeroway" value="helipad" /> |
|---|
| 2365 | <optional> |
|---|
| 2366 | <text key="ref" text="Reference" /> |
|---|
| 2367 | </optional> |
|---|
| 2368 | </item> |
|---|
| 2369 | <item name="Apron" icon="presets/apron.png" type="closedway"> |
|---|
| 2370 | <link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=apron" |
|---|
| 2371 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:aeroway=apron" |
|---|
| 2372 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=apron" |
|---|
| 2373 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=apron" /> |
|---|
| 2374 | <label text="Apron" /> |
|---|
| 2375 | <key key="aeroway" value="apron" /> |
|---|
| 2376 | </item> |
|---|
| 2377 | <item name="Hangar" icon="presets/hangar.png" type="node,closedway"> |
|---|
| 2378 | <link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=hangar" /> |
|---|
| 2379 | <label text="Hangar" /> |
|---|
| 2380 | <key key="building" value="hangar" /> |
|---|
| 2381 | </item> |
|---|
| 2382 | <item name="Beacon" icon="styles/standard/misc/landmark/beacon.png" type="node"> |
|---|
| 2383 | <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=beacon" |
|---|
| 2384 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=beacon" |
|---|
| 2385 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=beacon" /> |
|---|
| 2386 | <label text="Beacon" /> |
|---|
| 2387 | <key key="man_made" value="beacon" /> |
|---|
| 2388 | </item> |
|---|
| 2389 | <item name="Windsock" icon="styles/standard/transport/airport/windsock.png" type="node"> |
|---|
| 2390 | <link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=windsock" |
|---|
| 2391 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=windsock" /> |
|---|
| 2392 | <label text="Windsock" /> |
|---|
| 2393 | <key key="aeroway" value="windsock" /> |
|---|
| 2394 | </item> |
|---|
| 2395 | <separator/> |
|---|
| 2396 | <item name="Terminal" icon="styles/standard/transport/airport/terminal.png" type="node,closedway"> |
|---|
| 2397 | <link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=terminal" |
|---|
| 2398 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:aeroway=terminal" |
|---|
| 2399 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=terminal" |
|---|
| 2400 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=terminal" /> |
|---|
| 2401 | <label text="Edit Terminal" /> |
|---|
| 2402 | <key key="aeroway" value="terminal" /> |
|---|
| 2403 | <text key="name" text="Name" /> |
|---|
| 2404 | </item> |
|---|
| 2405 | <item name="Gate" name_context="airport" icon="presets/aeroway_gate.png" type="node"> |
|---|
| 2406 | <link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=gate" |
|---|
| 2407 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=gate" |
|---|
| 2408 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=gate" /> |
|---|
| 2409 | <label text="Edit Terminal Gate" /> |
|---|
| 2410 | <key key="aeroway" value="gate" /> |
|---|
| 2411 | <text key="ref" text="Reference" /> |
|---|
| 2412 | </item> |
|---|
| 2413 | </group> <!-- Aeroway --> |
|---|
| 2414 | </group> |
|---|
| 2415 | <group name="Facilities" icon="presets/bed.png"> |
|---|
| 2416 | <group name="Accommodation" icon="presets/bed.png"> |
|---|
| 2417 | <item name="Hotel" icon="presets/bed.png" type="node,closedway"> |
|---|
| 2418 | <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=hotel" |
|---|
| 2419 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:tourism=hotel" |
|---|
| 2420 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:tourism=hotel" |
|---|
| 2421 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=hotel" |
|---|
| 2422 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=hotel" /> |
|---|
| 2423 | <label text="Edit Hotel" /> |
|---|
| 2424 | <key key="tourism" value="hotel" /> |
|---|
| 2425 | <text key="name" text="Name" /> |
|---|
| 2426 | <text key="operator" text="Operator" /> |
|---|
| 2427 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
|---|
| 2428 | <space /> |
|---|
| 2429 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
|---|
| 2430 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
|---|
| 2431 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
|---|
| 2432 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
|---|
| 2433 | <space /> |
|---|
| 2434 | <text key="phone" text="Phone Number" /> |
|---|
| 2435 | <text key="fax" text="Fax Number" /> |
|---|
| 2436 | <text key="website" text="Website" /> |
|---|
| 2437 | <text key="email" text="Email Address" /> |
|---|
| 2438 | </item> |
|---|
| 2439 | <item name="Motel" icon="styles/standard/accommodation/motel.png" type="node,closedway"> |
|---|
| 2440 | <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=motel" |
|---|
| 2441 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:tourism=motel" |
|---|
| 2442 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=motel" /> |
|---|
| 2443 | <label text="Edit Motel" /> |
|---|
| 2444 | <key key="tourism" value="motel" /> |
|---|
| 2445 | <text key="name" text="Name" /> |
|---|
| 2446 | <text key="operator" text="Operator" /> |
|---|
| 2447 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
|---|
| 2448 | <space /> |
|---|
| 2449 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
|---|
| 2450 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
|---|
| 2451 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
|---|
| 2452 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
|---|
| 2453 | <space /> |
|---|
| 2454 | <text key="phone" text="Phone Number" /> |
|---|
| 2455 | <text key="fax" text="Fax Number" /> |
|---|
| 2456 | <text key="website" text="Website" /> |
|---|
| 2457 | <text key="email" text="Email Address" /> |
|---|
| 2458 | </item> |
|---|
| 2459 | <item name="Guest House" icon="styles/standard/accommodation/guest_house.png" type="node,closedway"> |
|---|
| 2460 | <label text="Edit Guest House" /> |
|---|
| 2461 | <key key="tourism" value="guest_house" /> |
|---|
| 2462 | <text key="name" text="Name" /> |
|---|
| 2463 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
|---|
| 2464 | <space /> |
|---|
| 2465 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
|---|
| 2466 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
|---|
| 2467 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
|---|
| 2468 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
|---|
| 2469 | <space /> |
|---|
| 2470 | <text key="phone" text="Phone Number" /> |
|---|
| 2471 | <text key="fax" text="Fax Number" /> |
|---|
| 2472 | <text key="website" text="Website" /> |
|---|
| 2473 | <text key="email" text="Email Address" /> |
|---|
| 2474 | </item> |
|---|
| 2475 | <item name="Chalet" icon="styles/standard/accommodation/chalet.png" type="node,closedway"> |
|---|
| 2476 | <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=chalet" |
|---|
| 2477 | nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:tourism=chalet" /> |
|---|
| 2478 | <label text="Edit Chalet" /> |
|---|
| 2479 | <key key="tourism" value="chalet" /> |
|---|
| 2480 | <text key="name" text="Name" /> |
|---|
| 2481 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
|---|
| 2482 | <space /> |
|---|
| 2483 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
|---|
| 2484 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
|---|
| 2485 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
|---|
| 2486 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
|---|
| 2487 | <space /> |
|---|
| 2488 | <text key="phone" text="Phone Number" /> |
|---|
| 2489 | <text key="fax" text="Fax Number" /> |
|---|
| 2490 | <text key="website" text="Website" /> |
|---|
| 2491 | <text key="email" text="Email Address" /> |
|---|
| 2492 | </item> |
|---|
| 2493 | <item name="Hostel" icon="presets/hostel.png" type="node,closedway"> |
|---|
| 2494 | <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=hostel" |
|---|
| 2495 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:tourism=hostel" |
|---|
| 2496 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=hostel" /> |
|---|
| 2497 | <label text="Edit Hostel" /> |
|---|
| 2498 | <key key="tourism" value="hostel" /> |
|---|
| 2499 | <text key="name" text="Name" /> |
|---|
| 2500 | <text key="operator" text="Operator" /> |
|---|
| 2501 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
|---|
| 2502 | <space /> |
|---|
| 2503 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
|---|
| 2504 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
|---|
| 2505 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
|---|
| 2506 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
|---|
| 2507 | <space /> |
|---|
| 2508 | <text key="phone" text="Phone Number" /> |
|---|
| 2509 | <text key="fax" text="Fax Number" /> |
|---|
| 2510 | <text key="website" text="Website" /> |
|---|
| 2511 | <text key="email" text="Email Address" /> |
|---|
| 2512 | </item> |
|---|
| 2513 | <item name="Alpine Hut" icon="styles/standard/accommodation/alpine_hut.png" type="node,closedway"> |
|---|
| 2514 | <label text="Edit Alpine Hut" /> |
|---|
| 2515 | <key key="tourism" value="alpine_hut" /> |
|---|
| 2516 | <text key="name" text="Name" /> |
|---|
| 2517 | <text key="operator" text="Operator" /> |
|---|
| 2518 | <text key="ele" text="Elevation" /> |
|---|
| 2519 | <space /> |
|---|
| 2520 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
|---|
| 2521 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
|---|
| 2522 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
|---|
| 2523 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
|---|
| 2524 | <space /> |
|---|
| 2525 | <text key="phone" text="Phone Number" /> |
|---|
| 2526 | <text key="fax" text="Fax Number" /> |
|---|
| 2527 | <text key="website" text="Website" /> |
|---|
| 2528 | <text key="email" text="Email Address" /> |
|---|
| 2529 | </item> |
|---|
| 2530 | <separator/> |
|---|
| 2531 | <item name="Caravan Site" icon="presets/caravan2.png" type="node,closedway"> |
|---|
| 2532 | <label text="Edit Caravan Site" /> |
|---|
| 2533 | <key key="tourism" value="caravan_site" /> |
|---|
| 2534 | <text key="name" text="Name" /> |
|---|
| 2535 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
|---|
| 2536 | <space /> |
|---|
| 2537 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
|---|
| 2538 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
|---|
| 2539 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
|---|
| 2540 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
|---|
| 2541 | <space /> |
|---|
| 2542 | <text key="capacity" text="Number of places" /> |
|---|
| 2543 | <combo key="fee" text="Requires a fee" values="yes,no,interval" /> |
|---|
| 2544 | <check key="power_supply" text="Power supply" default="off" /> |
|---|
| 2545 | <check key="tents" text="Tents allowed" default="off" /> |
|---|
| 2546 | <space /> |
|---|
| 2547 | <text key="phone" text="Phone Number" /> |
|---|
| 2548 | <text key="fax" text="Fax Number" /> |
|---|
| 2549 | <text key="website" text="Website" /> |
|---|
| 2550 | <text key="email" text="Email Address" /> |
|---|
| 2551 | </item> |
|---|
| 2552 | <item name="Camping Site" icon="presets/tent.png" type="node,closedway"> |
|---|
| 2553 | <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=camp_site" |
|---|
| 2554 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:tourism=camp_site" |
|---|
| 2555 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:tourism=camp_site" |
|---|
| 2556 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:tourism=camp_site" /> |
|---|
| 2557 | <label text="Edit Camping Site" /> |
|---|
| 2558 | <key key="tourism" value="camp_site" /> |
|---|
| 2559 | <text key="name" text="Name" /> |
|---|
| 2560 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
|---|
| 2561 | <space /> |
|---|
| 2562 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
|---|
| 2563 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
|---|
| 2564 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
|---|
| 2565 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
|---|
| 2566 | <space /> |
|---|
| 2567 | <text key="phone" text="Phone Number" /> |
|---|
| 2568 | <text key="fax" text="Fax Number" /> |
|---|
| 2569 | <text key="website" text="Website" /> |
|---|
| 2570 | <text key="email" text="Email Address" /> |
|---|
| 2571 | </item> |
|---|
| 2572 | </group> <!-- Accomodation --> |
|---|
| 2573 | <group name="Food+Drinks" icon="presets/restaurant.png"> |
|---|
| 2574 | <item name="Restaurant" icon="presets/restaurant.png" type="node,closedway"> |
|---|
| 2575 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=restaurant" |
|---|
| 2576 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=restaurant" |
|---|
| 2577 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=restaurant" |
|---|
| 2578 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=restaurant" |
|---|
| 2579 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=restaurant" |
|---|
| 2580 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=restaurant" /> |
|---|
| 2581 | <label text="Edit Restaurant" /> |
|---|
| 2582 | <key key="amenity" value="restaurant" /> |
|---|
| 2583 | <text key="name" text="Name" /> |
|---|
| 2584 | <text key="operator" text="Operator" /> |
|---|
| 2585 | <multiselect key="cuisine" text="Cuisine" values="italian;chinese;pizza;burger;greek;german;indian;regional;kebab;turkish;asian;thai;mexican;japanese;french;sandwich;sushi"/> |
|---|
| 2586 | <check key="microbrewery" text="Microbrewery" default="off" /> |
|---|
| 2587 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2588 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
|---|
| 2589 | <space /> |
|---|
| 2590 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
|---|
| 2591 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
|---|
| 2592 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
|---|
| 2593 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
|---|
| 2594 | <space /> |
|---|
| 2595 | <text key="phone" text="Phone Number" /> |
|---|
| 2596 | <text key="fax" text="Fax Number" /> |
|---|
| 2597 | <text key="website" text="Website" /> |
|---|
| 2598 | <text key="email" text="Email Address" /> |
|---|
| 2599 | </item> |
|---|
| 2600 | <item name="Fast Food" icon="presets/fastfood.png" type="node,closedway"> |
|---|
| 2601 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=fast_food" |
|---|
| 2602 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=fast_food" |
|---|
| 2603 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=fast_food" |
|---|
| 2604 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=fast_food" |
|---|
| 2605 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=fast_food" /> |
|---|
| 2606 | <label text="Edit Fast Food Restaurant" /> |
|---|
| 2607 | <key key="amenity" value="fast_food" /> |
|---|
| 2608 | <text key="name" text="Name" /> |
|---|
| 2609 | <text key="operator" text="Operator" /> |
|---|
| 2610 | <combo key="cuisine" text="Cuisine" values="italian,chinese,pizza,burger,greek,german,indian,regional,kebab,turkish,asian,thai,mexican,japanese,french,sandwich,sushi,fish_and_chips,chicken" /> |
|---|
| 2611 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2612 | <space /> |
|---|
| 2613 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
|---|
| 2614 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
|---|
| 2615 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
|---|
| 2616 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
|---|
| 2617 | <space /> |
|---|
| 2618 | <text key="phone" text="Phone Number" /> |
|---|
| 2619 | <text key="fax" text="Fax Number" /> |
|---|
| 2620 | <text key="website" text="Website" /> |
|---|
| 2621 | <text key="email" text="Email Address" /> |
|---|
| 2622 | </item> |
|---|
| 2623 | <item name="Food Court" icon="presets/fastfood.png" type="node,closedway"> |
|---|
| 2624 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=food_court" |
|---|
| 2625 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=food_court" |
|---|
| 2626 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=food_court" /> |
|---|
| 2627 | <label text="Edit Food Court" /> |
|---|
| 2628 | <key key="amenity" value="food_court" /> |
|---|
| 2629 | <text key="name" text="Name" /> |
|---|
| 2630 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2631 | <space /> |
|---|
| 2632 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
|---|
| 2633 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
|---|
| 2634 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
|---|
| 2635 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
|---|
| 2636 | <space /> |
|---|
| 2637 | <text key="phone" text="Phone Number" /> |
|---|
| 2638 | <text key="fax" text="Fax Number" /> |
|---|
| 2639 | <text key="website" text="Website" /> |
|---|
| 2640 | <text key="email" text="Email Address" /> |
|---|
| 2641 | </item> |
|---|
| 2642 | <item name="Cafe" icon="presets/cafe.png" type="node,closedway"> |
|---|
| 2643 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=cafe" |
|---|
| 2644 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=cafe" |
|---|
| 2645 | nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:amenity=cafe" |
|---|
| 2646 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=cafe" |
|---|
| 2647 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=cafe" /> |
|---|
| 2648 | <label text="Edit Cafe" /> |
|---|
| 2649 | <key key="amenity" value="cafe" /> |
|---|
| 2650 | <text key="name" text="Name" /> |
|---|
| 2651 | <text key="operator" text="Operator" /> |
|---|
| 2652 | <combo key="cuisine" text="Cuisine" values="ice_cream" /> |
|---|
| 2653 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2654 | <space /> |
|---|
| 2655 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
|---|
| 2656 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
|---|
| 2657 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
|---|
| 2658 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
|---|
| 2659 | <space /> |
|---|
| 2660 | <text key="phone" text="Phone Number" /> |
|---|
| 2661 | <text key="fax" text="Fax Number" /> |
|---|
| 2662 | <text key="website" text="Website" /> |
|---|
| 2663 | <text key="email" text="Email Address" /> |
|---|
| 2664 | </item> |
|---|
| 2665 | <item name="Pub" icon="presets/pub.png" type="node,closedway"> |
|---|
| 2666 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=pub" |
|---|
| 2667 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=pub" |
|---|
| 2668 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=pub" |
|---|
| 2669 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=pub" /> |
|---|
| 2670 | <label text="Edit Pub" /> |
|---|
| 2671 | <key key="amenity" value="pub" /> |
|---|
| 2672 | <text key="name" text="Name" /> |
|---|
| 2673 | <text key="operator" text="Operator" /> |
|---|
| 2674 | <check key="microbrewery" text="Microbrewery" default="off" /> |
|---|
| 2675 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2676 | <space /> |
|---|
| 2677 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
|---|
| 2678 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
|---|
| 2679 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
|---|
| 2680 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
|---|
| 2681 | <space /> |
|---|
| 2682 | <text key="phone" text="Phone Number" /> |
|---|
| 2683 | <text key="fax" text="Fax Number" /> |
|---|
| 2684 | <text key="website" text="Website" /> |
|---|
| 2685 | <text key="email" text="Email Address" /> |
|---|
| 2686 | </item> |
|---|
| 2687 | <item name="Biergarten" icon="presets/biergarten.png" type="node,closedway"> |
|---|
| 2688 | <label text="Edit Biergarten" /> |
|---|
| 2689 | <key key="amenity" value="biergarten" /> |
|---|
| 2690 | <text key="name" text="Name" /> |
|---|
| 2691 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2692 | <space /> |
|---|
| 2693 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
|---|
| 2694 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
|---|
| 2695 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
|---|
| 2696 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
|---|
| 2697 | <space /> |
|---|
| 2698 | <text key="phone" text="Phone Number" /> |
|---|
| 2699 | <text key="fax" text="Fax Number" /> |
|---|
| 2700 | <text key="website" text="Website" /> |
|---|
| 2701 | <text key="email" text="Email Address" /> |
|---|
| 2702 | </item> |
|---|
| 2703 | <item name="Bar" icon="presets/bar.png" type="node,closedway"> |
|---|
| 2704 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bar" |
|---|
| 2705 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=bar" |
|---|
| 2706 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=bar" |
|---|
| 2707 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=bar" |
|---|
| 2708 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=bar" |
|---|
| 2709 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bar" /> |
|---|
| 2710 | <label text="Edit Bar" /> |
|---|
| 2711 | <key key="amenity" value="bar" /> |
|---|
| 2712 | <text key="name" text="Name" /> |
|---|
| 2713 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2714 | <space /> |
|---|
| 2715 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
|---|
| 2716 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
|---|
| 2717 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
|---|
| 2718 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
|---|
| 2719 | <space /> |
|---|
| 2720 | <text key="phone" text="Phone Number" /> |
|---|
| 2721 | <text key="fax" text="Fax Number" /> |
|---|
| 2722 | <text key="website" text="Website" /> |
|---|
| 2723 | <text key="email" text="Email Address" /> |
|---|
| 2724 | </item> |
|---|
| 2725 | <item name="Nightclub" icon="presets/bar.png" type="node,closedway"> |
|---|
| 2726 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=nightclub" |
|---|
| 2727 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=nightclub" |
|---|
| 2728 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=nightclub" |
|---|
| 2729 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=nightclub" |
|---|
| 2730 | ro.href="http://wiki.openstreetmap.org/wiki/Ro:Tag:amenity=nightclub" |
|---|
| 2731 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=nightclub" /> |
|---|
| 2732 | <label text="Edit Nightclub" /> |
|---|
| 2733 | <key key="amenity" value="nightclub" /> |
|---|
| 2734 | <text key="name" text="Name" /> |
|---|
| 2735 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2736 | <space /> |
|---|
| 2737 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" /> |
|---|
| 2738 | <combo key="wheelchair" text="Wheelchairs" values="yes,no" /> |
|---|
| 2739 | <space /> |
|---|
| 2740 | <text key="phone" text="Phone Number" /> |
|---|
| 2741 | <text key="fax" text="Fax Number" /> |
|---|
| 2742 | <text key="website" text="Website" /> |
|---|
| 2743 | <text key="email" text="Email Address" /> |
|---|
| 2744 | </item> |
|---|
| 2745 | </group> <!-- Food+Drinks --> |
|---|
| 2746 | <group name="Tourism" icon="presets/sightseeing.png"> |
|---|
| 2747 | <item name="Attraction" icon="presets/sightseeing.png" type="node,closedway"> |
|---|
| 2748 | <label text="Edit Attraction" /> |
|---|
| 2749 | <key key="tourism" value="attraction" /> |
|---|
| 2750 | <text key="name" text="Name" /> |
|---|
| 2751 | <text key="opening_hours" text="Opening Hours" /> |
|---|
| 2752 | </item> |
|---|
| 2753 | <item name="Viewpoint" icon="presets/viewpoint.png" type="node,closedway"> |
|---|
| 2754 | <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=viewpoint" |
|---|
| 2755 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:tourism=viewpoint" |
|---|
| 2756 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:tourism=viewpoint" |
|---|
| 2757 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=viewpoint" /> |
|---|
| 2758 | <label text="Edit Viewpoint" /> |
|---|
| 2759 | <key key="tourism" value="viewpoint" /> |
|---|
| 2760 | <text key="name" text="Name" /> |
|---|
| 2761 | <!--<check key="man_made" value="tower" text="Look-Out Tower" default="off" />--> |
|---|
| 2762 | </item> |
|---|
| 2763 | <separator/> |
|---|
| 2764 | <item name="Information Office" icon="presets/informationoffice.png" type="node,closedway"> |
|---|
| 2765 | <link href="http://wiki.openstreetmap.org/wiki/Key:information" |
|---|
| 2766 | de.href="http://wiki.openstreetmap.org/wiki/DE:Key:information" |
|---|
| 2767 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:information" |
|---|
| 2768 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:information" |
|---|
| 2769 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:information" /> |
|---|
| 2770 | <key key="tourism" value="information" /> |
|---|
| 2771 | <key key="information" value="office" /> |
|---|
| 2772 | <text key="name" text="Name" /> |
|---|
| 2773 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2774 | </item> |
|---|
| 2775 | <item name="Map" icon="presets/map.png" type="node"> |
|---|
| 2776 | <link href="http://wiki.openstreetmap.org/wiki/Key:information" /> |
|---|
| 2777 | <key key="tourism" value="information" /> |
|---|
| 2778 | <key key="information" value="map" /> |
|---|
| 2779 | <text key="name" text="Name" /> |
|---|
| 2780 | <combo key="map_type" text="Detail Grade" values="topo,street,scheme" /> |
|---|
| 2781 | <combo key="map_size" text="Shown Area" values="site,city,region" /> |
|---|
| 2782 | <text key="description" text="Closer Description" /> |
|---|
| 2783 | <space /> |
|---|
| 2784 | <label text="Routes shown for:" /> |
|---|
| 2785 | <check key="hiking" text="Hiking" default="off" /> |
|---|
| 2786 | <check key="bicycle" text="Cycling" default="off" /> |
|---|
| 2787 | <check key="mtb" text="Mountainbiking" default="off" /> |
|---|
| 2788 | <check key="ski" text="Skiing" default="off" /> |
|---|
| 2789 | <check key="horse" text="Riding" default="off" /> |
|---|
| 2790 | <label text="... other transportation modes possible" /> |
|---|
| 2791 | </item> |
|---|
| 2792 | <item name="Information Board" icon="presets/board.png" type="node"> |
|---|
| 2793 | <link href="http://wiki.openstreetmap.org/wiki/Tag:information=board" |
|---|
| 2794 | de.href="http://wiki.openstreetmap.org/wiki/DE:Proposed_features/information" |
|---|
| 2795 | it.href="http://wiki.openstreetmap.org/wiki/IT:Proposed_features/information" /> |
|---|
| 2796 | <key key="tourism" value="information" /> |
|---|
| 2797 | <key key="information" value="board" /> |
|---|
| 2798 | <text key="name" text="Name" /> |
|---|
| 2799 | <combo key="board_type" text="Board Content" values="notice,history,nature,wildlife,plants" default="board" /> |
|---|
| 2800 | <text key="description" text="Closer Description" /> |
|---|
| 2801 | </item> |
|---|
| 2802 | <item name="Guidepost" icon="presets/guidepost.png" type="node"> |
|---|
| 2803 | <link href="http://wiki.openstreetmap.org/index.php/Proposed_features/Guidepost" |
|---|
| 2804 | de.href="http://wiki.openstreetmap.org/wiki/DE:Key:information" |
|---|
| 2805 | en.href="http://wiki.openstreetmap.org/wiki/Key:information" |
|---|
| 2806 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:information" |
|---|
| 2807 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:information" |
|---|
| 2808 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:information" /> |
|---|
| 2809 | <key key="tourism" value="information" /> |
|---|
| 2810 | <key key="information" value="guidepost" /> |
|---|
| 2811 | <text key="name" text="Name" /> |
|---|
| 2812 | <text key="ele" text="Elevation" /> |
|---|
| 2813 | <space /> |
|---|
| 2814 | <label text="Routes shown for:" /> |
|---|
| 2815 | <check key="hiking" text="Hiking" default="off" /> |
|---|
| 2816 | <check key="bicycle" text="Cycling" default="off" /> |
|---|
| 2817 | <check key="mtb" text="Mountainbiking" default="off" /> |
|---|
| 2818 | <check key="ski" text="Skiing" default="off" /> |
|---|
| 2819 | <check key="horse" text="Riding" default="off" /> |
|---|
| 2820 | <label text="... other transportation modes possible" /> |
|---|
| 2821 | </item> |
|---|
| 2822 | <item name="Information Terminal" icon="presets/information.png" type="node"> |
|---|
| 2823 | <link href="http://wiki.openstreetmap.org/wiki/Key:information" /> |
|---|
| 2824 | <key key="tourism" value="information" /> |
|---|
| 2825 | <key key="information" value="terminal" /> |
|---|
| 2826 | <text key="name" text="Name" /> |
|---|
| 2827 | <text key="description" text="Closer description" /> |
|---|
| 2828 | <text key="operator" text="Operator" /> |
|---|
| 2829 | <text key="ref" text="Reference number" /> |
|---|
| 2830 | <combo key="fee" text="Fee" values="yes,no" /> |
|---|
| 2831 | </item> |
|---|
| 2832 | <item name="Audioguide" icon="presets/information.png" type="node"> |
|---|
| 2833 | <link href="http://wiki.openstreetmap.org/wiki/Key:information" /> |
|---|
| 2834 | <key key="tourism" value="information" /> |
|---|
| 2835 | <key key="information" value="audioguide" /> |
|---|
| 2836 | <text key="name" text="Name" /> |
|---|
| 2837 | <text key="description" text="Closer description" /> |
|---|
| 2838 | <text key="operator" text="Operator" /> |
|---|
| 2839 | <text key="ref" text="Reference number" /> |
|---|
| 2840 | <combo key="fee" text="Fee" values="yes,no" /> |
|---|
| 2841 | <space /> |
|---|
| 2842 | <label text="Audioguide via mobile phone?" /> |
|---|
| 2843 | <text key="phone" text="Phone number" /> |
|---|
| 2844 | </item> |
|---|
| 2845 | <item name="Other Information Points" icon="presets/information.png" type="node,closedway"> |
|---|
| 2846 | <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=information" |
|---|
| 2847 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:tourism=information" |
|---|
| 2848 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=information" /> |
|---|
| 2849 | <key key="tourism" value="information" /> |
|---|
| 2850 | <text key="name" text="Name" /> |
|---|
| 2851 | <text key="description" text="Closer Description" /> |
|---|
| 2852 | </item> |
|---|
| 2853 | </group> <!-- Tourism --> |
|---|
| 2854 | <group name="Leisure" icon="presets/theme_park.png"> |
|---|
| 2855 | <item name="Cinema" icon="presets/cinema.png" type="node,closedway,relation"> |
|---|
| 2856 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=cinema" |
|---|
| 2857 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=cinema" |
|---|
| 2858 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=cinema" |
|---|
| 2859 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=cinema" |
|---|
| 2860 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=cinema" /> |
|---|
| 2861 | <label text="Edit Cinema" /> |
|---|
| 2862 | <key key="amenity" value="cinema" /> |
|---|
| 2863 | <text key="name" text="Name" /> |
|---|
| 2864 | </item> |
|---|
| 2865 | <item name="Zoo" icon="presets/zoo.png" type="node,closedway"> |
|---|
| 2866 | <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=zoo" |
|---|
| 2867 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:tourism=zoo" /> |
|---|
| 2868 | <label text="Edit Zoo" /> |
|---|
| 2869 | <key key="tourism" value="zoo" /> |
|---|
| 2870 | <text key="name" text="Name" /> |
|---|
| 2871 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2872 | <text key="wikipedia" text="Wikipedia" /> |
|---|
| 2873 | </item> |
|---|
| 2874 | <item name="Dog Park" icon="presets/dogpark.png" type="node,closedway"> |
|---|
| 2875 | <link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=dog_park" |
|---|
| 2876 | da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:leisure=dog_park" |
|---|
| 2877 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:leisure=dog_park" |
|---|
| 2878 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:leisure=dog_park" |
|---|
| 2879 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:leisure=dog_park" |
|---|
| 2880 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:leisure=dog_park" |
|---|
| 2881 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:leisure=dog_park" |
|---|
| 2882 | sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:leisure=dog_park" /> |
|---|
| 2883 | <label text="Edit Dog Park" /> |
|---|
| 2884 | <key key="leisure" value="dog_park" /> |
|---|
| 2885 | <text key="name" text="Name" /> |
|---|
| 2886 | <check key="area" text="Area" default="off" /> |
|---|
| 2887 | <combo key="barrier" text="Barrier" values="fence,wall" /> |
|---|
| 2888 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2889 | <check key="lit" text="Lit" default="off" /> |
|---|
| 2890 | </item> |
|---|
| 2891 | <item name="Theme Park" icon="presets/theme_park.png" type="node,closedway"> |
|---|
| 2892 | <label text="Edit Theme Park" /> |
|---|
| 2893 | <key key="tourism" value="theme_park" /> |
|---|
| 2894 | <text key="name" text="Name" /> |
|---|
| 2895 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2896 | </item> |
|---|
| 2897 | <item name="Water Park" icon="presets/swimming.png" type="node,closedway"> |
|---|
| 2898 | <label text="Edit Water Park" /> |
|---|
| 2899 | <key key="leisure" value="water_park" /> |
|---|
| 2900 | <text key="name" text="Name" /> |
|---|
| 2901 | </item> |
|---|
| 2902 | <item name="Sauna" de.name="Sauna" icon="presets/sauna.png" type="node,closedway"> |
|---|
| 2903 | <label text="Edit Sauna" /> |
|---|
| 2904 | <space /> |
|---|
| 2905 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Sauna" /> |
|---|
| 2906 | <label text="Edit Sauna" de.text="bearbeite Sauna" /> |
|---|
| 2907 | <space /> |
|---|
| 2908 | <key key="leisure" value="sauna" /> |
|---|
| 2909 | <text key="name" text="Name" /> |
|---|
| 2910 | <text key="operator" text="Operator" de.text="Betreiber" /> |
|---|
| 2911 | <combo key="opening_hours" text="Opening Hours" de.text="Öffnungszeiten" values="Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" /> |
|---|
| 2912 | <combo key="access" text="Access" values="yes,permissive,private,unknown" /> |
|---|
| 2913 | </item> |
|---|
| 2914 | <separator/> |
|---|
| 2915 | <item name="Playground" icon="styles/standard/leisure/playground.png" type="node,closedway"> |
|---|
| 2916 | <link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=playground" |
|---|
| 2917 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:leisure=playground" |
|---|
| 2918 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:leisure=playground" |
|---|
| 2919 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:leisure=playground" |
|---|
| 2920 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:leisure=playground" |
|---|
| 2921 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:leisure=playground" |
|---|
| 2922 | pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:leisure=playground" |
|---|
| 2923 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:leisure=playground" |
|---|
| 2924 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:leisure=playground" /> |
|---|
| 2925 | <label text="Edit Playground" /> |
|---|
| 2926 | <key key="leisure" value="playground" /> |
|---|
| 2927 | <text key="name" text="Name" /> |
|---|
| 2928 | </item> |
|---|
| 2929 | <item name="Picnic Site" icon="presets/picnic.png" type="node,closedway"> |
|---|
| 2930 | <label text="Edit Picnic Site" /> |
|---|
| 2931 | <key key="tourism" value="picnic_site" /> |
|---|
| 2932 | <text key="name" text="Name" /> |
|---|
| 2933 | <check key="fireplace" text="Fireplace" default="off" /> |
|---|
| 2934 | </item> |
|---|
| 2935 | <item name="Public Grill" icon="presets/bbq.png" type="node"> |
|---|
| 2936 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bbq" |
|---|
| 2937 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=bbq" |
|---|
| 2938 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=bbq" |
|---|
| 2939 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bbq" /> |
|---|
| 2940 | <label text="Edit Public Grill"/> |
|---|
| 2941 | <space /> |
|---|
| 2942 | <key key="amenity" value="bbq" /> |
|---|
| 2943 | <text key="name" text="Name" /> |
|---|
| 2944 | <combo key="covered" text="Covered" values="yes,no" /> |
|---|
| 2945 | <combo key="fuel" text="Fuel" text_context="grill" values="charcoal,electric,wood" /> |
|---|
| 2946 | </item> |
|---|
| 2947 | <item name="Fishing" icon="presets/fishing.png" type="node,closedway"> |
|---|
| 2948 | <label text="Edit Fishing" /> |
|---|
| 2949 | <key key="leisure" value="fishing" /> |
|---|
| 2950 | <text key="name" text="Name" /> |
|---|
| 2951 | </item> |
|---|
| 2952 | <item name="Private Swimming Pool" icon="presets/swimming.png" type="node,closedway"> |
|---|
| 2953 | <key key="leisure" value="swimming_pool" /> |
|---|
| 2954 | <key key="access" value="private" /> |
|---|
| 2955 | </item> |
|---|
| 2956 | </group> <!-- Leisure --> |
|---|
| 2957 | <group name="Culture" icon="presets/theater.png"> |
|---|
| 2958 | <item name="Museum" icon="presets/State_Public.png" type="node,closedway"> |
|---|
| 2959 | <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=museum" |
|---|
| 2960 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=museum" /> |
|---|
| 2961 | <label text="Edit Museum" /> |
|---|
| 2962 | <key key="tourism" value="museum" /> |
|---|
| 2963 | <text key="name" text="Name" /> |
|---|
| 2964 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2965 | <text key="wikipedia" text="Wikipedia" /> |
|---|
| 2966 | </item> |
|---|
| 2967 | <item name="Theatre" icon="presets/theater.png" type="node,closedway,relation"> |
|---|
| 2968 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=theatre" |
|---|
| 2969 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=theatre" |
|---|
| 2970 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=theatre" |
|---|
| 2971 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=theatre" /> |
|---|
| 2972 | <label text="Edit Theatre" /> |
|---|
| 2973 | <key key="amenity" value="theatre" /> |
|---|
| 2974 | <text key="name" text="Name" /> |
|---|
| 2975 | </item> |
|---|
| 2976 | <item name="Library" icon="styles/standard/shop/rental/library.png" type="node,closedway,relation"> |
|---|
| 2977 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=library" |
|---|
| 2978 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=library" |
|---|
| 2979 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=library" |
|---|
| 2980 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=library" |
|---|
| 2981 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=library" |
|---|
| 2982 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=library" /> |
|---|
| 2983 | <label text="Edit Library" /> |
|---|
| 2984 | <key key="amenity" value="library" /> |
|---|
| 2985 | <text key="name" text="Name" /> |
|---|
| 2986 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 2987 | </item> |
|---|
| 2988 | <item name="Arts Centre" icon="presets/arts_centre.png" type="node,closedway,relation"> |
|---|
| 2989 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=arts_centre" |
|---|
| 2990 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=arts_centre" |
|---|
| 2991 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=arts_centre" |
|---|
| 2992 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=arts_centre" /> |
|---|
| 2993 | <label text="Edit Arts Centre" /> |
|---|
| 2994 | <key key="amenity" value="arts_centre" /> |
|---|
| 2995 | <text key="name" text="Name" /> |
|---|
| 2996 | </item> |
|---|
| 2997 | <item name="Artwork" icon="presets/arts_centre.png" type="node,way,closedway"> |
|---|
| 2998 | <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=artwork" |
|---|
| 2999 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:tourism=artwork" |
|---|
| 3000 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:tourism=artwork" |
|---|
| 3001 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:tourism=artwork" |
|---|
| 3002 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:tourism=artwork" /> |
|---|
| 3003 | <label text="Edit Artwork" /> |
|---|
| 3004 | <key key="tourism" value="artwork" /> |
|---|
| 3005 | <text key="name" text="Name" /> |
|---|
| 3006 | </item> |
|---|
| 3007 | <item name="Place of Worship" icon="presets/church.png" type="node,closedway,relation"> |
|---|
| 3008 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship" |
|---|
| 3009 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=place_of_worship" |
|---|
| 3010 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=place_of_worship" |
|---|
| 3011 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=place_of_worship" |
|---|
| 3012 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=place_of_worship" |
|---|
| 3013 | no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=place_of_worship" |
|---|
| 3014 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=place_of_worship" |
|---|
| 3015 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=place_of_worship" |
|---|
| 3016 | sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=place_of_worship" /> |
|---|
| 3017 | <label text="Edit Place of Worship" /> |
|---|
| 3018 | <key key="amenity" value="place_of_worship" /> |
|---|
| 3019 | <text key="name" text="Name" /> |
|---|
| 3020 | <combo key="religion" text="Religion" values="bahai,buddhist,christian,hindu,jain,jewish,muslim,sikh,spiritualist,taoist,unitarian,zoroastrian" /> |
|---|
| 3021 | <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,evangelical,jehovahs_witness,lutheran,methodist,mormon,orthodox,pentecostal,presbyterian,protestant,quaker,shia,sunni" /> |
|---|
| 3022 | <combo key="service_times" text="Service Times" values="Su 10:00,Su 10:30,Su 11:00" /> |
|---|
| 3023 | <combo key="opening_hours" text="Opening Hours for visiting" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 3024 | </item> |
|---|
| 3025 | <item name="Recording Studio" icon="presets/studio.png" type="node"> |
|---|
| 3026 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=studio" |
|---|
| 3027 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=studio" /> |
|---|
| 3028 | <label text="Edit Studio" /> |
|---|
| 3029 | <space /> |
|---|
| 3030 | <key key="amenity" value="studio" /> |
|---|
| 3031 | <text key="name" text="Name" /> |
|---|
| 3032 | <text key="operator" text="Operator" /> |
|---|
| 3033 | <combo key="type" text="Type" values="audio,video" /> |
|---|
| 3034 | <text key="phone" text="Phone Number" /> |
|---|
| 3035 | <text key="website" text="Website" /> |
|---|
| 3036 | </item> |
|---|
| 3037 | </group> <!-- Culture --> |
|---|
| 3038 | <group name="Public Building" icon="presets/townhall.png"> |
|---|
| 3039 | <item name="Public Building" icon="styles/standard/service.png" type="node,closedway,relation"> |
|---|
| 3040 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=public_building" |
|---|
| 3041 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=public_building" |
|---|
| 3042 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=public_building" |
|---|
| 3043 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=public_building" /> |
|---|
| 3044 | <label text="Edit Public Building" /> |
|---|
| 3045 | <key key="amenity" value="public_building" /> |
|---|
| 3046 | <text key="name" text="Name" /> |
|---|
| 3047 | </item> |
|---|
| 3048 | <item name="Town hall" icon="presets/townhall.png" type="node,closedway,relation"> |
|---|
| 3049 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=townhall" |
|---|
| 3050 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=townhall" |
|---|
| 3051 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=townhall" |
|---|
| 3052 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=townhall" |
|---|
| 3053 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=townhall" |
|---|
| 3054 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=townhall" /> |
|---|
| 3055 | <label text="Edit Town hall" /> |
|---|
| 3056 | <key key="amenity" value="townhall" /> |
|---|
| 3057 | <text key="name" text="Name" /> |
|---|
| 3058 | </item> |
|---|
| 3059 | <item name="Community Centre" icon="presets/community_centre.png" type="node,closedway"> |
|---|
| 3060 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=community_centre" |
|---|
| 3061 | da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=community_centre" |
|---|
| 3062 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=community_centre" |
|---|
| 3063 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=community_centre" |
|---|
| 3064 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=community_centre" |
|---|
| 3065 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=community_centre" /> |
|---|
| 3066 | <label text="Community Centre" /> |
|---|
| 3067 | <space /> |
|---|
| 3068 | <key key="amenity" value="community_centre" /> |
|---|
| 3069 | <text key="name" text="Name" /> |
|---|
| 3070 | <text key="operator" text="Operator" /> |
|---|
| 3071 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" /> |
|---|
| 3072 | </item> |
|---|
| 3073 | <item name="Embassy" icon="presets/embassy.png" type="node,closedway,relation"> |
|---|
| 3074 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=embassy" |
|---|
| 3075 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=embassy" |
|---|
| 3076 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=embassy" |
|---|
| 3077 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=embassy" /> |
|---|
| 3078 | <label text="Edit Embassy" /> |
|---|
| 3079 | <key key="amenity" value="embassy" /> |
|---|
| 3080 | <text key="name" text="Name" /> |
|---|
| 3081 | </item> |
|---|
| 3082 | <item name="Courthouse" icon="presets/JusticeScales.png" type="node,closedway,relation"> |
|---|
| 3083 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=courthouse" |
|---|
| 3084 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=courthouse" |
|---|
| 3085 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=courthouse" |
|---|
| 3086 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=courthouse" /> |
|---|
| 3087 | <label text="Edit Courthouse" /> |
|---|
| 3088 | <key key="amenity" value="courthouse" /> |
|---|
| 3089 | <text key="name" text="Name" /> |
|---|
| 3090 | </item> |
|---|
| 3091 | <item name="Prison" icon="presets/prison.png" type="node,closedway,relation"> |
|---|
| 3092 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=prison" |
|---|
| 3093 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=prison" |
|---|
| 3094 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=prison" /> |
|---|
| 3095 | <label text="Edit Prison" /> |
|---|
| 3096 | <key key="amenity" value="prison" /> |
|---|
| 3097 | <text key="name" text="Name" /> |
|---|
| 3098 | </item> |
|---|
| 3099 | <item name="Police" icon="styles/standard/service/police.png" type="node,closedway,relation"> |
|---|
| 3100 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=police" |
|---|
| 3101 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=police" |
|---|
| 3102 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=police" |
|---|
| 3103 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=police" |
|---|
| 3104 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=police" |
|---|
| 3105 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=police" |
|---|
| 3106 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=police" /> |
|---|
| 3107 | <label text="Edit Police" /> |
|---|
| 3108 | <key key="amenity" value="police" /> |
|---|
| 3109 | <text key="name" text="Name" /> |
|---|
| 3110 | </item> |
|---|
| 3111 | <item name="Fire Station" icon="presets/firebrigade.png" type="node,closedway,relation"> |
|---|
| 3112 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=fire_station" |
|---|
| 3113 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=fire_station" |
|---|
| 3114 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=fire_station" |
|---|
| 3115 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=fire_station" |
|---|
| 3116 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=fire_station" |
|---|
| 3117 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=fire_station" |
|---|
| 3118 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=fire_station" /> |
|---|
| 3119 | <label text="Edit Fire Station" /> |
|---|
| 3120 | <key key="amenity" value="fire_station" /> |
|---|
| 3121 | <text key="name" text="Name" /> |
|---|
| 3122 | </item> |
|---|
| 3123 | <item name="Post Office" icon="styles/standard/service/post_office.png" type="node,closedway,relation"> |
|---|
| 3124 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=post_office" |
|---|
| 3125 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=post_office" |
|---|
| 3126 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=post_office" |
|---|
| 3127 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=post_office" |
|---|
| 3128 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=post_office" /> |
|---|
| 3129 | <label text="Edit Post Office" /> |
|---|
| 3130 | <key key="amenity" value="post_office" /> |
|---|
| 3131 | <text key="name" text="Name" /> |
|---|
| 3132 | <text key="operator" text="Operator" /> |
|---|
| 3133 | </item> |
|---|
| 3134 | </group> <!-- Public Buildings --> |
|---|
| 3135 | <group name="Education" icon="presets/school.png"> |
|---|
| 3136 | <item name="Kindergarten" icon="presets/kindergarten.png" type="node,closedway,relation"> |
|---|
| 3137 | <label text="Edit Kindergarten" /> |
|---|
| 3138 | <key key="amenity" value="kindergarten" /> |
|---|
| 3139 | <text key="name" text="Name" /> |
|---|
| 3140 | </item> |
|---|
| 3141 | <item name="School" icon="presets/school.png" type="node,closedway,relation"> |
|---|
| 3142 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=school" |
|---|
| 3143 | ar.href="http://wiki.openstreetmap.org/wiki/Ar:Tag:amenity=school" |
|---|
| 3144 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=school" |
|---|
| 3145 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=school" |
|---|
| 3146 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=school" |
|---|
| 3147 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=school" |
|---|
| 3148 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=school" |
|---|
| 3149 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=school" |
|---|
| 3150 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:amenity=school" /> |
|---|
| 3151 | <label text="Edit School" /> |
|---|
| 3152 | <key key="amenity" value="school" /> |
|---|
| 3153 | <text key="name" text="Name" /> |
|---|
| 3154 | </item> |
|---|
| 3155 | <item name="University" icon="styles/standard/education/university.png" type="node,closedway,relation"> |
|---|
| 3156 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=university" |
|---|
| 3157 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=university" |
|---|
| 3158 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=university" |
|---|
| 3159 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=university" |
|---|
| 3160 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=university" |
|---|
| 3161 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:amenity=university" /> |
|---|
| 3162 | <label text="Edit University" /> |
|---|
| 3163 | <key key="amenity" value="university" /> |
|---|
| 3164 | <text key="name" text="Name" /> |
|---|
| 3165 | </item> |
|---|
| 3166 | <item name="College" icon="styles/standard/education/college.png" type="node,closedway,relation"> |
|---|
| 3167 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=college" |
|---|
| 3168 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=college" |
|---|
| 3169 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=college" |
|---|
| 3170 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=college" |
|---|
| 3171 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=college" /> |
|---|
| 3172 | <label text="Edit College" /> |
|---|
| 3173 | <key key="amenity" value="college" /> |
|---|
| 3174 | <text key="name" text="Name" /> |
|---|
| 3175 | </item> |
|---|
| 3176 | <item name="Driving School" icon="styles/standard/education/driving_school.png" type="node,closedway"> |
|---|
| 3177 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/driving_school" /> |
|---|
| 3178 | <label text="Edit Driving School"/> |
|---|
| 3179 | <space /> |
|---|
| 3180 | <key key="amenity" value="driving_school" /> |
|---|
| 3181 | <text key="name" text="Name" /> |
|---|
| 3182 | <text key="operator" text="Operator" /> |
|---|
| 3183 | <text key="license_classes" text="License Classes" values="A1;A;B;BE;C" /> |
|---|
| 3184 | </item> |
|---|
| 3185 | </group> <!-- Education --> |
|---|
| 3186 | <group name="Health" icon="presets/pharmacy.png"> |
|---|
| 3187 | <item name="Hospital" icon="styles/standard/health/hospital.png" type="node,closedway"> |
|---|
| 3188 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=hospital" |
|---|
| 3189 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=hospital" |
|---|
| 3190 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=hospital" |
|---|
| 3191 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=hospital" |
|---|
| 3192 | pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:amenity=hospital" |
|---|
| 3193 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=hospital" |
|---|
| 3194 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=hospital" /> |
|---|
| 3195 | <label text="Edit Hospital" /> |
|---|
| 3196 | <key key="amenity" value="hospital" /> |
|---|
| 3197 | <text key="name" text="Name" /> |
|---|
| 3198 | </item> |
|---|
| 3199 | <item name="Doctors" icon="styles/standard/health/doctor.png" type="node,closedway"> |
|---|
| 3200 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=doctors" |
|---|
| 3201 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=doctors" |
|---|
| 3202 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=doctors" /> |
|---|
| 3203 | <label text="Edit Doctors" /> |
|---|
| 3204 | <key key="amenity" value="doctors" /> |
|---|
| 3205 | <text key="name" text="Name" /> |
|---|
| 3206 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 3207 | </item> |
|---|
| 3208 | <item name="Dentist" icon="styles/standard/health/dentist.png" type="node,closedway"> |
|---|
| 3209 | <label text="Edit Dentist" /> |
|---|
| 3210 | <key key="amenity" value="dentist" /> |
|---|
| 3211 | <text key="name" text="Name" /> |
|---|
| 3212 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 3213 | </item> |
|---|
| 3214 | <item name="Nursing Home" type="node,closedway"> |
|---|
| 3215 | <label text="Edit Nursing Home" /> |
|---|
| 3216 | <key key="amenity" value="nursing_home" /> |
|---|
| 3217 | <text key="name" text="Name" /> |
|---|
| 3218 | <text key="operator" text="Operator" /> |
|---|
| 3219 | </item> |
|---|
| 3220 | <separator/> |
|---|
| 3221 | <item name="Pharmacy" icon="presets/pharmacy.png" type="node,closedway"> |
|---|
| 3222 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=pharmacy" |
|---|
| 3223 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=pharmacy" |
|---|
| 3224 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=pharmacy" |
|---|
| 3225 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=pharmacy" |
|---|
| 3226 | no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=pharmacy" |
|---|
| 3227 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=pharmacy" |
|---|
| 3228 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=pharmacy" /> |
|---|
| 3229 | <label text="Edit Pharmacy" /> |
|---|
| 3230 | <key key="amenity" value="pharmacy" /> |
|---|
| 3231 | <combo key="dispensing" text="Dispensing" values="yes,no" default="no" /> |
|---|
| 3232 | <text key="name" text="Name" /> |
|---|
| 3233 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 3234 | </item> |
|---|
| 3235 | <item name="Hearing Aids" icon="presets/hearing_aids.png" type="node,closedway"> |
|---|
| 3236 | <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=hearing_aids" |
|---|
| 3237 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=hearing_aids"/> |
|---|
| 3238 | <label text="Edit Hearing Aids" /> |
|---|
| 3239 | <space /> |
|---|
| 3240 | <key key="shop" value="hearing_aids" /> |
|---|
| 3241 | <text key="name" text="Name" /> |
|---|
| 3242 | <text key="operator" text="Operator" /> |
|---|
| 3243 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" /> |
|---|
| 3244 | </item> |
|---|
| 3245 | <separator/> |
|---|
| 3246 | <item name="Baby Hatch" icon="presets/baby_hatch.png" type="node,closedway"> |
|---|
| 3247 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=baby_hatch" |
|---|
| 3248 | CS.href="http://wiki.openstreetmap.org/wiki/CS:Tag:amenity=baby_hatch" |
|---|
| 3249 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=baby_hatch" |
|---|
| 3250 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=baby_hatch" |
|---|
| 3251 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=baby_hatch" |
|---|
| 3252 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=baby_hatch" |
|---|
| 3253 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=baby_hatch" |
|---|
| 3254 | nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:amenity=baby_hatch" |
|---|
| 3255 | pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=baby_hatch" |
|---|
| 3256 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=baby_hatch" /> |
|---|
| 3257 | <label text="Edit Baby Hatch" /> |
|---|
| 3258 | <key key="amenity" value="baby_hatch" /> |
|---|
| 3259 | <text key="operator" text="Operator" /> |
|---|
| 3260 | <text key="opening_hours" text="Opening Hours" /> |
|---|
| 3261 | </item> |
|---|
| 3262 | <separator/> |
|---|
| 3263 | <item name="Emergency Access Point" icon="styles/standard/service/emergency_access_point.png" type="node,closedway"> |
|---|
| 3264 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=emergency_access_point" |
|---|
| 3265 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=emergency_access_point" |
|---|
| 3266 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=emergency_access_point" |
|---|
| 3267 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=emergency_access_point" |
|---|
| 3268 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=emergency_access_point" /> |
|---|
| 3269 | <label text="Edit Emergency Access Point" /> |
|---|
| 3270 | <space /> |
|---|
| 3271 | <key key="highway" value="emergency_access_point" /> |
|---|
| 3272 | <text key="ref" text="Point Number" /> |
|---|
| 3273 | <text key="name" text="Point Name" /> |
|---|
| 3274 | <text key="operator" text="Operator" /> |
|---|
| 3275 | <text key="phone" text="Phone Number" /> |
|---|
| 3276 | <label text="(Use international code, like +12-345-67890)" /> |
|---|
| 3277 | <space /> |
|---|
| 3278 | </item> |
|---|
| 3279 | <separator/> |
|---|
| 3280 | <item name="Veterinary" icon="styles/standard/health/veterinary.png" type="node,closedway"> |
|---|
| 3281 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=veterinary" |
|---|
| 3282 | da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=veterinary" |
|---|
| 3283 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=veterinary" |
|---|
| 3284 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=veterinary" |
|---|
| 3285 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=veterinary" /> |
|---|
| 3286 | <label text="Edit Veterinary" /> |
|---|
| 3287 | <key key="amenity" value="veterinary" /> |
|---|
| 3288 | <text key="name" text="Name" /> |
|---|
| 3289 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 3290 | </item> |
|---|
| 3291 | </group> <!-- Health --> |
|---|
| 3292 | <group name="Facilities" icon="presets/telephone.png"> |
|---|
| 3293 | <item name="Toilets" icon="presets/toilet.png" type="node,closedway"> |
|---|
| 3294 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=toilets" |
|---|
| 3295 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=toilets" |
|---|
| 3296 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=toilets" |
|---|
| 3297 | nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:amenity=toilets" |
|---|
| 3298 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=toilets" |
|---|
| 3299 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=toilets" /> |
|---|
| 3300 | <key key="amenity" value="toilets" /> |
|---|
| 3301 | <text key="operator" text="Operator" /> |
|---|
| 3302 | <text key="ref" text="Reference number" /> |
|---|
| 3303 | <combo key="fee" text="Fee" values="yes,no" /> |
|---|
| 3304 | <combo key="wheelchair" text="Wheelchair" values="no,limited,yes" /> |
|---|
| 3305 | <text key="note" text="Note" /> |
|---|
| 3306 | </item> |
|---|
| 3307 | <item name="Post Box" icon="styles/standard/service/post_box.png" type="node"> |
|---|
| 3308 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=post_box" |
|---|
| 3309 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=post_box" |
|---|
| 3310 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=post_box" /> |
|---|
| 3311 | <key key="amenity" value="post_box" /> |
|---|
| 3312 | <text key="operator" text="Operator" /> |
|---|
| 3313 | </item> |
|---|
| 3314 | <item name="Telephone" icon="presets/telephone.png" type="node"> |
|---|
| 3315 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=telephone" |
|---|
| 3316 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=telephone" |
|---|
| 3317 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=telephone" |
|---|
| 3318 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=telephone" |
|---|
| 3319 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=telephone" |
|---|
| 3320 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=telephone" |
|---|
| 3321 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=telephone" /> |
|---|
| 3322 | <label text="Edit Telephone" /> |
|---|
| 3323 | <key key="amenity" value="telephone" /> |
|---|
| 3324 | <text key="operator" text="Operator" /> |
|---|
| 3325 | <check key="payment:coins" text="Coins" default="off" /> |
|---|
| 3326 | <check key="payment:notes" text="Notes" default="off" /> |
|---|
| 3327 | <check key="payment:electronic_purses" text="Electronic purses and Charge cards" default="off" /> |
|---|
| 3328 | <check key="payment:debit_cards" text="Debit cards" default="off" /> |
|---|
| 3329 | <check key="payment:credit_cards" text="Credit cards" default="off" /> |
|---|
| 3330 | <check key="payment:telephone_cards" text="Telephone cards" default="off" /> |
|---|
| 3331 | </item> |
|---|
| 3332 | <item name="Clock" icon="styles/standard/service/clock.png" type="node"> |
|---|
| 3333 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=clock" |
|---|
| 3334 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=clock" |
|---|
| 3335 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=clock" |
|---|
| 3336 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=clock" /> |
|---|
| 3337 | <label text="Edit Clock" /> |
|---|
| 3338 | <key key="amenity" value="clock" /> |
|---|
| 3339 | <optional> |
|---|
| 3340 | <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" values_context="display" /> |
|---|
| 3341 | <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" /> |
|---|
| 3342 | <combo key="visibility" text="Visibility/readability" values="house,street,area" display_values="house (up to 5m),street (up to 20m),area (more than 20m)" /> |
|---|
| 3343 | <check key="date" text="Shows current date" default="off" /> |
|---|
| 3344 | <check key="thermometer" text="Shows temperature" default="off" /> |
|---|
| 3345 | <check key="barometer" text="Shows barometric pressure" default="off" /> |
|---|
| 3346 | <check key="hygrometer" text="Shows humidity" default="off" /> |
|---|
| 3347 | </optional> |
|---|
| 3348 | </item> |
|---|
| 3349 | <item name="Recycling" icon="presets/recycling.png" type="node,closedway"> |
|---|
| 3350 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=recycling" |
|---|
| 3351 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=recycling" |
|---|
| 3352 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=recycling" |
|---|
| 3353 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=recycling" |
|---|
| 3354 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=recycling" |
|---|
| 3355 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=recycling" |
|---|
| 3356 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=recycling" |
|---|
| 3357 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=recycling" /> |
|---|
| 3358 | <label text="Edit Recycling station" /> |
|---|
| 3359 | <key key="amenity" value="recycling" /> |
|---|
| 3360 | <check key="recycling:batteries" text="Batteries" default="off" /> |
|---|
| 3361 | <check key="recycling:cans" text="Cans" default="off" /> |
|---|
| 3362 | <check key="recycling:clothes" text="Clothes" default="off" /> |
|---|
| 3363 | <check key="recycling:glass" text="Glass" default="off" /> |
|---|
| 3364 | <check key="recycling:paper" text="Paper" default="off" /> |
|---|
| 3365 | <check key="recycling:scrap_metal" text="Scrap Metal" default="off" /> |
|---|
| 3366 | <combo key="recycling_type" text="Type" values="container,centre" /> |
|---|
| 3367 | </item> |
|---|
| 3368 | <item name="Waste Basket" icon="styles/standard/service/recycling/trash-bin.png" type="node"> |
|---|
| 3369 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=waste_basket" |
|---|
| 3370 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=waste_basket" |
|---|
| 3371 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=waste_basket" |
|---|
| 3372 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=waste_basket" |
|---|
| 3373 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=waste_basket" /> |
|---|
| 3374 | <label text="Edit Waste Basket" /> |
|---|
| 3375 | <key key="amenity" value="waste_basket" /> |
|---|
| 3376 | </item> |
|---|
| 3377 | <separator/> |
|---|
| 3378 | <item name="Bench" icon="presets/bench.png" type="node"> |
|---|
| 3379 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bench" |
|---|
| 3380 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=bench" |
|---|
| 3381 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=bench" |
|---|
| 3382 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bench" /> |
|---|
| 3383 | <key key="amenity" value="bench" /> |
|---|
| 3384 | <combo key="backrest" text="Backrest" values="yes,no" /> |
|---|
| 3385 | <combo key="material" text="Material" values="stone,metal,wood,plastic" /> |
|---|
| 3386 | <combo key="colour" text="Colour" values_context="color" values="black,brown,green,red,blue,gray,white" /> |
|---|
| 3387 | <combo key="seats" text="Amount of Seats" values="2,3,4,5,6,7,8,9,10" /> |
|---|
| 3388 | </item> |
|---|
| 3389 | <item name="Shelter" icon="presets/shelter.png" type="node,closedway"> |
|---|
| 3390 | <label text="Edit Shelter" /> |
|---|
| 3391 | <key key="amenity" value="shelter" /> |
|---|
| 3392 | <text key="name" text="Name" /> |
|---|
| 3393 | <check key="fireplace" text="Fireplace" default="off" /> |
|---|
| 3394 | <combo key="shelter_type" text="Type of shelter" values="weather_shelter,public_transport,picnic_shelter,wildlife_hide" values_context="shelter" /> |
|---|
| 3395 | </item> |
|---|
| 3396 | <item name="Hunting Stand" icon="presets/hunting_stand.png" type="node"> |
|---|
| 3397 | <label text="Edit Hunting Stand" /> |
|---|
| 3398 | <key key="amenity" value="hunting_stand" /> |
|---|
| 3399 | <combo key="height" text="Height" values="low,half,full,5,10,15,20" /> |
|---|
| 3400 | <combo key="shelter" text="Shelter" values="yes,no,unknown" /> |
|---|
| 3401 | <combo key="hide" text="Hide" values="yes,no,unknown" /> |
|---|
| 3402 | <combo key="lock" text="Lock" values="yes,no,unknown" /> |
|---|
| 3403 | </item> |
|---|
| 3404 | <separator/> |
|---|
| 3405 | <item name="Drinking Water" icon="presets/drinking_water.png" type="node"> |
|---|
| 3406 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=drinking_water" |
|---|
| 3407 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=drinking_water" |
|---|
| 3408 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=drinking_water" |
|---|
| 3409 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=drinking_water" |
|---|
| 3410 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=drinking_water" /> |
|---|
| 3411 | <label text="Edit Drinking Water" /> |
|---|
| 3412 | <key key="amenity" value="drinking_water" /> |
|---|
| 3413 | <text key="name" text="Name" /> |
|---|
| 3414 | </item> |
|---|
| 3415 | <item name="Fire Hydrant" icon="presets/fire_hydrant.png" type="node"> |
|---|
| 3416 | <link href="http://wiki.openstreetmap.org/wiki/Tag:emergency=fire_hydrant" |
|---|
| 3417 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:emergency=fire_hydrant" |
|---|
| 3418 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:emergency=fire_hydrant" |
|---|
| 3419 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:emergency=fire_hydrant" |
|---|
| 3420 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:emergency=fire_hydrant" /> |
|---|
| 3421 | <label text="Edit Fire Hydrant" /> |
|---|
| 3422 | <key key="emergency" value="fire_hydrant" /> |
|---|
| 3423 | <combo key="fire_hydrant:type" text="Type" values="underground,pillar,wall,pond" values_context="pipeline" default="pillar" /> |
|---|
| 3424 | <combo key="fire_hydrant:diameter" text="Diameter (in mm)" values="50,80,100,150,200,250,300,400" /> |
|---|
| 3425 | <space /> |
|---|
| 3426 | <text key="name" text="Name" /> |
|---|
| 3427 | <text key="ref" text="Reference" /> |
|---|
| 3428 | <text key="operator" text="Operator" /> |
|---|
| 3429 | <space /> |
|---|
| 3430 | <combo key="fire_hydrant:position" text="Position" values_context="hydrant position" values="lane,parking_lot,sidewalk,green" /> |
|---|
| 3431 | <combo key="fire_hydrant:pressure" text="Pressure (in bar)" values="5,6,8,suction" /> |
|---|
| 3432 | <text key="fire_hydrant:count" text="Count" values="" /> |
|---|
| 3433 | </item> |
|---|
| 3434 | </group> <!-- Facilities --> |
|---|
| 3435 | </group> <!-- Facilities --> |
|---|
| 3436 | <group name="Sports" icon="presets/soccer.png"> |
|---|
| 3437 | <group name="Sport Facilities" icon="presets/stadium.png"> |
|---|
| 3438 | <item name="Stadium" icon="presets/stadium.png" type="node,closedway"> |
|---|
| 3439 | <label text="Edit Stadium" /> |
|---|
| 3440 | <key key="leisure" value="stadium" /> |
|---|
| 3441 | <text key="name" text="Name" /> |
|---|
| 3442 | <space /> |
|---|
| 3443 | <label text="select sport:" /> |
|---|
| 3444 | <space /> |
|---|
| 3445 | <combo key="sport" text="sport" values="multi,archery,athletics,american_football,australian_football,baseball,basketball,boules,bowls,canadian_football,canoe,climbing,cricket,cricket_nets,croquet,cycling,dog_racing,equestrian,gaelic_football,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,swimming,table_tennis,tennis" /> |
|---|
| 3446 | </item> |
|---|
| 3447 | <item name="Sports Centre" icon="presets/sports_centre.png" type="node,closedway"> |
|---|
| 3448 | <label text="Edit Sports Centre" /> |
|---|
| 3449 | <key key="leisure" value="sports_centre" /> |
|---|
| 3450 | <text key="name" text="Name" /> |
|---|
| 3451 | <space /> |
|---|
| 3452 | <label text="select sport:" /> |
|---|
| 3453 | <space /> |
|---|
| 3454 | <combo key="sport" text="sport" values="multi,archery,athletics,american_football,australian_football,baseball,basketball,boules,bowls,canadian_football,canoe,climbing,cricket,cricket_nets,croquet,cycling,dog_racing,equestrian,gaelic_football,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,swimming,table_tennis,tennis" /> |
|---|
| 3455 | </item> |
|---|
| 3456 | <item name="Pitch" icon="presets/pitch.png" type="node,closedway"> |
|---|
| 3457 | <label text="Edit Pitch" /> |
|---|
| 3458 | <key key="leisure" value="pitch" /> |
|---|
| 3459 | <text key="name" text="Name" /> |
|---|
| 3460 | <space /> |
|---|
| 3461 | <label text="select sport:" /> |
|---|
| 3462 | <space /> |
|---|
| 3463 | <combo key="sport" text="sport" values="multi,archery,athletics,american_football,australian_football,baseball,basketball,boules,bowls,canadian_football,canoe,climbing,cricket,cricket_nets,croquet,cycling,dog_racing,equestrian,gaelic_football,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,table_tennis,tennis" /> |
|---|
| 3464 | </item> |
|---|
| 3465 | <item name="Racetrack" icon="presets/stadium.png" type="node,way,closedway,relation"> |
|---|
| 3466 | <label text="Edit Racetrack" /> |
|---|
| 3467 | <key key="leisure" value="track" /> |
|---|
| 3468 | <text key="name" text="Name" /> |
|---|
| 3469 | <space /> |
|---|
| 3470 | <label text="select sport:" /> |
|---|
| 3471 | <space /> |
|---|
| 3472 | <combo key="sport" text="sport" values="multi,archery,athletics,american_football,australian_football,baseball,basketball,boules,bowls,canadian_football,canoe,climbing,cricket,cricket_nets,croquet,cycling,dog_racing,equestrian,gaelic_football,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,table_tennis,tennis" /> |
|---|
| 3473 | </item> |
|---|
| 3474 | <item name="Golf Course" icon="presets/golf.png" type="node,closedway"> |
|---|
| 3475 | <label text="Edit Golf Course" /> |
|---|
| 3476 | <key key="leisure" value="golf_course" /> |
|---|
| 3477 | <text key="name" text="Name" /> |
|---|
| 3478 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 3479 | </item> |
|---|
| 3480 | <item name="Miniature Golf" icon="presets/golf.png" type="node,closedway"> |
|---|
| 3481 | <label text="Edit Miniature Golf" /> |
|---|
| 3482 | <key key="leisure" value="miniature_golf" /> |
|---|
| 3483 | <text key="name" text="Name" /> |
|---|
| 3484 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 3485 | </item> |
|---|
| 3486 | </group> <!-- Sport facilities --> |
|---|
| 3487 | <group name="Sport" icon="presets/rowing.png"> |
|---|
| 3488 | <item name="Multi" icon="styles/standard/sport/multi.png" type="node,closedway"> |
|---|
| 3489 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=multi" /> |
|---|
| 3490 | <label text="Edit Multi" /> |
|---|
| 3491 | <key key="sport" value="multi" /> |
|---|
| 3492 | <text key="name" text="Name" /> |
|---|
| 3493 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" /> |
|---|
| 3494 | </item> |
|---|
| 3495 | <item name="9pin" icon="styles/standard/sport/10pin.png" type="node,closedway"> |
|---|
| 3496 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=9pin" |
|---|
| 3497 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:sport=9pin" /> |
|---|
| 3498 | <label text="Edit 9pin" /> |
|---|
| 3499 | <key key="sport" value="9pin" /> |
|---|
| 3500 | <text key="name" text="Name" /> |
|---|
| 3501 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" /> |
|---|
| 3502 | </item> |
|---|
| 3503 | <item name="10pin" icon="styles/standard/sport/10pin.png" type="node,closedway"> |
|---|
| 3504 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=10pin" /> |
|---|
| 3505 | <label text="Edit 10pin" /> |
|---|
| 3506 | <key key="sport" value="10pin" /> |
|---|
| 3507 | <text key="name" text="Name" /> |
|---|
| 3508 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" /> |
|---|
| 3509 | </item> |
|---|
| 3510 | <item name="Archery" icon="styles/standard/sport/archery.png" type="node,closedway"> |
|---|
| 3511 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=archery" /> |
|---|
| 3512 | <label text="Edit Archery" /> |
|---|
| 3513 | <key key="sport" value="archery" /> |
|---|
| 3514 | <text key="name" text="Name" /> |
|---|
| 3515 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" /> |
|---|
| 3516 | </item> |
|---|
| 3517 | <item name="Athletics" icon="presets/athletics.png" type="node,closedway"> |
|---|
| 3518 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sports=athletics" /> |
|---|
| 3519 | <label text="Edit Athletics" /> |
|---|
| 3520 | <key key="sport" value="athletics" /> |
|---|
| 3521 | <text key="name" text="Name" /> |
|---|
| 3522 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" default="track" /> |
|---|
| 3523 | </item> |
|---|
| 3524 | <item name="Climbing" icon="styles/standard/sport/climbing.png" type="node,closedway"> |
|---|
| 3525 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=climbing" /> |
|---|
| 3526 | <label text="Edit Climbing" /> |
|---|
| 3527 | <key key="sport" value="climbing" /> |
|---|
| 3528 | <text key="name" text="Name" /> |
|---|
| 3529 | <combo key="leisure" text="type" values="sports_centre" /> |
|---|
| 3530 | </item> |
|---|
| 3531 | <item name="Canoeing" icon="presets/canoe.png" type="node,way,closedway"> |
|---|
| 3532 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=canoe" /> |
|---|
| 3533 | <label text="Edit Canoeing" /> |
|---|
| 3534 | <key key="sport" value="canoe" /> |
|---|
| 3535 | <text key="name" text="Name" /> |
|---|
| 3536 | </item> |
|---|
| 3537 | <item name="Cycling" icon="presets/cycling.png" type="node,closedway"> |
|---|
| 3538 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=cycling" /> |
|---|
| 3539 | <label text="Edit Cycling" /> |
|---|
| 3540 | <key key="sport" value="cycling" /> |
|---|
| 3541 | <text key="name" text="Name" /> |
|---|
| 3542 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" /> |
|---|
| 3543 | </item> |
|---|
| 3544 | <item name="Dog Racing" icon="styles/standard/leisure/dog.png" type="node,closedway"> |
|---|
| 3545 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=dog_racing" /> |
|---|
| 3546 | <label text="Edit Dog Racing" /> |
|---|
| 3547 | <key key="sport" value="dog_racing" /> |
|---|
| 3548 | <text key="name" text="Name" /> |
|---|
| 3549 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" /> |
|---|
| 3550 | </item> |
|---|
| 3551 | <item name="Equestrian" icon="presets/equestrian.png" type="node,closedway"> |
|---|
| 3552 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=equestrian" /> |
|---|
| 3553 | <label text="Edit Equestrian" /> |
|---|
| 3554 | <key key="sport" value="equestrian" /> |
|---|
| 3555 | <text key="name" text="Name" /> |
|---|
| 3556 | <combo key="leisure" text="type" values="horse_riding,pitch,sports_centre,stadium,track" default="horse_riding" /> |
|---|
| 3557 | </item> |
|---|
| 3558 | <item name="Horse Racing" icon="presets/equestrian.png" type="node,closedway"> |
|---|
| 3559 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=horse_racing" /> |
|---|
| 3560 | <label text="Edit Horse Racing" /> |
|---|
| 3561 | <key key="sport" value="horse_racing" /> |
|---|
| 3562 | <text key="name" text="Name" /> |
|---|
| 3563 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" /> |
|---|
| 3564 | </item> |
|---|
| 3565 | <item name="Gymnastics" icon="presets/gymnastics.png" type="node,closedway"> |
|---|
| 3566 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=gymnastics" /> |
|---|
| 3567 | <label text="Edit Gymnastics" /> |
|---|
| 3568 | <key key="sport" value="gymnastics" /> |
|---|
| 3569 | <text key="name" text="Name" /> |
|---|
| 3570 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" /> |
|---|
| 3571 | </item> |
|---|
| 3572 | <item name="Skating" icon="presets/skating.png" type="node,closedway"> |
|---|
| 3573 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=skating" |
|---|
| 3574 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=skating" /> |
|---|
| 3575 | <label text="Edit Skating" /> |
|---|
| 3576 | <key key="sport" value="skating" /> |
|---|
| 3577 | <text key="name" text="Name" /> |
|---|
| 3578 | <combo key="leisure" text="type" values="ice_rink,pitch,sports_centre,stadium" default="ice_rink" /> |
|---|
| 3579 | </item> |
|---|
| 3580 | <item name="Skateboard" icon="styles/standard/sport/skateboard.png" type="node,closedway"> |
|---|
| 3581 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=skateboard" |
|---|
| 3582 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=skateboard" /> |
|---|
| 3583 | <label text="Edit Skateboard" /> |
|---|
| 3584 | <key key="sport" value="skateboard" /> |
|---|
| 3585 | <text key="name" text="Name" /> |
|---|
| 3586 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" default="pitch" /> |
|---|
| 3587 | </item> |
|---|
| 3588 | <item name="Swimming" icon="presets/swimming.png" type="node,closedway"> |
|---|
| 3589 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=swimming" |
|---|
| 3590 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=swimming" /> |
|---|
| 3591 | <label text="Edit Swimming" /> |
|---|
| 3592 | <key key="sport" value="swimming" /> |
|---|
| 3593 | <text key="name" text="Name" /> |
|---|
| 3594 | <combo key="leisure" text="type" values="sports_centre,stadium,swimming_pool,water_park" default="swimming_pool" /> |
|---|
| 3595 | </item> |
|---|
| 3596 | <item name="Skiing" icon="presets/skiing_downhill.png" type="node,way,closedway"> |
|---|
| 3597 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps"/> |
|---|
| 3598 | <label text="Edit Skiing" /> |
|---|
| 3599 | <key key="sport" value="skiing" /> |
|---|
| 3600 | <text key="name" text="Name" /> |
|---|
| 3601 | <combo key="piste:type" text="Piste type" values="downhill,nordic,skitour,snow_park" /> |
|---|
| 3602 | <combo key="piste:difficulty" text="Difficulty" values="novice,easy,intermediate,advanced,expert,freeride" /> |
|---|
| 3603 | <combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic;skating,scooter,backcountry" /> |
|---|
| 3604 | </item> |
|---|
| 3605 | <item name="Shooting" icon="presets/range.png" type="node,closedway"> |
|---|
| 3606 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=shooting" |
|---|
| 3607 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:sport=shooting" |
|---|
| 3608 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:sport=shooting" |
|---|
| 3609 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=shooting" /> |
|---|
| 3610 | <label text="Edit Shooting" /> |
|---|
| 3611 | <key key="sport" value="shooting" /> |
|---|
| 3612 | <text key="name" text="Name" /> |
|---|
| 3613 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" /> |
|---|
| 3614 | </item> |
|---|
| 3615 | </group> <!-- Sport --> |
|---|
| 3616 | <group name="Sport (Ball)" icon="presets/soccer.png"> |
|---|
| 3617 | <item name="Soccer" icon="presets/soccer.png" type="node,closedway"> |
|---|
| 3618 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=soccer" |
|---|
| 3619 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:sport=soccer" |
|---|
| 3620 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=soccer"/> |
|---|
| 3621 | <label text="Edit Soccer" /> |
|---|
| 3622 | <key key="sport" value="soccer" /> |
|---|
| 3623 | <text key="name" text="Name" /> |
|---|
| 3624 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" /> |
|---|
| 3625 | </item> |
|---|
| 3626 | <item name="Australian Football" icon="presets/soccer.png" type="node,closedway"> |
|---|
| 3627 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=australian_football"/> |
|---|
| 3628 | <label text="Edit Australian Football" /> |
|---|
| 3629 | <key key="sport" value="australian_football" /> |
|---|
| 3630 | <text key="name" text="Name" /> |
|---|
| 3631 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" /> |
|---|
| 3632 | </item> |
|---|
| 3633 | <item name="American Football" icon="presets/football.png" type="node,closedway"> |
|---|
| 3634 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=american_football"/> |
|---|
| 3635 | <label text="Edit American Football" /> |
|---|
| 3636 | <key key="sport" value="american_football" /> |
|---|
| 3637 | <text key="name" text="Name" /> |
|---|
| 3638 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" /> |
|---|
| 3639 | </item> |
|---|
| 3640 | <item name="Canadian Football" icon="presets/football.png" type="node,closedway"> |
|---|
| 3641 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=canadian_football"/> |
|---|
| 3642 | <label text="Edit Canadian Football" /> |
|---|
| 3643 | <key key="sport" value="canadian_football" /> |
|---|
| 3644 | <text key="name" text="Name" /> |
|---|
| 3645 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" /> |
|---|
| 3646 | </item> |
|---|
| 3647 | <item name="Gaelic Football" icon="presets/soccer.png" type="node,closedway"> |
|---|
| 3648 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=gaelic_games"/> |
|---|
| 3649 | <label text="Edit Gaelic Football" /> |
|---|
| 3650 | <key key="sport" value="gaelic_football" /> |
|---|
| 3651 | <text key="name" text="Name" /> |
|---|
| 3652 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" /> |
|---|
| 3653 | </item> |
|---|
| 3654 | <item name="Rugby League" icon="presets/football.png" type="node,closedway"> |
|---|
| 3655 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=rugby_league" |
|---|
| 3656 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:sport=rugby_league"/> |
|---|
| 3657 | <label text="Edit Rugby League" /> |
|---|
| 3658 | <key key="sport" value="rugby_league" /> |
|---|
| 3659 | <text key="name" text="Name" /> |
|---|
| 3660 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" /> |
|---|
| 3661 | </item> |
|---|
| 3662 | <item name="Rugby Union" icon="presets/football.png" type="node,closedway"> |
|---|
| 3663 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=rugby_union" |
|---|
| 3664 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:sport=rugby_union"/> |
|---|
| 3665 | <label text="Edit Rugby Union" /> |
|---|
| 3666 | <key key="sport" value="rugby_union" /> |
|---|
| 3667 | <text key="name" text="Name" /> |
|---|
| 3668 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" /> |
|---|
| 3669 | </item> |
|---|
| 3670 | <item name="Baseball" icon="presets/baseball.png" type="node,closedway"> |
|---|
| 3671 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=baseball"/> |
|---|
| 3672 | <label text="Edit Baseball" /> |
|---|
| 3673 | <key key="sport" value="baseball" /> |
|---|
| 3674 | <text key="name" text="Name" /> |
|---|
| 3675 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" /> |
|---|
| 3676 | </item> |
|---|
| 3677 | <item name="Basketball" icon="presets/basketball.png" type="node,closedway"> |
|---|
| 3678 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=basketball"/> |
|---|
| 3679 | <label text="Edit Basketball" /> |
|---|
| 3680 | <key key="sport" value="basketball" /> |
|---|
| 3681 | <text key="name" text="Name" /> |
|---|
| 3682 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" /> |
|---|
| 3683 | </item> |
|---|
| 3684 | <item name="Volleyball" icon="styles/standard/sport/volleyball.png" type="node,closedway"> |
|---|
| 3685 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=volleyball" /> |
|---|
| 3686 | <label text="Edit Volleyball" /> |
|---|
| 3687 | <space /> |
|---|
| 3688 | <key key="sport" value="volleyball" /> |
|---|
| 3689 | <text key="name" text="Name" /> |
|---|
| 3690 | <text key="operator" text="Operator" /> |
|---|
| 3691 | <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" /> |
|---|
| 3692 | </item> |
|---|
| 3693 | <item name="Beachvolleyball" icon="presets/beachvolleyball.png" type="node,closedway"> |
|---|
| 3694 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=beachvolleyball" /> |
|---|
| 3695 | <label text="Edit Beachvolleyball" /> |
|---|
| 3696 | <space /> |
|---|
| 3697 | <key key="sport" value="beachvolleyball" /> |
|---|
| 3698 | <text key="name" text="Name" /> |
|---|
| 3699 | <text key="operator" text="Operator" /> |
|---|
| 3700 | <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" /> |
|---|
| 3701 | </item> |
|---|
| 3702 | <item name="Golf" icon="presets/golf.png" type="node,closedway"> |
|---|
| 3703 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=golf" |
|---|
| 3704 | pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:sport=golf" |
|---|
| 3705 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:sport=golf"/> |
|---|
| 3706 | <label text="Edit Golf" /> |
|---|
| 3707 | <key key="sport" value="golf" /> |
|---|
| 3708 | <text key="name" text="Name" /> |
|---|
| 3709 | <combo key="leisure" text="type" values="golf_course,pitch,sports_centre,stadium" default="golf_course" /> |
|---|
| 3710 | </item> |
|---|
| 3711 | <item name="Boule" icon="presets/boule.png" type="node,closedway"> |
|---|
| 3712 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=boules"/> |
|---|
| 3713 | <label text="Edit Boule" /> |
|---|
| 3714 | <key key="sport" value="boules" /> |
|---|
| 3715 | <text key="name" text="Name" /> |
|---|
| 3716 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" /> |
|---|
| 3717 | </item> |
|---|
| 3718 | <item name="Bowls" icon="presets/boule.png" type="node,closedway"> |
|---|
| 3719 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=bowls"/> |
|---|
| 3720 | <label text="Edit Bowls" /> |
|---|
| 3721 | <key key="sport" value="bowls" /> |
|---|
| 3722 | <text key="name" text="Name" /> |
|---|
| 3723 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" /> |
|---|
| 3724 | </item> |
|---|
| 3725 | <item name="Cricket" icon="presets/cricket.png" type="node,closedway"> |
|---|
| 3726 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=cricket"/> |
|---|
| 3727 | <label text="Edit Cricket" /> |
|---|
| 3728 | <key key="sport" value="cricket" /> |
|---|
| 3729 | <text key="name" text="Name" /> |
|---|
| 3730 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" /> |
|---|
| 3731 | </item> |
|---|
| 3732 | <item name="Cricket Nets" icon="presets/cricket.png" type="node,closedway"> |
|---|
| 3733 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=cricket_nets"/> |
|---|
| 3734 | <label text="Edit Cricket Nets" /> |
|---|
| 3735 | <key key="sport" value="cricket_nets" /> |
|---|
| 3736 | <text key="name" text="Name" /> |
|---|
| 3737 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" /> |
|---|
| 3738 | </item> |
|---|
| 3739 | <item name="Croquet" icon="styles/standard/sport/croquet.png" type="node,closedway"> |
|---|
| 3740 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=croquet"/> |
|---|
| 3741 | <label text="Edit Croquet" /> |
|---|
| 3742 | <key key="sport" value="croquet" /> |
|---|
| 3743 | <text key="name" text="Name" /> |
|---|
| 3744 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" /> |
|---|
| 3745 | </item> |
|---|
| 3746 | <item name="Hockey" icon="presets/Hockey.png" type="node,closedway"> |
|---|
| 3747 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=hockey"/> |
|---|
| 3748 | <label text="Edit Hockey" /> |
|---|
| 3749 | <key key="sport" value="hockey" /> |
|---|
| 3750 | <text key="name" text="Name" /> |
|---|
| 3751 | <combo key="leisure" text="type" values="ice_rink,pitch,sports_centre,stadium" /> |
|---|
| 3752 | </item> |
|---|
| 3753 | <item name="Pelota" icon="presets/pelota.png" type="node,closedway"> |
|---|
| 3754 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=pelota" |
|---|
| 3755 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=pelota"/> |
|---|
| 3756 | <label text="Edit Pelota" /> |
|---|
| 3757 | <key key="sport" value="pelota" /> |
|---|
| 3758 | <text key="name" text="Name" /> |
|---|
| 3759 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" /> |
|---|
| 3760 | </item> |
|---|
| 3761 | <item name="Racquet" icon="presets/racquetball.png" type="node,closedway"> |
|---|
| 3762 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=racquet" |
|---|
| 3763 | uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=racquet"/> |
|---|
| 3764 | <label text="Edit Racquet" /> |
|---|
| 3765 | <key key="sport" value="racquet" /> |
|---|
| 3766 | <text key="name" text="Name" /> |
|---|
| 3767 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" /> |
|---|
| 3768 | </item> |
|---|
| 3769 | <item name="Table Tennis" icon="presets/table_tennis.png" type="node,closedway"> |
|---|
| 3770 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=table_tennis"/> |
|---|
| 3771 | <label text="Edit Table Tennis" /> |
|---|
| 3772 | <key key="sport" value="table_tennis" /> |
|---|
| 3773 | <text key="name" text="Name" /> |
|---|
| 3774 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" /> |
|---|
| 3775 | </item> |
|---|
| 3776 | <item name="Tennis" icon="presets/tennis.png" type="node,closedway"> |
|---|
| 3777 | <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=tennis"/> |
|---|
| 3778 | <label text="Edit Tennis" /> |
|---|
| 3779 | <key key="sport" value="tennis" /> |
|---|
| 3780 | <text key="name" text="Name" /> |
|---|
| 3781 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" /> |
|---|
| 3782 | </item> |
|---|
| 3783 | </group> <!-- Sport (Ball) --> |
|---|
| 3784 | <group name="Motorsport" icon="presets/motorbike.png"> |
|---|
| 3785 | <item name="Motorsport" icon="styles/standard/sport/motor.png" type="node,closedway"> |
|---|
| 3786 | <label text="Edit Motorsport" /> |
|---|
| 3787 | <key key="sport" value="motor" /> |
|---|
| 3788 | <text key="name" text="Name" /> |
|---|
| 3789 | <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" /> |
|---|
| 3790 | </item> |
|---|
| 3791 | <item name="Karting" icon="presets/karting.png" type="node,closedway"> |
|---|
| 3792 | <label text="Edit Karting" /> |
|---|
| 3793 | <key key="sport" value="karting" /> |
|---|
| 3794 | <text key="name" text="Name" /> |
|---|
| 3795 | <combo key="leisure" text="type" values="pitch,sports_centre,track" /> |
|---|
| 3796 | </item> |
|---|
| 3797 | <item name="Motocross" icon="styles/standard/sport/motocross.png" type="node,closedway"> |
|---|
| 3798 | <label text="Edit Motocross" /> |
|---|
| 3799 | <key key="sport" value="motocross" /> |
|---|
| 3800 | <text key="name" text="Name" /> |
|---|
| 3801 | <combo key="leisure" text="type" values="pitch,sports_centre,track" /> |
|---|
| 3802 | </item> |
|---|
| 3803 | <item name="Safety Training" icon="presets/safety_training.png" type="node,closedway"> |
|---|
| 3804 | <label text="Edit Safety Training" /> |
|---|
| 3805 | <key key="sport" value="safety_training" /> |
|---|
| 3806 | <text key="name" text="Name" /> |
|---|
| 3807 | <combo key="leisure" text="type" values="pitch,sports_centre,track" /> |
|---|
| 3808 | </item> |
|---|
| 3809 | <separator/> |
|---|
| 3810 | <item name="Model Aerodrome" icon="presets/plane.png" type="node,closedway"> |
|---|
| 3811 | <label text="Edit Model Aerodrome" /> |
|---|
| 3812 | <key key="sport" value="model_aerodrome" /> |
|---|
| 3813 | <text key="name" text="Name" /> |
|---|
| 3814 | <combo key="leisure" text="type" values="pitch,sports_centre,track" /> |
|---|
| 3815 | </item> |
|---|
| 3816 | <item name="RC Car" icon="presets/car.png" type="node,closedway"> |
|---|
| 3817 | <label text="Edit RC Car" /> |
|---|
| 3818 | <key key="sport" value="rc_car" /> |
|---|
| 3819 | <text key="name" text="Name" /> |
|---|
| 3820 | <combo key="leisure" text="type" values="pitch,sports_centre,track" /> |
|---|
| 3821 | </item> |
|---|
| 3822 | </group> <!-- Motorsport --> |
|---|
| 3823 | </group> <!-- Sports --> |
|---|
| 3824 | <group name="Man Made" icon="presets/works.png"> |
|---|
| 3825 | <group name="Man Made" icon="presets/works.png"> |
|---|
| 3826 | <item name="Building" icon="styles/standard/misc/landmark/building.png" type="node,closedway,relation"> |
|---|
| 3827 | <link href="http://wiki.openstreetmap.org/wiki/Key:building" |
|---|
| 3828 | de.href="http://wiki.openstreetmap.org/wiki/DE:Key:building" |
|---|
| 3829 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:building" |
|---|
| 3830 | it.href="http://wiki.openstreetmap.org/wiki/IT:Key:building" |
|---|
| 3831 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:building" |
|---|
| 3832 | nl.href="http://wiki.openstreetmap.org/wiki/NL:Key:building" |
|---|
| 3833 | no.href="http://wiki.openstreetmap.org/wiki/NO:Key:building" |
|---|
| 3834 | pl.href="http://wiki.openstreetmap.org/wiki/PL:Key:building" |
|---|
| 3835 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:building" /> |
|---|
| 3836 | <label text="Edit Building" /> |
|---|
| 3837 | <combo key="building" text="Building" values="yes,roof,garage,industrial,church,school,hangar,commercial,farm,transportation,greenhouse,office,university" default="yes" /> |
|---|
| 3838 | <text key="name" text="Name" /> |
|---|
| 3839 | </item> |
|---|
| 3840 | <item name="Residential Building" icon="styles/standard/misc/landmark/building.png" type="node,closedway,relation"> |
|---|
| 3841 | <link href="http://wiki.openstreetmap.org/wiki/Key:building" |
|---|
| 3842 | de.href="http://wiki.openstreetmap.org/wiki/DE:Key:building" |
|---|
| 3843 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:building" |
|---|
| 3844 | it.href="http://wiki.openstreetmap.org/wiki/IT:Key:building" |
|---|
| 3845 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:building" |
|---|
| 3846 | nl.href="http://wiki.openstreetmap.org/wiki/NL:Key:building" |
|---|
| 3847 | no.href="http://wiki.openstreetmap.org/wiki/NO:Key:building" |
|---|
| 3848 | pl.href="http://wiki.openstreetmap.org/wiki/PL:Key:building" |
|---|
| 3849 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:building" /> |
|---|
| 3850 | <label text="Edit Residential Building" /> |
|---|
| 3851 | <combo key="building" text="Building" values="residential,apartments,house,hut,terrace,detached,roof" default="residential" /> |
|---|
| 3852 | <text key="name" text="Name" /> |
|---|
| 3853 | </item> |
|---|
| 3854 | <item name="Tower" icon="presets/tower.png" type="node,closedway"> |
|---|
| 3855 | <label text="Edit Tower" /> |
|---|
| 3856 | <key key="man_made" value="tower" /> |
|---|
| 3857 | <text key="name" text="Name" /> |
|---|
| 3858 | <combo key="tower:type" text="Tower type" values="communication,observation" /> |
|---|
| 3859 | <optional> |
|---|
| 3860 | <text key="height" text="Height (meters)" /> |
|---|
| 3861 | <text key="operator" text="Operator" /> |
|---|
| 3862 | </optional> |
|---|
| 3863 | </item> |
|---|
| 3864 | <item name="Flagpole" icon="presets/flag.png" type="node"> |
|---|
| 3865 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/flagpole" |
|---|
| 3866 | en.href="http://wiki.openstreetmap.org/wiki/Tag:man_made=flagpole" |
|---|
| 3867 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=flagpole" /> |
|---|
| 3868 | <key key="man_made" value="flagpole" /> |
|---|
| 3869 | </item> |
|---|
| 3870 | <separator/> |
|---|
| 3871 | <item name="Works" icon="presets/works.png" type="node,closedway"> |
|---|
| 3872 | <label text="Edit Works" /> |
|---|
| 3873 | <key key="man_made" value="works" /> |
|---|
| 3874 | <text key="name" text="Name" /> |
|---|
| 3875 | </item> |
|---|
| 3876 | <item name="Chimney" icon="presets/chimney.png" type="node"> |
|---|
| 3877 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Chimney" /> |
|---|
| 3878 | <label text="Edit Chimney" /> |
|---|
| 3879 | <space /> |
|---|
| 3880 | <key key="man_made" value="chimney" /> |
|---|
| 3881 | <text key="name" text="Name" /> |
|---|
| 3882 | <text key="operator" text="Operator" /> |
|---|
| 3883 | <text key="height" text="Height (meters)" /> |
|---|
| 3884 | </item> |
|---|
| 3885 | <item name="Windmill" icon="presets/windmill.png" type="node,closedway"> |
|---|
| 3886 | <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=windmill" |
|---|
| 3887 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:man_made=windmill" |
|---|
| 3888 | nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:man_made=windmill" |
|---|
| 3889 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=windmill" /> |
|---|
| 3890 | <label text="Edit Windmill" /> |
|---|
| 3891 | <key key="man_made" value="windmill" /> |
|---|
| 3892 | <text key="name" text="Name" /> |
|---|
| 3893 | </item> |
|---|
| 3894 | <item name="Gasometer" icon="presets/gasometer.png" type="node,closedway"> |
|---|
| 3895 | <label text="Edit Gasometer" /> |
|---|
| 3896 | <key key="man_made" value="gasometer" /> |
|---|
| 3897 | <text key="name" text="Name" /> |
|---|
| 3898 | </item> |
|---|
| 3899 | <item name="Pipeline" icon="presets/path.png" type="way"> |
|---|
| 3900 | <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=pipeline" |
|---|
| 3901 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=pipeline" |
|---|
| 3902 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=pipeline" |
|---|
| 3903 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=pipeline"/> |
|---|
| 3904 | <label text="Edit Pipeline" /> |
|---|
| 3905 | <key key="man_made" value="pipeline" /> |
|---|
| 3906 | <text key="operator" text="Operator" /> |
|---|
| 3907 | <combo key="type" text="Type" values="water,gas,heat,oil,sewage" /> |
|---|
| 3908 | <combo key="location" text="Location" values="underground,underwater,overground" values_context="pipeline" /> |
|---|
| 3909 | </item> |
|---|
| 3910 | <item name="Crane" icon="presets/crane.png" type="node,closedway"> |
|---|
| 3911 | <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=crane" |
|---|
| 3912 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=crane" |
|---|
| 3913 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=crane" /> |
|---|
| 3914 | <label text="Edit Crane" /> |
|---|
| 3915 | <key key="man_made" value="crane" /> |
|---|
| 3916 | <text key="name" text="Name" /> |
|---|
| 3917 | </item> |
|---|
| 3918 | <item name="Mineshaft" icon="presets/mineshaft.png" type="node,closedway"> |
|---|
| 3919 | <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=mineshaft" |
|---|
| 3920 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=mineshaft" |
|---|
| 3921 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=mineshaft" /> |
|---|
| 3922 | <label text="Edit Mineshaft" /> |
|---|
| 3923 | <key key="man_made" value="mineshaft" /> |
|---|
| 3924 | <text key="name" text="Name" /> |
|---|
| 3925 | <combo key="mineshaft_type" text="Function" values="winding,air" /> |
|---|
| 3926 | <text key="depth" text="Depth in meters" /> |
|---|
| 3927 | <text key="operator" text="Operator" /> |
|---|
| 3928 | <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" /> |
|---|
| 3929 | <combo key="headframe" text="Visible Headframe" values="yes,no" /> |
|---|
| 3930 | <check key="disused" text="Disused" default="off" /> |
|---|
| 3931 | </item> |
|---|
| 3932 | <item name="Adit" icon="presets/adit.png" type="node"> |
|---|
| 3933 | <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=adit" |
|---|
| 3934 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=adit" |
|---|
| 3935 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=adit" |
|---|
| 3936 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=adit" /> |
|---|
| 3937 | <label text="Edit Adit" /> |
|---|
| 3938 | <key key="man_made" value="adit" /> |
|---|
| 3939 | <text key="name" text="Name" /> |
|---|
| 3940 | <text key="length" text="Length in meters" /> |
|---|
| 3941 | <text key="operator" text="Operator" /> |
|---|
| 3942 | <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" /> |
|---|
| 3943 | <check key="disused" text="Disused" default="off" /> |
|---|
| 3944 | </item> |
|---|
| 3945 | <separator/> |
|---|
| 3946 | <item name="Water Tower" icon="presets/water_tower.png" type="node,closedway"> |
|---|
| 3947 | <label text="Edit Water Tower" /> |
|---|
| 3948 | <key key="man_made" value="water_tower" /> |
|---|
| 3949 | <text key="name" text="Name" /> |
|---|
| 3950 | </item> |
|---|
| 3951 | <item name="Water Works" icon="presets/water_works.png" type="node,closedway"> |
|---|
| 3952 | <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=water_works" |
|---|
| 3953 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:man_made=water_works" |
|---|
| 3954 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=water_works" /> |
|---|
| 3955 | <label text="Edit Water Works" /> |
|---|
| 3956 | <space /> |
|---|
| 3957 | <key key="man_made" value="water_works" /> |
|---|
| 3958 | <text key="name" text="Name" /> |
|---|
| 3959 | <text key="operator" text="Operator" /> |
|---|
| 3960 | </item> |
|---|
| 3961 | <item name="Wastewater Plant" icon="presets/wastewater_plant.png" type="node,closedway"> |
|---|
| 3962 | <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=wastewater_plant" |
|---|
| 3963 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=wastewater_plant" |
|---|
| 3964 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:man_made=wastewater_plant" |
|---|
| 3965 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:man_made=wastewater_plant" |
|---|
| 3966 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:man_made=wastewater_plant" |
|---|
| 3967 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=wastewater_plant" /> |
|---|
| 3968 | <label text="Edit Wastewater Plant" /> |
|---|
| 3969 | <key key="man_made" value="wastewater_plant" /> |
|---|
| 3970 | <text key="name" text="Name" /> |
|---|
| 3971 | </item> |
|---|
| 3972 | <item name="Watermill" icon="styles/standard/misc/landmark/watermill.png" type="node"> |
|---|
| 3973 | <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=watermill" |
|---|
| 3974 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:man_made=watermill" |
|---|
| 3975 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=watermill" /> |
|---|
| 3976 | <label text="Edit Watermill"/> |
|---|
| 3977 | <space /> |
|---|
| 3978 | <key key="man_made" value="watermill" /> |
|---|
| 3979 | <text key="name" text="Name" /> |
|---|
| 3980 | </item> |
|---|
| 3981 | <item name="Fountain" icon="presets/spring.png" type="node,closedway"> |
|---|
| 3982 | <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=fountain" |
|---|
| 3983 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=fountain" |
|---|
| 3984 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=fountain" |
|---|
| 3985 | it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=fountain" |
|---|
| 3986 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=fountain" |
|---|
| 3987 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=fountain" |
|---|
| 3988 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=fountain" /> |
|---|
| 3989 | <label text="Edit Fountain" /> |
|---|
| 3990 | <key key="amenity" value="fountain" /> |
|---|
| 3991 | <text key="name" text="Name" /> |
|---|
| 3992 | </item> |
|---|
| 3993 | <item name="Water Well" icon="presets/water_well.png" type="node"> |
|---|
| 3994 | <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=water_well" |
|---|
| 3995 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:man_made=water_well" |
|---|
| 3996 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=water_well" /> |
|---|
| 3997 | <label text="Edit Water Well" /> |
|---|
| 3998 | <key key="man_made" value="water_well" /> |
|---|
| 3999 | <text key="name" text="Name" /> |
|---|
| 4000 | </item> |
|---|
| 4001 | <separator/> |
|---|
| 4002 | <item name="Lighthouse" icon="styles/standard/misc/landmark/lighthouse.png" type="node,closedway"> |
|---|
| 4003 | <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=lighthouse" |
|---|
| 4004 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:man_made=lighthouse" |
|---|
| 4005 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=lighthouse" |
|---|
| 4006 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=lighthouse" /> |
|---|
| 4007 | <label text="Edit Lighthouse" /> |
|---|
| 4008 | <key key="man_made" value="lighthouse" /> |
|---|
| 4009 | <text key="name" text="Name" /> |
|---|
| 4010 | </item> |
|---|
| 4011 | <item name="Beacon" icon="styles/standard/misc/landmark/beacon.png" type="node"> |
|---|
| 4012 | <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=beacon" |
|---|
| 4013 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=beacon" |
|---|
| 4014 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=beacon" /> |
|---|
| 4015 | <label text="Edit Beacon" /> |
|---|
| 4016 | <key key="man_made" value="beacon" /> |
|---|
| 4017 | <text key="name" text="Name" /> |
|---|
| 4018 | </item> |
|---|
| 4019 | <item name="Street Lamp" icon="styles/standard/misc/streetlamp.png" type="node"> |
|---|
| 4020 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=street_lamp" |
|---|
| 4021 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=street_lamp" /> |
|---|
| 4022 | <label text="Edit Street Lamp" /> |
|---|
| 4023 | <space /> |
|---|
| 4024 | <key key="highway" value="street_lamp" /> |
|---|
| 4025 | <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" /> |
|---|
| 4026 | </item> |
|---|
| 4027 | <item name="Measurement Station" icon="presets/measurement_station.png" type="node,closedway"> |
|---|
| 4028 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/measurement_station" /> |
|---|
| 4029 | <label text="Edit Measurement Station" /> |
|---|
| 4030 | <space /> |
|---|
| 4031 | <key key="man_made" value="measurement_station" /> |
|---|
| 4032 | <text key="name" text="Name" /> |
|---|
| 4033 | <text key="operator" text="Operator" /> |
|---|
| 4034 | <combo key="measurement" text="Measurement" values="particulate_matter,seismic,water_level,weather" /> |
|---|
| 4035 | <combo key="recording" text="Recording" values="manually,automated,remote,no" /> |
|---|
| 4036 | <combo key="display" text="Display" values="analog,digital,no" values_context="display" /> |
|---|
| 4037 | </item> |
|---|
| 4038 | <item name="Survey Point" icon="presets/survey_point.png" type="node"> |
|---|
| 4039 | <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=survey_point" |
|---|
| 4040 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=survey_point" |
|---|
| 4041 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=survey_point" /> |
|---|
| 4042 | <label text="Edit Survey Point" /> |
|---|
| 4043 | <key key="man_made" value="survey_point" /> |
|---|
| 4044 | <text key="name" text="Name" /> |
|---|
| 4045 | </item> |
|---|
| 4046 | <item name="Surveillance" icon="presets/surveillance.png" type="node,closedway"> |
|---|
| 4047 | <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=surveillance" |
|---|
| 4048 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:man_made=surveillance" |
|---|
| 4049 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=surveillance" /> |
|---|
| 4050 | <label text="Edit Surveillance Camera" /> |
|---|
| 4051 | <key key="man_made" value="surveillance" /> |
|---|
| 4052 | <text key="name" text="Name" /> |
|---|
| 4053 | <combo key="surveillance" text="Type" values="indoor,outdoor,public" /> |
|---|
| 4054 | </item> |
|---|
| 4055 | </group> <!-- Man Made --> |
|---|
| 4056 | <group name="Power" icon="presets/power.png"> |
|---|
| 4057 | <item name="Power Generator" icon="presets/power.png" type="node,closedway"> |
|---|
| 4058 | <link href="http://wiki.openstreetmap.org/wiki/Tag:power=generator" |
|---|
| 4059 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=generator" |
|---|
| 4060 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:power=generator" |
|---|
| 4061 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:power=generator" |
|---|
| 4062 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:power=generator" |
|---|
| 4063 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:power=generator" /> |
|---|
| 4064 | <label text="Edit Power Generator" /> |
|---|
| 4065 | <key key="power" value="generator" /> |
|---|
| 4066 | <text key="name" text="Name" /> |
|---|
| 4067 | <combo key="generator:source" text="Source" values="biofuel,biogas,biomass,coal,diesel,gas,gasoline,geothermal,hydro,nuclear,oil,osmotic,solar,tidal,waste,wave,wind" /> |
|---|
| 4068 | <combo key="generator:method" text="Method" values="anaerobic_digestion,combustion,dam,fission,fusion,gasification,photovoltaic,pumped-storage,pumping,pyrolysis,run-of-the-river,thermal" /> |
|---|
| 4069 | <space /> |
|---|
| 4070 | <label text="Output forms of energy" /> |
|---|
| 4071 | <combo key="generator:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" /> |
|---|
| 4072 | <combo key="generator:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" /> |
|---|
| 4073 | <combo key="generator:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" /> |
|---|
| 4074 | <combo key="generator:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" /> |
|---|
| 4075 | <combo key="generator:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" /> |
|---|
| 4076 | <combo key="generator:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" /> |
|---|
| 4077 | <combo key="generator:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" /> |
|---|
| 4078 | <combo key="generator:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" /> |
|---|
| 4079 | <combo key="generator:output:battery_charging" text="battery charging" values="yes,2 W,3 kW,5 MW,7 GW" /> |
|---|
| 4080 | </item> |
|---|
| 4081 | <item name="Power Station" icon="presets/power.png" type="node,closedway"> |
|---|
| 4082 | <link href="http://wiki.openstreetmap.org/wiki/Tag:power=line" |
|---|
| 4083 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=line" |
|---|
| 4084 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:power=line" |
|---|
| 4085 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:power=line" |
|---|
| 4086 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:power=line" |
|---|
| 4087 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:power=line" /> |
|---|
| 4088 | <label text="Edit Power Station" /> |
|---|
| 4089 | <key key="power" value="station" /> |
|---|
| 4090 | <text key="name" text="Name" /> |
|---|
| 4091 | <text key="operator" text="Operator" /> |
|---|
| 4092 | <text key="ref" text="Reference" /> |
|---|
| 4093 | </item> |
|---|
| 4094 | <item name="Power Sub Station" icon="presets/power.png" type="node,closedway"> |
|---|
| 4095 | <link href="http://wiki.openstreetmap.org/wiki/Tag:power=sub_station" |
|---|
| 4096 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=sub_station" |
|---|
| 4097 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:power=sub_station" |
|---|
| 4098 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:power=sub_station" |
|---|
| 4099 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:power=sub_station" /> |
|---|
| 4100 | <label text="Edit Power Sub Station" /> |
|---|
| 4101 | <key key="power" value="sub_station" /> |
|---|
| 4102 | <text key="operator" text="Operator" /> |
|---|
| 4103 | <text key="ref" text="Line reference" /> |
|---|
| 4104 | </item> |
|---|
| 4105 | <item name="Cable Distribution Cabinet" icon="presets/power.png" type="node"> |
|---|
| 4106 | <link href="http://wiki.openstreetmap.org/wiki/Tag:power=cable_distribution_cabinet" |
|---|
| 4107 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=cable_distribution_cabinet" |
|---|
| 4108 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:power=cable_distribution_cabinet" /> |
|---|
| 4109 | <label text="Edit Cable Distribution Cabinet" /> |
|---|
| 4110 | <key key="power" value="cable_distribution_cabinet" /> |
|---|
| 4111 | <text key="operator" text="Operator" /> |
|---|
| 4112 | <text key="ref" text="Reference" /> |
|---|
| 4113 | </item> |
|---|
| 4114 | <separator/> |
|---|
| 4115 | <item name="Power Tower" icon="presets/power_tower.png" type="node"> |
|---|
| 4116 | <link href="http://wiki.openstreetmap.org/wiki/Tag:power=tower" |
|---|
| 4117 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=tower" |
|---|
| 4118 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:power=tower" |
|---|
| 4119 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:power=tower" |
|---|
| 4120 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:power=tower" |
|---|
| 4121 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:power=tower" |
|---|
| 4122 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:power=tower" /> |
|---|
| 4123 | <label text="Edit Power Tower" /> |
|---|
| 4124 | <key key="power" value="tower" /> |
|---|
| 4125 | <text key="ref" text="Tower reference" /> |
|---|
| 4126 | </item> |
|---|
| 4127 | <item name="Pole" icon="styles/standard/misc/landmark/power/pole.png" type="node"> |
|---|
| 4128 | <link href="http://wiki.openstreetmap.org/wiki/Tag:power=pole" |
|---|
| 4129 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=pole" |
|---|
| 4130 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:power=pole" |
|---|
| 4131 | fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:power=pole" |
|---|
| 4132 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:power=pole" |
|---|
| 4133 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:power=pole" /> |
|---|
| 4134 | <label text="Edit Power Pole" /> |
|---|
| 4135 | <key key="power" value="pole" /> |
|---|
| 4136 | <text key="ref" text="Pole reference" /> |
|---|
| 4137 | </item> |
|---|
| 4138 | <item name="Power Line" icon="presets/power.png" type="way"> |
|---|
| 4139 | <link href="http://wiki.openstreetmap.org/wiki/Tag:power=line" |
|---|
| 4140 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=line" /> |
|---|
| 4141 | <label text="Edit Power Line" /> |
|---|
| 4142 | <combo key="power" text="Line type" values_context="Power Line" values="line,minor_line" default="line" /> |
|---|
| 4143 | <text key="operator" text="Operator" /> |
|---|
| 4144 | <text key="ref" text="Line reference" /> |
|---|
| 4145 | <!-- TODO: voltage values used are a mixture of power lines and railways - needs cleanup --> |
|---|
| 4146 | <combo key="voltage" text="Voltage" values="3000,10000,15000,20000,25000,110000,220000,380000" /> |
|---|
| 4147 | <text key="cables" text="Amount of Cables" /> |
|---|
| 4148 | <combo key="wires" text="Number of wires (better: conductors) per power cable" values="single,double,triple,quad" /> |
|---|
| 4149 | </item> |
|---|
| 4150 | </group> <!-- Power --> |
|---|
| 4151 | <group name="Historic Places" icon="presets/State_Tourist.png"> |
|---|
| 4152 | <item name="Castle" icon="presets/State_Tourist.png" type="node,closedway"> |
|---|
| 4153 | <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=castle" |
|---|
| 4154 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=castle" /> |
|---|
| 4155 | <label text="Edit Castle" /> |
|---|
| 4156 | <key key="historic" value="castle" /> |
|---|
| 4157 | <text key="name" text="Name" /> |
|---|
| 4158 | <text key="wikipedia" text="Wikipedia" /> |
|---|
| 4159 | </item> |
|---|
| 4160 | <item name="Ruins" icon="presets/ruins.png" type="node,closedway"> |
|---|
| 4161 | <label text="Edit Ruins" /> |
|---|
| 4162 | <key key="historic" value="ruins" /> |
|---|
| 4163 | <text key="name" text="Name" /> |
|---|
| 4164 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 4165 | </item> |
|---|
| 4166 | <item name="Archaeological Site" icon="styles/standard/sightseeing/archaeological.png" type="node,closedway"> |
|---|
| 4167 | <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=archaeological_site" |
|---|
| 4168 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=archaeological_site" |
|---|
| 4169 | ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:historic=archaeological_site" |
|---|
| 4170 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:historic=archaeological_site" /> |
|---|
| 4171 | <label text="Edit Archaeological Site" /> |
|---|
| 4172 | <key key="historic" value="archaeological_site" /> |
|---|
| 4173 | <text key="name" text="Name" /> |
|---|
| 4174 | <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" /> |
|---|
| 4175 | </item> |
|---|
| 4176 | <item name="Battlefield" icon="presets/battlefield.png" type="node,closedway"> |
|---|
| 4177 | <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=battlefield" |
|---|
| 4178 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:historic=battlefield" /> |
|---|
| 4179 | <label text="Edit Battlefield" /> |
|---|
| 4180 | <key key="historic" value="battlefield" /> |
|---|
| 4181 | <text key="name" text="Name" /> |
|---|
| 4182 | </item> |
|---|
| 4183 | <item name="Palaeontological Site" icon="presets/palaeontological_site.png" type="node,closedway"> |
|---|
| 4184 | <link href="http://wiki.openstreetmap.org/wiki/Tag:geological" /> |
|---|
| 4185 | <label text="Edit Palaeontological Site" /> |
|---|
| 4186 | <key key="geological" value="palaeontological_site" /> |
|---|
| 4187 | <text key="name" text="Name" /> |
|---|
| 4188 | </item> |
|---|
| 4189 | <separator/> |
|---|
| 4190 | <item name="Monument" icon="presets/monument.png" type="node,closedway"> |
|---|
| 4191 | <label text="Edit Monument" /> |
|---|
| 4192 | <key key="historic" value="monument" /> |
|---|
| 4193 | <text key="name" text="Name" /> |
|---|
| 4194 | </item> |
|---|
| 4195 | <item name="Memorial" icon="presets/memorial.png" type="node,closedway"> |
|---|
| 4196 | <link href="http://wiki.openstreetmap.org/wiki/Tag:historic=memorial" |
|---|
| 4197 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:historic=memorial" /> |
|---|
| 4198 | <label text="Edit Memorial" /> |
|---|
| 4199 | <key key="historic" value="memorial" /> |
|---|
| 4200 | <text key="name" text="Name" /> |
|---|
| 4201 | </item> |
|---|
| 4202 | <item name="Wayside Cross" icon="presets/wayside_cross.png" type="node,closedway"> |
|---|
| 4203 | <label text="Edit Wayside Cross" /> |
|---|
| 4204 | <key key="historic" value="wayside_cross" /> |
|---|
| 4205 | <text key="name" text="Name" /> |
|---|
| 4206 | </item> |
|---|
| 4207 | <item name="Wayside Shrine" icon="presets/wayside_shrine.png" type="node,closedway"> |
|---|
| 4208 | <label text="Edit Wayside Shrine" /> |
|---|
| 4209 | <key key="historic" value="wayside_shrine" /> |
|---|
| 4210 | <text key="name" text="Name" /> |
|---|
| 4211 | </item> |
|---|
| 4212 | <item name="Boundary Stone" icon="styles/standard/historic/boundary_stone.png" type="node,closedway" |
|---|