Changeset 6259 in josm for trunk


Ignore:
Timestamp:
2013-09-25T10:59:29+02:00 (11 years ago)
Author:
stoecker
Message:

large cleanup of presets - patch by skyper - fix #9029

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r6256 r6259  
    190190                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=motorway_link" />
    191191            <label text="Edit Motorway Link" />
    192             <space />
    193192            <key key="highway" value="motorway_link" />
    194193            <optional>
     
    297296                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Link_(highway)"/>
    298297            <label text="Edit Primary Link" />
    299             <space />
    300298            <key key="highway" value="primary_link" />
    301299            <optional>
     
    351349                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Link_(highway)"/>
    352350            <label text="Edit Secondary Link" />
    353             <space />
    354351            <key key="highway" value="secondary_link" />
    355352            <optional>
     
    405402                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Link_(highway)"/>
    406403            <label text="Edit Tertiary Link" />
    407             <space />
    408404            <key key="highway" value="tertiary_link" />
    409405            <optional>
     
    431427                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=unclassified" />
    432428            <label text="Edit Unclassified Road" />
    433             <space />
    434429            <key key="highway" value="unclassified" />
     430            <optional>
     431                <text key="name" text="Name" />
     432                <text key="ref" text="Reference" />
     433                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
     434                <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" />
     435                <text key="maxspeed" text="Max. speed (km/h)" />
     436                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
     437                <check key="oneway" text="Oneway" default="off" />
     438                <check key="bridge" text="Bridge" default="off" />
     439                <check key="tunnel" text="Tunnel" default="off" />
     440                <check key="cutting" text="Cutting" default="off" />
     441                <check key="embankment" text="Embankment" default="off" />
     442                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
     443                <check key="lit" text="Lit" default="off" />
     444                <check key="passing_places" text="Passing Places" default="off" />
     445                <text key="width" text="Width (meters)" />
     446            </optional>
     447        </item>
     448        <item name="Residential" icon="presets/residential.png" type="way,closedway">
     449            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=residential"
     450                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=residential"
     451                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=residential"
     452                  it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=residential"
     453                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=residential"
     454                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=residential"
     455                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=residential"
     456                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=residential" />
     457            <label text="Edit Residential Street" />
     458            <space />
     459            <key key="highway" value="residential" />
     460            <text key="name" text="Name" />
     461            <optional>
     462                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
     463                <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" />
     464                <text key="maxspeed" text="Max. speed (km/h)" />
     465                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
     466                <check key="oneway" text="Oneway" default="off" />
     467                <check key="bridge" text="Bridge" default="off" />
     468                <check key="tunnel" text="Tunnel" default="off" />
     469                <check key="cutting" text="Cutting" default="off" />
     470                <check key="embankment" text="Embankment" default="off" />
     471                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
     472                <check key="lit" text="Lit" default="off" />
     473                <text key="width" text="Width (meters)" />
     474            </optional>
     475        </item>
     476        <item name="Bicycle Road" icon="presets/bicycle_road.svg" type="way">
     477            <link href="http://wiki.openstreetmap.org/wiki/Key:bicycle_road"
     478                  de.href="http://wiki.openstreetmap.org/wiki/DE:Key:bicycle_road" />
     479            <label text="Edit Bicycle Road" />
     480            <space />
     481            <key key="bicycle_road" value="yes" />
     482            <key key="bicycle" value="designated" />
     483            <combo key="highway" text="Highway type" values="residential,service,unclassified,path,cycleway" values_context="Highway" default="residential" />
     484            <text key="name" text="Name" />
     485            <combo key="vehicle" text="Vehicle access" values="yes,no,destination" default="no" />
     486            <text key="maxspeed" text="Max. speed (km/h)" default="30"/>
     487            <optional>
     488                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" />
     489                <combo key="lanes" text="Lanes" values="1,2,3,4,5" />
     490                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
     491                <check key="oneway" text="Oneway" default="off" />
     492                <check key="oneway:bicycle" text="Oneway for bicycle" 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                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
     498                <check key="lit" text="Lit" default="off" />
     499                <text key="width" text="Width (meters)" />
     500            </optional>
     501        </item>
     502        <item name="Living Street" icon="presets/living_street.png" type="way,closedway">
     503            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=living_street"
     504                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=living_street"
     505                  es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:highway=living_street"
     506                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=living_street"
     507                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=living_street"
     508                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=living_street" />
     509            <label text="Edit Living Street" />
     510            <space />
     511            <key key="highway" value="living_street" />
     512            <text key="name" text="Name" />
     513            <optional>
     514                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
     515                <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" />
     516                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
     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                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
     523                <check key="lit" text="Lit" default="off" />
     524                <text key="width" text="Width (meters)" />
     525            </optional>
     526        </item>
     527        <item name="Pedestrian" icon="presets/pedestrian.png" type="way,closedway,relation">
     528            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=pedestrian"
     529                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=pedestrian"
     530                  es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:highway=pedestrian"
     531                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=pedestrian"
     532                  it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=pedestrian"
     533                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=pedestrian"
     534                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=pedestrian"
     535                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=pedestrian"
     536                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=pedestrian" />
     537            <label text="Edit Pedestrian Street" />
     538            <space />
     539            <key key="highway" value="pedestrian" />
     540            <text key="name" text="Name" />
     541            <optional>
     542                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
     543                <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" />
     544                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
     545                <check key="area" text="Area" default="off" />
     546                <check key="bridge" text="Bridge" default="off" />
     547                <check key="tunnel" text="Tunnel" default="off" />
     548                <check key="cutting" text="Cutting" default="off" />
     549                <check key="embankment" text="Embankment" default="off" />
     550                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
     551                <check key="lit" text="Lit" default="off" />
     552                <text key="width" text="Width (meters)" />
     553            </optional>
     554        </item>
     555        <item name="Service" icon="presets/way_unclassified.png" type="way,closedway">
     556            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=service"
     557                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=service"
     558                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=service"
     559                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=service"
     560                  pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=service"
     561                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=service"
     562                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=service"
     563                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=service" />
     564            <label text="Edit Service Way" />
     565            <space />
     566            <key key="highway" value="service" />
     567            <combo key="service" text="Service way type" values="alley,driveway,parking_aisle" />
    435568            <optional>
    436569                <text key="name" text="Name" />
     
    450583            </optional>
    451584        </item>
    452         <item name="Residential" icon="presets/residential.png" type="way,closedway">
    453             <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=residential"
    454                   de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=residential"
    455                   fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=residential"
    456                   it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=residential"
    457                   ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=residential"
    458                   pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=residential"
    459                   ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=residential"
    460                   uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=residential" />
    461             <label text="Edit Residential Street" />
    462             <space />
    463             <key key="highway" value="residential" />
    464             <text key="name" text="Name" />
    465             <optional>
    466                 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
    467                 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" />
    468                 <text key="maxspeed" text="Max. speed (km/h)" />
    469                 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    470                 <check key="oneway" text="Oneway" default="off" />
    471                 <check key="bridge" text="Bridge" default="off" />
    472                 <check key="tunnel" text="Tunnel" default="off" />
    473                 <check key="cutting" text="Cutting" default="off" />
    474                 <check key="embankment" text="Embankment" default="off" />
    475                 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
    476                 <check key="lit" text="Lit" default="off" />
    477                 <text key="width" text="Width (meters)" />
    478             </optional>
    479         </item>
    480         <item name="Bicycle Road" icon="presets/bicycle_road.svg" type="way">
    481             <link href="http://wiki.openstreetmap.org/wiki/Key:bicycle_road"
    482                   de.href="http://wiki.openstreetmap.org/wiki/DE:Key:bicycle_road" />
    483             <label text="Edit Bicycle Road" />
    484             <space />
    485             <key key="bicycle_road" value="yes" />
    486             <key key="bicycle" value="designated" />
    487             <combo key="highway" text="Highway type" values_context="Highway" values="residential,service,unclassified,path,cycleway" default="residential" />
    488             <text key="name" text="Name" />
    489             <combo key="vehicle" text="Vehicle access" values="yes,no,destination" default="no" />
    490             <text key="maxspeed" text="Max. speed (km/h)" default="30"/>
    491             <optional>
    492                 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" />
    493                 <combo key="lanes" text="Lanes" values="1,2,3,4,5" />
    494                 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    495                 <check key="oneway" text="Oneway" default="off" />
    496                 <check key="oneway:bicycle" text="Oneway for bicycle" default="off" />
    497                 <check key="bridge" text="Bridge" default="off" />
    498                 <check key="tunnel" text="Tunnel" default="off" />
    499                 <check key="cutting" text="Cutting" default="off" />
    500                 <check key="embankment" text="Embankment" default="off" />
    501                 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
    502                 <check key="lit" text="Lit" default="off" />
    503                 <text key="width" text="Width (meters)" />
    504             </optional>
    505         </item>
    506         <item name="Living Street" icon="presets/living_street.png" type="way,closedway">
    507             <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=living_street"
    508                   de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=living_street"
    509                   es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:highway=living_street"
    510                   fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=living_street"
    511                   pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=living_street"
    512                   ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=living_street" />
    513             <label text="Edit Living Street" />
    514             <space />
    515             <key key="highway" value="living_street" />
    516             <text key="name" text="Name" />
    517             <optional>
    518                 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
    519                 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" />
    520                 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    521                 <check key="oneway" text="Oneway" default="off" />
    522                 <check key="bridge" text="Bridge" default="off" />
    523                 <check key="tunnel" text="Tunnel" default="off" />
    524                 <check key="cutting" text="Cutting" default="off" />
    525                 <check key="embankment" text="Embankment" default="off" />
    526                 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
    527                 <check key="lit" text="Lit" default="off" />
    528                 <text key="width" text="Width (meters)" />
    529             </optional>
    530         </item>
    531         <item name="Pedestrian" icon="presets/pedestrian.png" type="way,closedway,relation">
    532             <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=pedestrian"
    533                   de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=pedestrian"
    534                   es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:highway=pedestrian"
    535                   fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=pedestrian"
    536                   it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=pedestrian"
    537                   ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=pedestrian"
    538                   pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=pedestrian"
    539                   ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=pedestrian"
    540                   uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=pedestrian" />
    541             <label text="Edit Pedestrian Street" />
    542             <space />
    543             <key key="highway" value="pedestrian" />
    544             <text key="name" text="Name" />
    545             <optional>
    546                 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
    547                 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" />
    548                 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    549                 <check key="area" text="Area" default="off" />
    550                 <check key="bridge" text="Bridge" default="off" />
    551                 <check key="tunnel" text="Tunnel" default="off" />
    552                 <check key="cutting" text="Cutting" default="off" />
    553                 <check key="embankment" text="Embankment" default="off" />
    554                 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
    555                 <check key="lit" text="Lit" default="off" />
    556                 <text key="width" text="Width (meters)" />
    557             </optional>
    558         </item>
    559         <item name="Service" icon="presets/way_unclassified.png" type="way,closedway">
    560             <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=service"
    561                   de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=service"
    562                   fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=service"
    563                   ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=service"
    564                   pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=service"
    565                   pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=service"
    566                   ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=service"
    567                   uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=service" />
    568             <label text="Edit Serviceway" />
    569             <space />
    570             <key key="highway" value="service" />
    571             <optional>
    572                 <combo key="service" text="Serviceway type" values="alley,driveway,parking_aisle" />
    573                 <text key="name" text="Name" />
    574                 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
    575                 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" />
    576                 <text key="maxspeed" text="Max. speed (km/h)" />
    577                 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    578                 <check key="oneway" text="Oneway" default="off" />
    579                 <check key="bridge" text="Bridge" default="off" />
    580                 <check key="tunnel" text="Tunnel" default="off" />
    581                 <check key="cutting" text="Cutting" default="off" />
    582                 <check key="embankment" text="Embankment" default="off" />
    583                 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
    584                 <check key="lit" text="Lit" default="off" />
    585                 <check key="passing_places" text="Passing Places" default="off" />
    586                 <text key="width" text="Width (meters)" />
    587             </optional>
    588         </item>
    589585        <item name="Parking Aisle" icon="presets/way_unclassified.png" type="way,closedway">
    590586            <link href="http://wiki.openstreetmap.org/wiki/Tag:service=parking_aisle"
     
    596592                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:service=parking_aisle" />
    597593            <label text="Edit Parking Aisle" />
    598             <space />
    599594            <key key="highway" value="service" />
    600595            <key key="service" value="parking_aisle" />
     
    614609                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=road" />
    615610            <label text="Edit Road of unknown type" />
    616             <space />
    617611            <key key="highway" value="road" />
    618612            <optional>
     
    633627        </item>
    634628        <item name="Construction" icon="presets/construction.png" type="way,closedway">
    635             <label text="Edit Highway Under Construction" />
    636629            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=construction"
    637630                  de.href="http://wiki.openstreetmap.org/wiki/DE:Key:construction"
     
    640633                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:construction"
    641634                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:construction" />
    642             <space />
     635            <label text="Edit Highway Under Construction" />
    643636            <key key="highway" value="construction" />
    644637            <optional>
     
    673666                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:access" />
    674667            <label text="Edit Road Restrictions" />
     668            <space />
    675669            <check key="oneway" text="Oneway" default="off" />
    676670            <check key="toll" text="Toll" default="off"  />
    677671            <check key="noexit" text="No exit (cul-de-sac)" default="off"  />
    678672            <label text="Transport mode restrictions" />
     673            <space />
    679674            <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" match="key" />
    680675            <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" />
    681676            <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" />
    682677            <label text="Vehicles per type" />
     678            <space />
    683679            <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
    684680            <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" />
     
    689685            <combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
    690686            <label text="Vehicles per use" />
     687            <space />
    691688            <combo key="agricultural" text="Agricultural" values="yes,official,designated,destination,permissive,private,no" match="key" />
    692689            <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,permissive,private,no" match="keyvalue" />
     
    754751        </item>
    755752        <item name="Ford" icon="presets/ford.png" type="node,way">
    756             <label text="Edit Ford" />
    757753            <link href="http://wiki.openstreetmap.org/wiki/Key:ford"
    758754                  de.href="http://wiki.openstreetmap.org/wiki/DE:Key:ford"
    759755                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:ford" />
    760             <space />
     756            <label text="Edit Ford" />
    761757            <key key="ford" value="yes" />
    762758            <optional>
     
    779775                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=track" />
    780776            <label text="Edit Track" />
     777            <space />
    781778            <combo key="tracktype" text="Tracktype" values="grade1,grade2,grade3,grade4,grade5" />
    782             <space />
    783779            <key key="highway" value="track" />
    784780            <optional>
     
    811807                  sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:highway=path" />
    812808            <label text="Edit Path" />
    813             <space />
    814809            <key key="highway" value="path" />
    815810            <optional>
     
    853848                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=bridleway" />
    854849            <label text="Edit Bridleway" />
    855             <space />
    856850            <key key="highway" value="bridleway" />
    857851            <optional>
     
    870864            </optional>
    871865        </item>
    872         <item name="Cycle Lane" type="way">
     866        <item name="Cycle Lane/Track" type="way">
    873867            <link href="http://wiki.openstreetmap.org/wiki/Bicycle"
    874868                  de.href="http://wiki.openstreetmap.org/wiki/DE:Bicycle"
     
    879873                  nl.href="http://wiki.openstreetmap.org/wiki/NL:Bicycle"
    880874                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Bicycle" />
    881             <label text="Edit Cycle Lane" />
     875            <label text="Edit Cycle Lane or Track" />
     876            <space />
    882877            <combo key="cycleway" text="Cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
    883878            <combo key="cycleway:left" text="Cycleway left" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" />
     
    885880            <check key="oneway:bicycle" text="Oneway (bicycle)" default="off" />
    886881            <space />
    887             <label text="Edit Highway" />
    888             <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" />
    889             <check key="oneway" text="Oneway" default="off" />
     882            <optional text="Edit Highway Attributes:">
     883                <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" />
     884                <check key="oneway" text="Oneway" default="off" />
     885            </optional>
    890886        </item>
    891887        <item name="Dedicated Cycleway" icon="presets/cycleway.png" type="way">
     
    898894                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=cycleway" />
    899895            <label text="Edit Cycleway" />
    900             <space />
    901896            <key key="highway" value="cycleway" />
    902897            <optional>
     
    920915                  it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=cycleway" />
    921916            <label text="Edit Cycleway" />
    922             <space />
    923917            <key key="highway" value="path" />
    924918            <key key="bicycle" value="designated" />
     
    944938                  it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=cycleway" />
    945939            <label text="Edit Cycleway" />
    946             <space />
    947940            <key key="highway" value="path" />
    948941            <key key="bicycle" value="designated" />
     
    973966                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=footway" />
    974967            <label text="Edit Footway" />
    975             <space />
    976968            <key key="highway" value="footway" />
    977969            <optional>
     
    998990                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=steps" />
    999991            <label text="Edit Flight of Steps" />
    1000             <space />
    1001992            <key key="highway" value="steps" />
    1002993            <optional>
     
    10371028                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=services" />
    10381029            <label text="Edit Service Station" />
    1039             <space />
    10401030            <key key="highway" value="services" />
    10411031            <optional>
     
    10551045                  sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:highway=rest_area" />
    10561046            <label text="Edit Rest Area" />
    1057             <space />
    10581047            <key key="highway" value="rest_area" />
    10591048            <optional>
     
    10711060                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=traffic_signals" />
    10721061            <label text="Edit Traffic Signal" />
    1073             <space />
    10741062            <key key="highway" value="traffic_signals" />
    10751063            <optional text="Optional crossing attributes:">
     
    11331121                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=passing_place"
    11341122                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=passing_place"/>
    1135             <label text="Edit Passing Place" />
    11361123            <key key="highway" value="passing_place" />
    11371124        </item>
     
    11511138            <space />
    11521139            <key key="traffic_sign" value="city_limit" />
    1153             <space />
    11541140            <text key="name" text="Name" />
    11551141            <text key="alt_name" text="Second Name" />
     
    11801166                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:mountain_pass" />
    11811167            <label text="Edit Mountain Pass" />
    1182             <space />
    11831168            <key key="mountain_pass" value="yes" />
    11841169            <optional>
     
    11891174        </item>
    11901175    </group> <!-- Waypoints -->
    1191     <group name="Barriers" icon="presets/barrier.png">
    1192 
    1193         <!-- *** node barriers *** -->
     1176    <group name="Barriers" icon="presets/barrier.png"> <!-- *** node barriers *** -->
    11941177        <item name="Block" icon="presets/block.png" type="node,way,closedway">
    11951178            <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=block"
     
    11971180                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=block" />
    11981181            <label text="Edit Block" />
    1199             <space />
    12001182            <key key="barrier" value="block" />
    1201             <label text="Allowed traffic:" />
    1202             <space />
    1203             <check key="foot" text="Foot" default="on" />
    1204             <check key="bicycle" text="Bicycle" default="on" />
    1205             <check key="horse" text="Horse" default="off" />
    1206             <check key="motorcycle" text="Motorcycle" default="off" />
     1183            <optional text="Allowed traffic:">
     1184                <check key="foot" text="Foot" default="on" />
     1185                <check key="bicycle" text="Bicycle" default="on" />
     1186                <check key="horse" text="Horse" default="off" />
     1187                <check key="motorcycle" text="Motorcycle" default="off" />
     1188            </optional>
     1189            <optional>
     1190                <text key="maxwidth" text="Max. width (meters)" length="7" />
     1191                <combo key="material" text="Material" values="concrete,stone" />
     1192            </optional>
    12071193        </item> <!-- block -->
    12081194        <item name="Bollard" icon="presets/bollard.png" type="node,way">
     
    12161202            <space />
    12171203            <key key="barrier" value="bollard" />
    1218             <label text="Allowed traffic:" />
    1219             <space />
    1220             <check key="foot" text="Foot" default="on" />
    1221             <check key="bicycle" text="Bicycle" default="on" />
    1222             <check key="horse" text="Horse" default="off" />
    1223             <check key="motorcycle" text="Motorcycle" default="off" />
     1204            <combo key="bollard" text="Bollard type" values="rising,removable" />
     1205            <optional text="Allowed traffic:">
     1206                <check key="foot" text="Foot" default="on" />
     1207                <check key="bicycle" text="Bicycle" default="on" />
     1208                <check key="horse" text="Horse" default="off" />
     1209                <check key="motorcycle" text="Motorcycle" default="off" />
     1210            </optional>
    12241211            <optional>
    12251212                <text key="maxwidth" text="Max. width (meters)" length="7" />
    1226                 <combo key="bollard" text="Bollard type" values="rising,removable" />
     1213                <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
    12271214            </optional>
    12281215        </item> <!-- bollard -->
     
    12331220                  pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=cycle_barrier" />
    12341221            <label text="Edit Cycle Barrier" />
    1235             <space />
    12361222            <key key="barrier" value="cycle_barrier" />
    1237             <label text="Allowed traffic:" />
    1238             <space />
    1239             <check key="foot" text="Foot" default="on" />
    1240             <check key="bicycle" text="Bicycle" default="on" />
    1241             <check key="horse" text="Horse" default="off" />
    1242             <check key="motorcycle" text="Motorcycle" default="off" />
     1223            <optional text="Allowed traffic:">
     1224                <check key="foot" text="Foot" default="on" />
     1225                <check key="bicycle" text="Bicycle" default="on" />
     1226                <check key="horse" text="Horse" default="off" />
     1227                <check key="motorcycle" text="Motorcycle" default="off" />
     1228            </optional>
    12431229            <optional>
    12441230                <text key="maxwidth" text="Max. width (meters)" length="7" />
     
    12481234            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=cattle_grid" />
    12491235            <label text="Edit Cattle Grid" />
    1250             <space />
    12511236            <key key="barrier" value="cattle_grid" />
    1252             <label text="Allowed traffic:" />
    1253             <space />
    1254             <check key="foot" text="Foot" default="on" />
    1255             <check key="bicycle" text="Bicycle" default="on" />
    1256             <check key="motorcycle" text="Motorcycle" default="off" />
    1257             <check key="motorcar" text="Motorcar" default="off" />
     1237            <optional text="Allowed traffic:">
     1238                <check key="foot" text="Foot" default="on" />
     1239                <check key="bicycle" text="Bicycle" default="on" />
     1240                <check key="motorcycle" text="Motorcycle" default="off" />
     1241                <check key="motorcar" text="Motorcar" default="off" />
     1242            </optional>
    12581243        </item> <!-- cattle_grid -->
    12591244        <item name="Bus Trap" icon="presets/empty.png" type="node">
     
    12611246                  pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=bus_trap" />
    12621247            <label text="Edit Bus Trap" />
    1263             <space />
    12641248            <key key="barrier" value="bus_trap" />
    12651249            <optional>
     
    12691253        <item name="Spikes" icon="presets/empty.png" type="node">
    12701254            <label text="Edit Spikes" />
    1271             <space />
    12721255            <key key="barrier" value="spikes" />
    1273             <label text="Allowed traffic:" />
    1274             <space />
    1275             <check key="foot" text="Foot" default="on" />
    1276             <check key="bicycle" text="Bicycle" default="on" />
    1277             <check key="horse" text="Horse" default="off" />
    1278             <check key="motorcycle" text="Motorcycle" default="off" />
    1279             <check key="motorcar" text="Motorcar" default="off" />
     1256            <optional text="Allowed traffic:">
     1257                <check key="foot" text="Foot" default="on" />
     1258                <check key="bicycle" text="Bicycle" default="on" />
     1259                <check key="horse" text="Horse" default="off" />
     1260                <check key="motorcycle" text="Motorcycle" default="off" />
     1261                <check key="motorcar" text="Motorcar" default="off" />
     1262            </optional>
    12801263        </item> <!-- spikes -->
    12811264        <item name="Toll Booth" icon="presets/toll_station.png" type="node,closedway">
     
    12891272                  zh_CN.href="http://wiki.openstreetmap.org/wiki/Zh-hans:Tag:barrier=toll_booth" />
    12901273            <label text="Edit Toll Booth" />
    1291             <space />
    12921274            <key key="barrier" value="toll_booth" />
    12931275            <optional>
     
    12981280        <item name="Border Control" icon="presets/douane.png" type="node">
    12991281            <label text="Edit Border Control" />
    1300             <space />
    13011282            <key key="barrier" value="border_control" />
    1302             <label text="Allowed traffic:" />
    1303             <space />
    1304             <check key="foot" text="Foot" default="on" />
    1305             <check key="bicycle" text="Bicycle" default="on" />
    1306             <check key="horse" text="Horse" default="off" />
    1307             <check key="motorcycle" text="Motorcycle" default="off" />
    1308             <check key="motorcar" text="Motorcar" default="off" />
     1283            <optional text="Allowed traffic:">
     1284                <check key="foot" text="Foot" default="on" />
     1285                <check key="bicycle" text="Bicycle" default="on" />
     1286                <check key="horse" text="Horse" default="off" />
     1287                <check key="motorcycle" text="Motorcycle" default="off" />
     1288                <check key="motorcar" text="Motorcar" default="off" />
     1289            </optional>
    13091290        </item> <!-- border_control -->
    1310         <separator/>
    1311 
    1312         <!-- *** linear barriers *** -->
     1291        <separator/> <!-- *** linear barriers *** -->
    13131292        <item name="Hedge" icon="presets/hedge.png" type="way,closedway,relation">
    13141293            <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=hedge"
     
    13211300                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=hedge" />
    13221301            <label text="Edit Hedge" />
    1323             <space />
    13241302            <key key="barrier" value="hedge" />
    13251303            <optional>
     
    13401318                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=fence" />
    13411319            <label text="Edit Fence" />
    1342             <space />
    13431320            <key key="barrier" value="fence" />
    13441321            <optional>
     
    13501327            <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=guard_rail" />
    13511328            <label text="Edit Guard Rail" />
    1352             <space />
    13531329            <key key="barrier" value="guard_rail" />
    13541330            <optional>
     
    13661342                  zh_CN.href="http://wiki.openstreetmap.org/wiki/Zh-hans:Tag:barrier=wall" />
    13671343            <label text="Edit Wall" />
    1368             <space />
    13691344            <key key="barrier" value="wall" />
    13701345            <optional>
     
    13781353                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=city_wall" />
    13791354            <label text="Edit City Wall" />
    1380             <space />
    13811355            <key key="barrier" value="city_wall" />
    13821356            <optional>
     
    13921366                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=retaining_wall" />
    13931367            <label text="Edit Retaining Wall" />
    1394             <space />
    13951368            <key key="barrier" value="retaining_wall" />
    13961369            <optional>
     
    14041377                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=ditch"
    14051378                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=ditch" />
    1406             <label text="Edit Ditch" />
    1407             <space />
     1379            <label text="Edit Ditch" text_context="Barrier" />
    14081380            <key key="barrier" value="ditch" />
    14091381            <optional>
     
    14131385        <item name="Kerb" type="way,closedway">
    14141386            <label text="Edit Kerb" />
    1415             <space />
    14161387            <key key="barrier" value="kerb" />
    14171388            <optional>
     
    14191390            </optional>
    14201391        </item> <!-- kerb -->
    1421         <separator/>
    1422 
    1423         <!-- *** access *** -->
     1392        <separator/> <!-- *** access *** -->
    14241393        <item name="Entrance (barrier opening)" icon="styles/standard/vehicle/entrance.png" type="node">
    14251394            <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=entrance"
     
    14271396                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=entrance" />
    14281397            <label text="Edit Entrance (barrier opening)" />
    1429             <space />
    14301398            <key key="barrier" value="entrance" />
    1431             <label text="Allowed traffic:" />
    1432             <space />
    1433             <check key="foot" text="Foot" default="on" />
    1434             <check key="bicycle" text="Bicycle" default="on" />
    1435             <check key="horse" text="Horse" default="off" />
    1436             <check key="motorcycle" text="Motorcycle" default="off" />
    1437             <check key="motorcar" text="Motorcar" default="off" />
     1399            <optional text="Allowed traffic:">
     1400                <check key="foot" text="Foot" default="on" />
     1401                <check key="bicycle" text="Bicycle" default="on" />
     1402                <check key="horse" text="Horse" default="off" />
     1403                <check key="motorcycle" text="Motorcycle" default="off" />
     1404                <check key="motorcar" text="Motorcar" default="off" />
     1405            </optional>
    14381406            <optional>
    14391407                <text key="maxwidth" text="Max. width (meters)" length="7" />
     
    14481416                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=gate" />
    14491417            <label text="Edit Gate" />
    1450             <space />
    14511418            <key key="barrier" value="gate" />
    1452             <label text="Allowed traffic:" />
    1453             <space />
    1454             <check key="foot" text="Foot" default="on" />
    1455             <check key="bicycle" text="Bicycle" default="on" />
    1456             <check key="horse" text="Horse" default="off" />
    1457             <check key="motorcycle" text="Motorcycle" default="off" />
    1458             <check key="motorcar" text="Motorcar" default="off" />
     1419            <optional text="Allowed traffic:">
     1420                <check key="foot" text="Foot" default="on" />
     1421                <check key="bicycle" text="Bicycle" default="on" />
     1422                <check key="horse" text="Horse" default="off" />
     1423                <check key="motorcycle" text="Motorcycle" default="off" />
     1424                <check key="motorcar" text="Motorcar" default="off" />
     1425            </optional>
    14591426            <optional>
    14601427                <text key="maxwidth" text="Max. width (meters)" length="7" />
     
    14691436                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=lift_gate" />
    14701437            <label text="Edit Lift Gate" />
    1471             <space />
    14721438            <key key="barrier" value="lift_gate" />
    1473             <label text="Allowed traffic:" />
    1474             <space />
    1475             <check key="foot" text="Foot" default="on" />
    1476             <check key="bicycle" text="Bicycle" default="on" />
    1477             <check key="horse" text="Horse" default="off" />
    1478             <check key="motorcycle" text="Motorcycle" default="off" />
    1479             <check key="motorcar" text="Motorcar" default="off" />
     1439            <optional text="Allowed traffic:">
     1440                <check key="foot" text="Foot" default="on" />
     1441                <check key="bicycle" text="Bicycle" default="on" />
     1442                <check key="horse" text="Horse" default="off" />
     1443                <check key="motorcycle" text="Motorcycle" default="off" />
     1444                <check key="motorcar" text="Motorcar" default="off" />
     1445            </optional>
    14801446            <optional>
    14811447                <text key="maxwidth" text="Max. width (meters)" length="7" />
     
    14841450        <item name="Hampshire Gate" icon="presets/empty.png" type="node">
    14851451            <label text="Edit Hampshire Gate" />
    1486             <space />
    14871452            <key key="barrier" value="hampshire_gate" />
    1488             <label text="Allowed traffic:" />
    1489             <space />
    1490             <check key="foot" text="Foot" default="on" />
    1491             <check key="bicycle" text="Bicycle" default="on" />
    1492             <check key="horse" text="Horse" default="off" />
    1493             <check key="motorcycle" text="Motorcycle" default="off" />
    1494             <check key="motorcar" text="Motorcar" default="off" />
     1453            <optional text="Allowed traffic:">
     1454                <check key="foot" text="Foot" default="on" />
     1455                <check key="bicycle" text="Bicycle" default="on" />
     1456                <check key="horse" text="Horse" default="off" />
     1457                <check key="motorcycle" text="Motorcycle" default="off" />
     1458                <check key="motorcar" text="Motorcar" default="off" />
     1459            </optional>
    14951460            <optional>
    14961461                <text key="maxwidth" text="Max. width (meters)" length="7" />
     
    14991464        <item name="Bump Gate" icon="presets/empty.png" type="node">
    15001465            <label text="Edit Bump Gate" />
    1501             <space />
    15021466            <key key="barrier" value="bump_gate" />
    1503             <label text="Allowed traffic:" />
    1504             <space />
    1505             <check key="foot" text="Foot" default="on" />
    1506             <check key="bicycle" text="Bicycle" default="on" />
    1507             <check key="horse" text="Horse" default="off" />
    1508             <check key="motorcycle" text="Motorcycle" default="off" />
    1509             <check key="motorcar" text="Motorcar" default="off" />
     1467            <optional text="Allowed traffic:">
     1468                <check key="foot" text="Foot" default="on" />
     1469                <check key="bicycle" text="Bicycle" default="on" />
     1470                <check key="horse" text="Horse" default="off" />
     1471                <check key="motorcycle" text="Motorcycle" default="off" />
     1472                <check key="motorcar" text="Motorcar" default="off" />
     1473            </optional>
    15101474            <optional>
    15111475                <text key="maxwidth" text="Max. width (meters)" length="7" />
     
    15151479            <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=kissing_gate" />
    15161480            <label text="Edit Kissing Gate" />
    1517             <space />
    15181481            <key key="barrier" value="kissing_gate" />
    1519             <label text="Allowed traffic:" />
    1520             <space />
    1521             <check key="foot" text="Foot" default="on" />
    1522             <check key="bicycle" text="Bicycle" default="off" />
     1482            <optional text="Allowed traffic:">
     1483                <check key="foot" text="Foot" default="on" />
     1484                <check key="bicycle" text="Bicycle" default="off" />
     1485            </optional>
    15231486            <optional>
    15241487                <text key="maxwidth" text="Max. width (meters)" length="7" />
     
    15291492                  pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=chain" />
    15301493            <label text="Edit Chain" />
    1531             <space />
    15321494            <key key="barrier" value="chain" />
    1533             <label text="Allowed traffic:" />
    1534             <space />
    1535             <check key="foot" text="Foot" default="on" />
    1536             <check key="bicycle" text="Bicycle" default="on" />
    1537             <check key="horse" text="Horse" default="off" />
    1538             <check key="motorcycle" text="Motorcycle" default="off" />
    1539             <check key="motorcar" text="Motorcar" default="off" />
     1495            <optional text="Allowed traffic:">
     1496                <check key="foot" text="Foot" default="on" />
     1497                <check key="bicycle" text="Bicycle" default="on" />
     1498                <check key="horse" text="Horse" default="off" />
     1499                <check key="motorcycle" text="Motorcycle" default="off" />
     1500                <check key="motorcar" text="Motorcar" default="off" />
     1501            </optional>
    15401502            <optional>
    15411503                <text key="maxwidth" text="Max. width (meters)" length="7" />
     
    15471509            <space />
    15481510            <key key="barrier" value="stile" />
    1549             <optional>
    1550                 <combo key="stile" text="Type" values="ladder,squeezer,stepover" />
     1511            <combo key="stile" text="Type" values="ladder,squeezer,stepover" />
     1512            <optional>
    15511513                <combo key="material" text="Material" values="metal,stone,wood" />
    15521514            </optional>
    1553             <label text="Allowed traffic:" />
    1554             <space />
    1555             <check key="foot" text="Foot" default="on" />
    1556             <check key="bicycle" text="Bicycle" default="off" />
     1515            <optional text="Allowed traffic:">
     1516                <check key="foot" text="Foot" default="on" />
     1517                <check key="bicycle" text="Bicycle" default="off" />
     1518            </optional>
    15571519        </item> <!-- stile -->
    15581520        <item name="Turnstile" icon="styles/standard/vehicle/turnstile.png" type="node">
     
    15611523                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=stile" />
    15621524            <label text="Edit Turnstile" />
    1563             <space />
    15641525            <key key="barrier" value="turnstile" />
    1565             <label text="Allowed traffic:" />
    1566             <space />
    1567             <check key="foot" text="Foot" default="on" />
    1568             <check key="bicycle" text="Bicycle" default="off" />
     1526            <optional text="Allowed traffic:">
     1527                <check key="foot" text="Foot" default="on" />
     1528                <check key="bicycle" text="Bicycle" default="off" />
     1529            </optional>
    15691530        </item> <!-- turnstile -->
    15701531        <item name="Sally Port" icon="styles/standard/vehicle/sally_port.png" type="node">
     
    15731534                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=sally_port" />
    15741535            <label text="Edit Sally Port" />
    1575             <space />
    15761536            <key key="barrier" value="sally_port" />
    1577             <label text="Allowed traffic:" />
    1578             <space />
    1579             <check key="foot" text="Foot" default="on" />
    1580             <check key="bicycle" text="Bicycle" default="on" />
    1581             <check key="horse" text="Horse" default="off" />
    1582             <check key="motorcycle" text="Motorcycle" default="off" />
    1583             <check key="motorcar" text="Motorcar" default="off" />
     1537            <optional text="Allowed traffic:">
     1538                <check key="foot" text="Foot" default="on" />
     1539                <check key="bicycle" text="Bicycle" default="on" />
     1540                <check key="horse" text="Horse" default="off" />
     1541                <check key="motorcycle" text="Motorcycle" default="off" />
     1542                <check key="motorcar" text="Motorcar" default="off" />
     1543            </optional>
    15841544            <optional>
    15851545                <text key="maxheight" text="Max. height (meters)" length="7" />
     
    15871547            </optional>
    15881548        </item> <!-- sally_port -->
    1589 
    15901549    </group> <!-- Barriers -->
    15911550    <group name="Passageways" icon="presets/tunnel.png">
    15921551        <item name="Tunnel" icon="presets/tunnel.png" type="way">
    1593             <label text="Edit Tunnel"/>
    15941552            <link href="http://wiki.openstreetmap.org/wiki/Key:tunnel"
    15951553                  de.href="http://wiki.openstreetmap.org/wiki/DE:Key:tunnel"
     
    16011559                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:tunnel"
    16021560                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:tunnel" />
    1603             <space />
     1561            <label text="Edit Tunnel"/>
    16041562            <key key="tunnel" value="yes" />
    16051563            <optional>
     
    16121570        </item>
    16131571        <item name="Building Passage" icon="presets/tunnel.png" type="way">
    1614             <label text="Edit Building Passage"/>
    16151572            <link href="http://wiki.openstreetmap.org/wiki/Key:tunnel"
    16161573                  de.href="http://wiki.openstreetmap.org/wiki/DE:Key:tunnel"
     
    16221579                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:tunnel"
    16231580                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:tunnel" />
    1624             <space />
     1581            <label text="Edit Building Passage"/>
    16251582            <key key="tunnel" value="building_passage" />
    16261583            <optional>
     
    16331590        </item>
    16341591        <item name="Arcade" type="way">
    1635             <label text="Edit Arcade"/>
    16361592            <link href="http://wiki.openstreetmap.org/wiki/Key:covered"
    16371593                  de.href="http://wiki.openstreetmap.org/wiki/DE:Key:covered"
     
    16391595                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:covered"
    16401596                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:covered" />
     1597            <label text="Edit Arcade"/>
    16411598            <space />
    16421599            <key key="covered" value="arcade" />
     
    16501607        </item>
    16511608        <item name="Colonnade" type="way">
    1652             <label text="Edit Colonnade"/>
    16531609            <link href="http://wiki.openstreetmap.org/wiki/Key:covered"
    16541610                  de.href="http://wiki.openstreetmap.org/wiki/DE:Key:covered"
     
    16561612                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:covered"
    16571613                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:covered" />
     1614            <label text="Edit Colonnade"/>
    16581615            <space />
    16591616            <key key="covered" value="colonnade" />
     
    16671624        </item>
    16681625        <item name="Avalanche Protector" type="way">
    1669             <label text="Edit Avalanche Protector"/>
    16701626            <link href="http://wiki.openstreetmap.org/wiki/Key:tunnel"
    16711627                  de.href="http://wiki.openstreetmap.org/wiki/DE:Key:tunnel"
     
    16771633                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:tunnel"
    16781634                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:tunnel" />
     1635            <label text="Edit Avalanche Protector"/>
    16791636            <space />
    16801637            <key key="tunnel" value="avalanche_protector" />
     
    16921649  <group name="Water" icon="presets/waterway.png">
    16931650    <group name="Water" icon="presets/waterway.png">
    1694         <separator/>
    16951651        <item name="Drain" icon="presets/waterway.png" type="way">
    16961652            <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=drain"
     
    17721728                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=spring" />
    17731729            <label text="Edit Spring" />
     1730            <space />
    17741731            <key key="natural" value="spring" />
    17751732            <text key="name" text="Name" />
     
    18111768                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:man_made=groyne"
    18121769                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=groyne" />
    1813             <label text="Edit Groyne" />
    1814             <space />
    18151770            <key key="man_made" value="groyne" />                               
    18161771        </item>
     
    18271782        <separator/>
    18281783        <item name="Culvert" icon="presets/tunnel.png" type="way">
    1829             <label text="Edit Culvert"/>
    18301784            <link href="http://wiki.openstreetmap.org/wiki/Tag:tunnel=culvert"
    18311785                  de.href="http://wiki.openstreetmap.org/wiki/DE:tunnel=culvert"
     
    18331787                  pl.href="http://wiki.openstreetmap.org/wiki/Pl:tunnel=culvert"
    18341788                  ru.href="http://wiki.openstreetmap.org/wiki/RU:tunnel=culvert" />
    1835             <space />
     1789            <label text="Edit Culvert"/>
    18361790            <key key="tunnel" value="culvert" />
    18371791            <optional>
     
    18621816        <item name="Covered Reservoir" icon="presets/reservoir_covered.png" type="node,closedway,relation">
    18631817            <label text="Edit Covered Reservoir" />
     1818            <space />
    18641819            <key key="man_made" value="reservoir_covered" />
    18651820            <text key="name" text="Name" />
     
    18741829                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=water" />
    18751830            <label text="Edit Water" />
     1831            <space />
    18761832            <key key="natural" value="water" />
    18771833            <text key="name" text="Name" />
     
    18791835        <item name="Land" icon="presets/landuse.png" type="node,closedway,relation">
    18801836            <label text="Edit Land" />
     1837            <space />
    18811838            <key key="natural" value="land" />
    18821839            <text key="name" text="Name" />
     
    18881845                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=coastline" />
    18891846            <label text="Edit Coastline" />
     1847            <space />
    18901848            <key key="natural" value="coastline" />
    18911849            <text key="name" text="Name" />
     
    18991857                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:waterway=riverbank" />
    19001858            <label text="Edit Riverbank" />
     1859            <space />
    19011860            <key key="waterway" value="riverbank" />
    19021861            <text key="name" text="Name" />
     
    19141873                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=wetland" />
    19151874            <label text="Edit Wetland" />
     1875            <space />
    19161876            <key key="natural" value="wetland" />
    19171877            <text key="name" text="Name" />
     
    19211881            <label text="Edit Mud" />
    19221882            <key key="natural" value="mud" />
     1883            <space />
    19231884            <text key="name" text="Name" />
    19241885        </item>
     
    19301891                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=beach" />
    19311892            <label text="Edit Beach" />
     1893            <space />
    19321894            <key key="natural" value="beach" />
    19331895            <text key="name" text="Name" />
     
    19351897        <item name="Bay" icon="presets/bay.png" type="node,closedway,relation">
    19361898            <label text="Edit Bay" />
     1899            <space />
    19371900            <key key="natural" value="bay" />
    19381901            <text key="name" text="Name" />
     
    19451908                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=cliff" />
    19461909            <label text="Edit Cliff" />
     1910            <space />
    19471911            <key key="natural" value="cliff" />
    19481912            <text key="name" text="Name" />
     
    19581922                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=ferry_terminal" />
    19591923            <label text="Edit Ferry Terminal" />
     1924            <space />
    19601925            <key key="amenity" value="ferry_terminal" />
    19611926            <text key="name" text="Name" />
     
    19691934                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:route=ferry" />
    19701935            <label text="Edit Ferry" />
    1971             <space />
    19721936            <key key="route" value="ferry" />
    19731937            <optional>
     
    19781942        <item name="Marina" icon="presets/marina.png" type="node,closedway">
    19791943            <label text="Edit Marina" />
     1944            <space />
    19801945            <key key="leisure" value="marina" />
    19811946            <text key="name" text="Name" />
     
    19881953                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=pier" />
    19891954            <label text="Edit Pier" />
     1955            <space />
    19901956            <key key="man_made" value="pier" />
    19911957            <text key="name" text="Name" />
     
    20131979            <label text="Edit Slipway" />
    20141980            <key key="leisure" value="slipway" />
    2015             <text key="name" text="Name" />
     1981            <optional>
     1982                <text key="name" text="Name" />
     1983            </optional>
    20161984        </item>
    20171985        <item name="Boatyard" icon="presets/boatyard.png" type="node,closedway">
     
    20452013                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:railway=rail" />
    20462014            <label text="Edit Rail" />
    2047             <space />
    20482015            <key key="railway" value="rail" />
    20492016            <optional>
    20502017                <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
    2051                 <combo key="service" text="Service/Type" values="yard,siding,spur" />
     2018                <combo key="service" text="Service type" values="yard,siding,spur" />
    20522019                <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
    20532020                <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" />
     
    20602027                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:railway=light_rail" />
    20612028            <label text="Edit Narrow Gauge Rail" />
    2062             <space />
    20632029            <key key="railway" value="narrow_gauge" />
    20642030            <optional>
    20652031                <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
    2066                 <combo key="service" text="Types" values="yard,siding,spur" />
     2032                <combo key="service" text="Service type" values="yard,siding,spur" />
    20672033                <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
    20682034                <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" />
     
    20772043                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=monorail" />
    20782044            <label text="Edit Monorail" />
    2079             <space />
    20802045            <key key="railway" value="monorail" />
    20812046            <optional>
    2082                 <combo key="service" text="Types" values="yard,siding,spur" />
     2047                <combo key="service" text="Service type" values="yard,siding,spur" />
    20832048                <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" />
    20842049                <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" />
     
    20892054            <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=preserved" />
    20902055            <label text="Edit Preserved Railway" />
    2091             <space />
    20922056            <key key="railway" value="preserved" />
    20932057            <optional>
    2094                 <combo key="service" text="Types" values="yard,siding,spur" />
     2058                <combo key="service" text="Service type" values="yard,siding,spur" />
    20952059                <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
    20962060                <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" />
     
    21022066            <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=light_rail" />
    21032067            <label text="Edit Light Rail" />
    2104             <space />
    21052068            <key key="railway" value="light_rail" />
    21062069            <optional>
    2107                 <combo key="service" text="Types" values="yard,siding,spur" />
     2070                <combo key="service" text="Service type" values="yard,siding,spur" />
    21082071                <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
    21092072                <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" />
     
    21172080                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=subway"
    21182081                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:railway=subway" />
    2119             <label text="Edit Tram" />
    21202082            <label text="Edit Subway" />
    2121             <space />
    21222083            <key key="railway" value="subway" />
    21232084            <optional>
    2124                 <combo key="service" text="Types" values="yard,siding,spur" />
     2085                <combo key="service" text="Service type" values="yard,siding,spur" />
    21252086                <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
    21262087                <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" />
     
    21372098                  uk.href="http://wiki.openstreetmap.org/wiki/UK:Tag:railway=tram" />
    21382099            <label text="Edit Tram" />
    2139             <space />
    21402100            <key key="railway" value="tram" />
    21412101            <optional>
    2142                 <combo key="service" text="Types" values="yard,siding,spur" />
     2102                <combo key="service" text="Service type" values="yard,siding,spur" />
    21432103                <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
    21442104                <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" />
     
    21522112                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=bus_guideway" />
    21532113            <label text="Edit Bus Guideway" />
    2154             <space />
    21552114            <key key="highway" value="bus_guideway" />
    21562115            <optional>
     
    21722131            <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=disused" />
    21732132            <label text="Edit Disused Railway" />
    2174             <space />
    21752133            <key key="railway" value="disused" />
    21762134            <optional>
    2177                 <combo key="service" text="Types" values="yard,siding,spur" />
     2135                <combo key="service" text="Service type" values="yard,siding,spur" />
    21782136            </optional>
    21792137        </item>
     
    21822140                  de.href="http://wiki.openstreetmap.org/wiki/Tag:railway=abandoned" />
    21832141            <label text="Edit Abandoned Railway" />
    2184             <space />
    21852142            <key key="railway" value="abandoned" />
    21862143            <optional>
    2187                 <combo key="service" text="Types" values="yard,siding,spur" />
     2144                <combo key="service" text="Service type" values="yard,siding,spur" />
    21882145            </optional>
    21892146        </item>
     
    22002157                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=level_crossing"
    22012158                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:railway=level_crossing" />
     2159            <label text="Edit Level Crossing" />
    22022160            <key key="railway" value="level_crossing" />
    22032161            <optional>
     
    22162174                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:crossing"
    22172175                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:crossing" />
     2176            <label text="Edit Crossing" />
    22182177            <key key="railway" value="crossing" />
    22192178            <optional>
     
    22432202            <link href="http://wiki.openstreetmap.org/wiki/Tag:aerialway=chair_lift" />
    22442203            <label text="Edit Chair Lift" />
     2204            <space />
    22452205            <key key="aerialway" value="chair_lift" />
    22462206            <text key="name" text="Name" />
     
    22572217            <link href="http://wiki.openstreetmap.org/wiki/Tag:aerialway=drag_lift" />
    22582218            <label text="Edit Drag Lift" />
     2219            <space />
    22592220            <key key="aerialway" value="drag_lift" />
    22602221            <text key="name" text="Name" />
     
    22712232                  sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:aerialway=cable_car" />
    22722233            <label text="Edit Cable Car" />
     2234            <space />
    22732235            <key key="aerialway" value="cable_car" />
    22742236            <text key="name" text="Name" />
     
    22872249                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Proposed_features/Piste_Maps" />
    22882250            <label text="Edit Gondola" />
     2251            <space />
    22892252            <key key="aerialway" value="gondola" />
    22902253            <text key="name" text="Name" />
     
    23002263            <link href="http://wiki.openstreetmap.org/wiki/Tag:aerialway=mixed_lift" />
    23012264            <label text="Edit Mixed Lift (containing both gondolas and chairs)" />
     2265            <space />
    23022266            <key key="aerialway" value="mixed_lift" />
    23032267            <text key="name" text="Name" />
     
    23142278            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" />
    23152279            <label text="Edit T-bar Lift" />
     2280            <space />
    23162281            <key key="aerialway" value="t-bar" />
    23172282            <text key="name" text="Name" />
     
    23252290            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" />
    23262291            <label text="Edit J-bar Lift" />
     2292            <space />
    23272293            <key key="aerialway" value="j-bar" />
    23282294            <text key="name" text="Name" />
     
    23362302            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" />
    23372303            <label text="Edit Platter Lift" />
     2304            <space />
    23382305            <key key="aerialway" value="platter" />
    23392306            <text key="name" text="Name" />
     
    23472314            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" />
    23482315            <label text="Edit Rope Tow" />
     2316            <space />
    23492317            <key key="aerialway" value="rope_tow" />
    23502318            <text key="name" text="Name" />
     
    23582326            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" />
    23592327            <label text="Edit Magic Carpet" />
     2328            <space />
    23602329            <key key="aerialway" value="magic_carpet" />
    23612330            <text key="name" text="Name" />
     
    23662335            </optional>
    23672336        </item>
    2368         <item name="Goods" name_context="aerialway" icon="presets/goods.png" type="way">
    2369             <label text="Edit Goods" text_context="aerialway" />
     2337        <item name="Goods" icon="presets/goods.png" type="way">
     2338            <label text="Edit Goods" />
     2339            <space />
    23702340            <key key="aerialway" value="goods" />
    23712341            <text key="name" text="Name" />
     
    23792349            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" />
    23802350            <label text="Edit Station" text_context="aerialway" />
     2351            <space />
    23812352            <key key="aerialway" value="station" />
    23822353            <text key="name" text="Name" />
    23832354        </item>
    2384         <item name="Pylon" name_context="aerialway" icon="presets/power_tower.png" type="node">
     2355        <item name="Pylon" icon="presets/power_tower.png" type="node">
    23852356            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" />
    2386             <label text="Edit Pylon" text_context="aerialway" />
     2357            <label text="Edit Pylon" />
     2358            <space />
    23872359            <key key="aerialway" value="pylon" />
    23882360            <text key="name" text="Name" />
     
    24012373                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=parking" />
    24022374            <label text="Edit Parking" />
     2375            <space />
    24032376            <key key="amenity" value="parking" />
    24042377            <text key="name" text="Name" />
     2378            <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" />
    24052379            <text key="ref" text="Reference number" />
    2406             <combo key="parking" text="Type" values="multi-storey,surface,underground" default="surface" />
    24072380            <text key="maxheight" text="Max. height (meters)" />
    24082381            <combo key="access" text="Access" values="yes,private,customers,permissive,no" />
     
    24222395                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=parking_space" />
    24232396            <label text="Edit Parking space" />
     2397            <space />
    24242398            <key key="amenity" value="parking_space" />
    24252399            <text key="name" text="Name" />
     2400            <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" />
    24262401            <text key="ref" text="Reference number" />
    2427             <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" />
    24282402            <text key="capacity" text="Capacity" />
    24292403            <space />
     
    24422416                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=parking_entrance" />
    24432417            <label text="Edit Parking entrance" />
     2418            <space />
    24442419            <key key="amenity" value="parking_entrance" />
    24452420            <text key="name" text="Name" />
     2421            <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" />
    24462422            <text key="ref" text="Reference number" />
    24472423            <space />
    2448             <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" />
    24492424            <combo key="access" text="Access" values="yes,private,customers,permissive,no" />
    24502425            <combo key="fee" text="Fee" values="yes,no,interval" />
     
    24702445                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=fuel" />
    24712446            <label text="Edit Fuel" />
     2447            <space />
    24722448            <key key="amenity" value="fuel" />
    24732449            <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" />
     
    25012477            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=fuel"/>
    25022478            <label text="Edit Charging Station (for electric cars)" />
     2479            <space />
    25032480            <key key="amenity" value="charging_station" />
    25042481            <text key="operator" text="Operator" />
     
    25082485        <item name="Wash" icon="presets/car_wash.png" type="node,closedway">
    25092486            <label text="Edit Car Wash" />
     2487            <space />
    25102488            <key key="amenity" value="car_wash" />
    25112489            <text key="name" text="Name" />
     
    25332511        <item name="Repair" icon="presets/car_repair.png" type="node,closedway">
    25342512            <label text="Edit Car Repair" />
     2513            <space />
    25352514            <key key="shop" value="car_repair" />
    25362515            <text key="name" text="Name" />
     
    25522531        <item name="Tyres" icon="presets/tyres.png" type="node,closedway">
    25532532            <label text="Edit Tyres" />
     2533            <space />
    25542534            <key key="shop" value="tyres" />
    25552535            <text key="name" text="Name" />
     
    25712551                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=car_rental" />
    25722552            <label text="Edit Car Rental" />
     2553            <space />
    25732554            <key key="amenity" value="car_rental" />
    25742555            <text key="name" text="Name" />
     
    25762557            <text key="operator" text="Operator" />
    25772558            <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" />
     2559            <combo key="second_hand" text="Second hand" values="only,yes,no" />
    25782560        </item>
    25792561        <item name="Sharing" icon="presets/car_sharing.png" type="node,closedway">
     
    25862568                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=car_sharing" />
    25872569            <label text="Edit Car Sharing" />
     2570            <space />
    25882571            <key key="amenity" value="car_sharing" />
    25892572            <text key="operator" text="Operator" />
     
    25972580        <item name="Parking" icon="styles/standard/vehicle/parking/motorbike.png" type="node,closedway">
    25982581            <label text="Edit Motorcycle Parking" />
     2582            <space />
    25992583            <key key="amenity" value="motorcycle_parking" />
    26002584            <text key="name" text="Name" />
    26012585            <text key="capacity" text="Capacity" />
    2602             <combo key="parking" text="Type" values="multi-storey,surface,underground" default="surface" />
     2586            <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" />
    26032587            <combo key="fee" text="Fee" values="yes,no" />
    26042588        </item>
     
    26092593                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=motorcycle"/>
    26102594            <label text="Edit Shop Motorcycle" />
     2595            <space />
    26112596            <key key="shop" value="motorcycle" />
    26122597            <text key="name" text="Name" />
     
    26142599            <text key="operator" text="Operator" />
    26152600            <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" />
    2616             <label text="Services:" />
    2617                 <combo key="sale" text="Sale" values="yes,brand,used,no" values_context="motorcycle" />
     2601            <combo key="second_hand" text="Second hand" values="only,yes,no" />
     2602            <optional text="Services:">
     2603                <combo key="sale" text="Sale" values="yes,brand,no" />
    26182604                <combo key="rental" text="Rental" values="yes,brand,no" />
    26192605                <combo key="repair" text="Repair" values="yes,brand,oldtimer,no" />
     
    26222608                <combo key="clothes" text="Clothes" values="yes,brand,no" />
    26232609                <text key="services" text="Other" />
    2624             <label text="Contact:" />
     2610            </optional>
     2611            <optional text="Contact:">
    26252612                <text key="phone" text="Phone Number" />
    26262613                <text key="fax" text="Fax Number" />
    26272614                <text key="website" text="Website" />
    26282615                <text key="email" text="Email Address" />
     2616            </optional>
    26292617        </item>
    26302618    </group> <!-- Motorcycle -->
     
    26402628                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:amenity=bicycle_parking" />
    26412629            <label text="Edit Bicycle Parking" />
     2630            <space />
    26422631            <key key="amenity" value="bicycle_parking" />
    26432632            <text key="name" text="Name" />
     
    26572646                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:shop=bicycle" />
    26582647            <label text="Edit Bicycle Shop" />
     2648            <space />
    26592649            <key key="shop" value="bicycle" />
    26602650            <text key="name" text="Name" />
    2661                         <check key="service:bicycle:retail" text="Bicycles are sold" />
    2662                         <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" />
    2663                         <check key="service:bicycle:repair" text="Bicycles are repaired" />
    2664                         <check key="service:bicycle:rental" text="Bicycles are rented" />
    2665                         <check key="service:bicycle:pump" text="Free bicycle pump" />
    2666                         <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" />
    2667                         <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" />
     2651            <check key="service:bicycle:retail" text="Bicycles are sold" />
     2652            <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" />
     2653            <check key="service:bicycle:repair" text="Bicycles are repaired" />
     2654            <check key="service:bicycle:rental" text="Bicycles are rented" />
     2655            <check key="service:bicycle:pump" text="Free bicycle pump" />
     2656            <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" />
     2657            <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" />
    26682658        </item>
    26692659        <item name="Rental" icon="presets/bicycle_rental.png" type="node,closedway">
     
    26792669                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:amenity=bicycle_rental" />
    26802670            <label text="Edit Bicycle Rental" />
     2671            <space />
    26812672            <key key="amenity" value="bicycle_rental" />
    26822673            <text key="name" text="Name" />
     
    26872678            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Route"/>
    26882679            <label text="Edit Route"/>
     2680            <space />
    26892681            <key key="type" value="route"/>
    26902682            <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,aerialway,ferry"/>
     
    27132705            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Route_master"/>
    27142706            <label text="Edit Route master"/>
     2707            <space />
    27152708            <key key="type" value="route_master"/>
    27162709            <combo key="route_master" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,aerialway,ferry"/>
     
    27292722            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Stop_area"/>
    27302723            <label text="Edit Stop Area"/>
     2724            <space />
    27312725            <key key="type" value="public_transport"/>
    27322726            <key key="public_transport" value="stop_area"/>
     
    27482742        <item name="Stop Position" type="node" icon="presets/barrier.png">
    27492743            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Stop_area"/>
     2744            <label text="Edit Stop Position"/>
     2745            <space />
    27502746            <key key="public_transport" value="stop_position"/>
    27512747            <text key="name" text="Name"/>
     
    27572753                <text key="network" text="Network"/>
    27582754            </optional>
    2759             <space/>
    27602755            <check key="bus" text="Bus"/>
    27612756            <check key="highway" value_on="bus_stop" value_off="" text="Bus stop (legacy)"/>
     
    27752770        <item name="Platform" type="node,way,closedway" icon="presets/platform_bus.png">
    27762771            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Platform"/>
     2772            <label text="Edit Platform"/>
     2773            <space />
    27772774            <key key="public_transport" value="platform"/>
    27782775            <text key="name" text="Name"/>
     
    28022799            </optional>
    28032800        </item>
    2804         <item name="Station" type="node,closedway" icon="styles/standard/transport/railway_station.png">
     2801        <item name="Station" name_context="railway" type="node,closedway" icon="styles/standard/transport/railway_station.png">
    28052802            <link href="http://wiki.openstreetmap.org/wiki/Tag:public_transport=station"/>
     2803            <label text="Edit Station" text_context="railway" />
     2804            <space />
    28062805            <key key="public_transport" value="station"/>
    28072806            <text key="name" text="Name"/>
     
    28182817                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:railway=subway_entrance" />
    28192818            <label text="Edit Subway Entrance" />
    2820             <space />
    28212819            <key key="railway" value="subway_entrance" />
    28222820            <optional>
     
    28262824            </optional>
    28272825        </item>
    2828         <item name="Ticket Machine" de.name="Fahrausweisautomat" icon="presets/vending_machine.png" type="node">
     2826        <item name="Ticket Machine" icon="presets/vending_machine.png" type="node">
    28292827            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=vending_machine"
    28302828                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=vending_machine"
     
    28322830                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=vending_machine"
    28332831                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=vending_machine"/>
     2832            <label text="Edit Ticket Machine" />
     2833            <space />
    28342834            <key key="amenity" value="vending_machine"/>
    28352835            <key key="vending" value="public_transport_tickets"/>
     
    28542854                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:railway=station" />
    28552855            <label text="Edit Station" text_context="railway" />
    2856             <space />
    28572856            <key key="railway" value="station" />
    28582857            <optional>
     
    28672866                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:railway=halt" />
    28682867            <label text="Edit Halt" />
    2869             <space />
    28702868            <key key="railway" value="halt" />
    28712869            <optional>
     
    28782876                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=tram_stop" />
    28792877            <label text="Edit Tram Stop" />
    2880             <space />
    28812878            <key key="railway" value="tram_stop" />
    28822879            <optional>
     
    28892886                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=platform" />
    28902887            <label text="Edit Railway Platform" />
     2888            <space />
    28912889            <key key="railway" value="platform" />
    2892             <space />
    28932890            <text key="ref" text="Reference (track number)" />
    28942891            <text key="width" text="Width (meters)" />
     
    29162913                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=bus_stop" />
    29172914            <label text="Edit Bus Stop" />
    2918             <space />
    29192915            <key key="highway" value="bus_stop" />
    29202916            <optional>
     
    29232919                <combo key="bench" text="Bench" values="yes,no" />
    29242920                <combo key="tactile_paving" text="Tactile Paving" values="yes,no" />
    2925 
    29262921            </optional>
    29272922        </item>
    29282923        <item name="Bus Platform" icon="presets/platform_bus.png" type="node,way,closedway">
    29292924            <label text="Edit Bus Platform" />
     2925            <space />
    29302926            <key key="highway" value="platform" />
    2931             <space />
    29322927            <text key="ref" text="Reference (track number)" />
    29332928            <text key="width" text="Width (meters)" />
     
    29402935                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=taxi"
    29412936                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=taxi" />
    2942         <label text="Edit Taxi station" />
     2937        <label text="Edit Taxi Station" />
     2938        <space />
    29432939        <key key="amenity" value="taxi" />
    29442940        <text key="name" text="Name" />
     
    29512947                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=aerodrome" />
    29522948            <label text="Edit Airport Ground" />
     2949            <space />
    29532950            <key key="aeroway" value="aerodrome" />
    29542951            <text key="name" text="Name" />
     
    29992996                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=apron"
    30002997                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=apron" />
    3001             <label text="Apron" />
    30022998            <key key="aeroway" value="apron" />
    30032999        </item>
    30043000        <item name="Hangar" icon="presets/hangar.png" type="node,closedway">
    30053001            <link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=hangar" />
    3006             <label text="Hangar" />
    30073002            <key key="building" value="hangar" />
    30083003        </item>
     
    30113006                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=beacon"
    30123007                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=beacon" />
    3013             <label text="Beacon" />
    30143008            <key key="man_made" value="beacon" />
    30153009        </item>
     
    30173011            <link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=windsock"
    30183012                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=windsock" />
    3019             <label text="Windsock" />
    30203013            <key key="aeroway" value="windsock" />
    30213014        </item>
     
    30273020                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=terminal" />
    30283021            <label text="Edit Terminal" />
     3022            <space />
    30293023            <key key="aeroway" value="terminal" />
    30303024            <text key="name" text="Name" />
     
    30353029                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=gate" />
    30363030            <label text="Edit Terminal Gate" />
     3031            <space />
    30373032            <key key="aeroway" value="gate" />
    30383033            <text key="ref" text="Reference" />
     
    30503045                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=hotel" />
    30513046            <label text="Edit Hotel" />
     3047            <space />
    30523048            <key key="tourism" value="hotel" />
    30533049            <text key="name" text="Name" />
     
    30703066                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=motel" />
    30713067            <label text="Edit Motel" />
     3068            <space />
    30723069            <key key="tourism" value="motel" />
    30733070            <text key="name" text="Name" />
     
    30903087                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=guest_house" />
    30913088            <label text="Edit Guest House" />
     3089            <space />
    30923090            <key key="tourism" value="guest_house" />
    30933091            <text key="name" text="Name" />
     
    31113109                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=chalet" />
    31123110            <label text="Edit Chalet" />
     3111            <space />
    31133112            <key key="tourism" value="chalet" />
    31143113            <text key="name" text="Name" />
     
    31333132                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=hostel" />
    31343133            <label text="Edit Hostel" />
     3134            <space />
    31353135            <key key="tourism" value="hostel" />
    31363136            <text key="name" text="Name" />
     
    31553155                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=alpine_hut" />
    31563156            <label text="Edit Alpine Hut" />
     3157            <space />
    31573158            <key key="tourism" value="alpine_hut" />
    31583159            <text key="name" text="Name" />
     
    31763177                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=caravan_site" />
    31773178            <label text="Edit Caravan Site" />
     3179            <space />
    31783180            <key key="tourism" value="caravan_site" />
    31793181            <text key="name" text="Name" />
     
    32053207                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=camp_site" />
    32063208            <label text="Edit Camping Site" />
     3209            <space />
    32073210            <key key="tourism" value="camp_site" />
    32083211            <text key="name" text="Name" />
     
    32313234                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=restaurant" />
    32323235            <label text="Edit Restaurant" />
     3236            <space />
    32333237            <key key="amenity" value="restaurant" />
    32343238            <text key="name" text="Name" />
     
    32563260                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=fast_food" />
    32573261            <label text="Edit Fast Food Restaurant" />
     3262            <space />
    32583263            <key key="amenity" value="fast_food" />
    32593264            <text key="name" text="Name" />
     
    32783283                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=food_court" />
    32793284            <label text="Edit Food Court" />
     3285            <space />
    32803286            <key key="amenity" value="food_court" />
    32813287            <text key="name" text="Name" />
     
    33023308                  zh_CN.href="http://wiki.openstreetmap.org/wiki/Zh-hans:Tag:amenity=cafe" />
    33033309            <label text="Edit Cafe" />
     3310            <space />
    33043311            <key key="amenity" value="cafe" />
    33053312            <text key="name" text="Name" />
     
    33253332                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=pub" />
    33263333            <label text="Edit Pub" />
     3334            <space />
    33273335            <key key="amenity" value="pub" />
    33283336            <text key="name" text="Name" />
     
    33483356                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=biergarten" />
    33493357            <label text="Edit Biergarten" />
     3358            <space />
    33503359            <key key="amenity" value="biergarten" />
    33513360            <text key="name" text="Name" />
     
    33743383                  zh_CN.href="http://wiki.openstreetmap.org/wiki/Zh-hans:Tag:amenity=bar" />
    33753384            <label text="Edit Bar" />
     3385            <space />
    33763386            <key key="amenity" value="bar" />
    33773387            <text key="name" text="Name" />
     
    33983408                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=nightclub" />
    33993409            <label text="Edit Nightclub" />
     3410            <space />
    34003411            <key key="amenity" value="nightclub" />
    34013412            <text key="name" text="Name" />
     
    34373448        <item name="Attraction" icon="presets/sightseeing.png" type="node,closedway">
    34383449            <label text="Edit Attraction" />
     3450            <space />
    34393451            <key key="tourism" value="attraction" />
    34403452            <text key="name" text="Name" />
     
    34483460                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=viewpoint" />
    34493461            <label text="Edit Viewpoint" />
     3462            <space />
    34503463            <key key="tourism" value="viewpoint" />
    34513464            <text key="name" text="Name" />
     
    34593472                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:information"
    34603473                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:information" />
     3474            <label text="Edit Information Office" />
     3475            <space />
    34613476            <key key="tourism" value="information" />
    34623477            <key key="information" value="office" />
     
    34663481        <item name="Map" icon="presets/map.png" type="node">
    34673482            <link href="http://wiki.openstreetmap.org/wiki/Key:information" />
     3483            <label text="Edit Information Map" />
     3484            <space />
    34683485            <key key="tourism" value="information" />
    34693486            <key key="information" value="map" />
     
    34723489            <combo key="map_size" text="Shown Area" values="site,city,region" />
    34733490            <text key="description" text="Closer Description" />
    3474             <space />
    3475             <label text="Routes shown for:" />
    3476             <check key="hiking" text="Hiking" default="off" />
    3477             <check key="bicycle" text="Cycling" default="off" />
    3478             <check key="mtb" text="Mountainbiking" default="off" />
    3479             <check key="ski" text="Skiing" default="off" />
    3480             <check key="horse" text="Riding" default="off" />
    3481             <label text="... other transportation modes possible" />
     3491            <optional text="Routes shown for:">
     3492                <check key="hiking" text="Hiking" default="off" />
     3493                <check key="bicycle" text="Cycling" default="off" />
     3494                <check key="mtb" text="Mountainbiking" default="off" />
     3495                <check key="ski" text="Skiing" default="off" />
     3496                <check key="horse" text="Riding" default="off" />
     3497                <space />
     3498                <label text="... other transportation modes possible" />
     3499            </optional>
    34823500        </item>
    34833501        <item name="Information Board" icon="presets/board.png" type="node">
     
    34853503                  de.href="http://wiki.openstreetmap.org/wiki/DE:Proposed_features/information"
    34863504                  it.href="http://wiki.openstreetmap.org/wiki/IT:Proposed_features/information" />
     3505            <label text="Edit Information Board" />
     3506            <space />
    34873507            <key key="tourism" value="information" />
    34883508            <key key="information" value="board" />
     
    34953515                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:information=guidepost"
    34963516                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:information=guidepost" />
     3517            <label text="Edit Guidepost" />
     3518            <space />
    34973519            <key key="tourism" value="information" />
    34983520            <key key="information" value="guidepost" />
    34993521            <text key="name" text="Name" />
    35003522            <text key="ele" text="Elevation" />
    3501             <space />
    3502             <label text="Routes shown for:" />
    3503             <check key="hiking" text="Hiking" default="off" />
    3504             <check key="bicycle" text="Cycling" default="off" />
    3505             <check key="mtb" text="Mountainbiking" default="off" />
    3506             <check key="ski" text="Skiing" default="off" />
    3507             <check key="horse" text="Riding" default="off" />
    3508             <label text="... other transportation modes possible" />
     3523            <optional text="Routes shown for:">
     3524                <check key="hiking" text="Hiking" default="off" />
     3525                <check key="bicycle" text="Cycling" default="off" />
     3526                <check key="mtb" text="Mountainbiking" default="off" />
     3527                <check key="ski" text="Skiing" default="off" />
     3528                <check key="horse" text="Riding" default="off" />
     3529                <space />
     3530                <label text="... other transportation modes possible" />
     3531            </optional>
    35093532        </item>
    35103533        <item name="Information Terminal" icon="presets/information.png" type="node">
    35113534            <link href="http://wiki.openstreetmap.org/wiki/Key:information" />
     3535            <label text="Edit Information Terminal" />
     3536            <space />
    35123537            <key key="tourism" value="information" />
    35133538            <key key="information" value="terminal" />
     
    35203545        <item name="Audioguide" icon="presets/information.png" type="node">
    35213546            <link href="http://wiki.openstreetmap.org/wiki/Key:information" />
     3547            <label text="Edit Audioguide" />
     3548            <space />
    35223549            <key key="tourism" value="information" />
    35233550            <key key="information" value="audioguide" />
     
    35313558            <text key="phone" text="Phone number" />
    35323559        </item>
    3533         <item name="Other Information Points" icon="presets/information.png" type="node,closedway">
     3560        <item name="Other Information Point" icon="presets/information.png" type="node,closedway">
    35343561            <link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=information"
    35353562                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:tourism=information"
     
    35373564                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=information"
    35383565                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=information" />
     3566            <label text="Edit Information Point" />
     3567            <space />
    35393568            <key key="tourism" value="information" />
    35403569            <text key="name" text="Name" />
     
    35513580                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=cinema" />
    35523581            <label text="Edit Cinema" />
     3582            <space />
    35533583            <key key="amenity" value="cinema" />
    35543584            <text key="name" text="Name" />
     
    35613591                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=zoo" />
    35623592            <label text="Edit Zoo" />
     3593            <space />
    35633594            <key key="tourism" value="zoo" />
    35643595            <text key="name" text="Name" />
     
    35813612                  sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:leisure=dog_park" />
    35823613            <label text="Edit Dog Park" />
     3614            <space />
    35833615            <key key="leisure" value="dog_park" />
    35843616            <text key="name" text="Name" />
     
    35933625                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=theme_park"  />   
    35943626            <label text="Edit Theme Park" />
     3627            <space />
    35953628            <key key="tourism" value="theme_park" />
    35963629            <text key="name" text="Name" />
     
    36123645                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:leisure=water_park"  />   
    36133646            <label text="Edit Water Park" />
     3647            <space />
    36143648            <key key="leisure" value="water_park" />
    36153649            <text key="name" text="Name" />
     
    36283662                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=sauna" />
    36293663            <label text="Edit Sauna" />
     3664            <space />
    36303665            <key key="leisure" value="sauna" />
    36313666            <text key="name" text="Name" />           
     
    36423677            <link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=horse_riding" />
    36433678            <label text="Edit Horse riding" />
     3679            <space />
    36443680            <key key="leisure" value="horse_riding" />
    36453681            <text key="name" text="Name" />
     
    36603696                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=brothel" />
    36613697            <label text="Edit Brothel" />
     3698            <space />
    36623699            <key key="amenity" value="brothel" />
    36633700            <text key="name" text="Name" />
     
    36853722                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:leisure=playground" />
    36863723            <label text="Edit Playground" />
     3724            <space />
    36873725            <key key="leisure" value="playground" />
    36883726            <text key="name" text="Name" />
     
    36903728        <item name="Picnic Site" icon="presets/picnic.png" type="node,closedway">
    36913729            <label text="Edit Picnic Site" />
     3730            <space />
    36923731            <key key="tourism" value="picnic_site" />
    36933732            <text key="name" text="Name" />
     
    37133752                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:leisure=fishing" />
    37143753            <label text="Edit Fishing" />
     3754            <space />
    37153755            <key key="leisure" value="fishing" />
    37163756            <text key="name" text="Name" />
     
    37283768                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=museum" />
    37293769            <label text="Edit Museum" />
     3770            <space />
    37303771            <key key="tourism" value="museum" />
    37313772            <text key="name" text="Name" />
     
    37413782                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=theatre" />
    37423783            <label text="Edit Theatre" />
     3784            <space />
    37433785            <key key="amenity" value="theatre" />
    37443786            <text key="name" text="Name" />
     
    37543796                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=library" />
    37553797            <label text="Edit Library" />
     3798            <space />
    37563799            <key key="amenity" value="library" />
    37573800            <text key="name" text="Name" />
     
    37663809                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=arts_centre" />
    37673810            <label text="Edit Arts Centre" />
     3811            <space />
    37683812            <key key="amenity" value="arts_centre" />
    37693813            <text key="name" text="Name" />
     
    37773821                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=artwork" />
    37783822            <label text="Edit Artwork" />
     3823            <space />
    37793824            <key key="tourism" value="artwork" />
    37803825            <text key="name" text="Name" />
     
    37953840                  zh_CN.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=place_of_worship" />
    37963841            <label text="Edit Place of Worship" />
     3842            <space />
    37973843            <key key="amenity" value="place_of_worship" />
    37983844            <text key="name" text="Name" />
     
    38243870                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=public_building" />
    38253871            <label text="Edit Public Building" />
     3872            <space />
    38263873            <key key="amenity" value="public_building" />
    38273874            <text key="name" text="Name" />
     
    38353882                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=townhall" />
    38363883            <label text="Edit Town hall" />
     3884            <space />
    38373885            <key key="amenity" value="townhall" />
    38383886            <text key="name" text="Name" />
     
    38593907                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=embassy" />
    38603908            <label text="Edit Embassy" />
     3909            <space />
    38613910            <key key="amenity" value="embassy" />
    38623911            <text key="name" text="Name" />
     
    38693918                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=courthouse" />
    38703919            <label text="Edit Courthouse" />
     3920            <space />
    38713921            <key key="amenity" value="courthouse" />
    38723922            <text key="name" text="Name" />
     
    38793929                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=prison" />
    38803930            <label text="Edit Prison" />
     3931            <space />
    38813932            <key key="amenity" value="prison" />
    38823933            <text key="name" text="Name" />
     
    38923943                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=police" />
    38933944            <label text="Edit Police" />
     3945            <space />
    38943946            <key key="amenity" value="police" />
    38953947            <text key="name" text="Name" />
     
    39043956                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=fire_station" />
    39053957            <label text="Edit Fire Station" />
     3958            <space />
    39063959            <key key="amenity" value="fire_station" />
    39073960            <text key="name" text="Name" />
     
    39163969                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=post_office" />
    39173970            <label text="Edit Post Office" />
     3971            <space />
    39183972            <key key="amenity" value="post_office" />
    39193973            <text key="name" text="Name" />
    3920         <text key="operator" text="Operator" />
     3974            <text key="operator" text="Operator" />
    39213975        </item>
    39223976    </group> <!-- Public Buildings -->
     
    39243978        <item name="Kindergarten" icon="presets/kindergarten.png" type="node,closedway,relation">
    39253979            <label text="Edit Kindergarten" />
     3980            <space />
    39263981            <key key="amenity" value="kindergarten" />
    39273982            <text key="name" text="Name" />
     
    39393994                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:amenity=school" />
    39403995            <label text="Edit School" />
     3996            <space />
    39413997            <key key="amenity" value="school" />
    39423998            <text key="name" text="Name" />
     
    39524008                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:amenity=university" />
    39534009            <label text="Edit University" />
     4010            <space />
    39544011            <key key="amenity" value="university" />
    39554012            <text key="name" text="Name" />
     
    39624019                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=college" />
    39634020            <label text="Edit College" />
     4021            <space />
    39644022            <key key="amenity" value="college" />
    39654023            <text key="name" text="Name" />
     
    39854043                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=hospital" />
    39864044            <label text="Edit Hospital" />
     4045            <space />
    39874046            <key key="amenity" value="hospital" />
    39884047            <text key="name" text="Name" />
     4048            <text key="operator" text="Operator" />
    39894049        </item>
    39904050        <item name="Clinic" icon="styles/standard/health/hospital.png" type="node,closedway">
     
    39924052                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=clinic" />
    39934053            <label text="Edit Clinic" />
     4054            <space />
    39944055            <key key="amenity" value="clinic" />
    39954056            <text key="name" text="Name" />
     
    40004061                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=doctors" />
    40014062            <label text="Edit Doctors" />
     4063            <space />
    40024064            <key key="amenity" value="doctors" />
    40034065            <text key="name" text="Name" />
     
    40064068        <item name="Dentist" icon="styles/standard/health/dentist.png" type="node,closedway">
    40074069            <label text="Edit Dentist" />
     4070            <space />
    40084071            <key key="amenity" value="dentist" />
    40094072            <text key="name" text="Name" />
     
    40124075        <item name="Nursing Home" type="node,closedway">
    40134076            <label text="Edit Nursing Home" />
     4077            <space />
    40144078            <key key="amenity" value="nursing_home" />
    40154079            <text key="name" text="Name" />
     
    40234087                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:social_facility" />
    40244088            <label text="Edit Retirement Home" />
     4089            <space />
    40254090            <key key="amenity" value="social_facility" />
    40264091            <key key="social_facility" value="group_home" />
     
    40404105                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=pharmacy" />
    40414106            <label text="Edit Pharmacy" />
     4107            <space />
    40424108            <key key="amenity" value="pharmacy" />
     4109            <text key="name" text="Name" />
    40434110            <combo key="dispensing" text="Dispensing" values="yes,no" default="no" />
    4044             <text key="name" text="Name" />
    40454111            <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" />
    40464112        </item>
     
    40684134                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=baby_hatch" />
    40694135            <label text="Edit Baby Hatch" />
     4136            <space />
    40704137            <key key="amenity" value="baby_hatch" />
    40714138            <text key="operator" text="Operator" />
     
    40974164                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=veterinary" />
    40984165            <label text="Edit Veterinary" />
     4166            <space />
    40994167            <key key="amenity" value="veterinary" />
    41004168            <text key="name" text="Name" />
     
    41104178                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=toilets"
    41114179                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=toilets" />
     4180            <label text="Edit Toilets" />
     4181            <space />
    41124182            <key key="amenity" value="toilets" />
    4113             <combo key="access"           values="public,permissive,customers" text="Access rights" />
    4114             <combo key="drinking_water"   values="yes,no,seasonal" text="Drinking Water" />
    4115             <combo key="toilets:disposal" values="flush,pitlatrine,chemical,bucket" text="Type" />
     4183            <combo key="access" text="Access rights" values="public,permissive,customers" />
     4184            <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />
     4185            <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" />
    41164186            <optional>
    41174187                <text key="description" text="Description" />
    41184188                <combo key="fee" text="Fee" values="yes,no" />
    41194189                <text key="operator" text="Operator" />
    4120                 <combo key="toilets:position" values="seated,seated;urinal,squat"  text="Position" />
     4190                <combo key="toilets:position" text="Position" values="seated,seated;urinal,squat,urinal" />
    41214191                <combo key="wheelchair" text="Wheelchair" values="no,limited,yes" />
    41224192            </optional>
     
    41284198                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=post_box"
    41294199                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=post_box" />
     4200            <label text="Edit Postbox" />
     4201            <space />
    41304202            <key key="amenity" value="post_box" />
    41314203            <text key="operator" text="Operator" />
     
    41404212                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=telephone" />
    41414213            <label text="Edit Telephone" />
     4214            <space />
    41424215            <key key="amenity" value="telephone" />
    41434216            <text key="operator" text="Operator" />
     
    41574230        </item>
    41584231        <item name="Automated Defibrillator" icon="presets/aed.svg" type="node">
    4159             <link    href="http://wiki.openstreetmap.org/wiki/Tag:emergency=aed"
     4232            <link href="http://wiki.openstreetmap.org/wiki/Tag:emergency=aed"
    41604233                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:emergency=aed"
    41614234                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:emergency=aed" />
    41624235            <label text="Edit Automated External Defibrillator" />
    4163             <key   key="emergency" value="aed" />
     4236            <space />
     4237            <key key="emergency" value="aed" />
    41644238            <combo key="opening_hours" text="Opening Hours" values="24/7,limited" />
    41654239            <text  key="operator" text="Operator" />
     
    41814255            <key key="amenity" value="clock" />
    41824256            <optional>
    4183                 <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" values_context="display" />
     4257                <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" />
    41844258                <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" />
    41854259                <combo key="visibility" text="Visibility/readability" values="house,street,area" display_values="house (up to 5m),street (up to 20m),area (more than 20m)" />
     
    41994273                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=recycling"
    42004274                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=recycling" />
    4201             <label text="Edit Recycling station" />
     4275            <label text="Edit Recycling Station" />
     4276            <space />
    42024277            <key key="amenity" value="recycling" />
    42034278            <check key="recycling:batteries" text="Batteries" default="off" />
     
    42174292                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=waste_basket"
    42184293                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=waste_basket" />
    4219             <label text="Edit Waste Basket" />
    42204294            <key key="amenity" value="waste_basket" />
    42214295        </item>
     
    42264300                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=waste_disposal"
    42274301                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=waste_disposal" />
    4228             <label text="Edit Waste Disposal" />
    42294302            <key key="amenity" value="waste_disposal" />
    42304303        </item>
     
    42374310                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=bench"
    42384311                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bench" />
     4312            <label text="Edit Bench" />
     4313            <space />
    42394314            <key key="amenity" value="bench" />
    42404315            <combo key="backrest" text="Backrest" values="yes,no" />
     
    42454320        <item name="Shelter" icon="presets/shelter.png" type="node,closedway">
    42464321            <label text="Edit Shelter" />
     4322            <space />
    42474323            <key key="amenity" value="shelter" />
    42484324            <text key="name" text="Name" />
     
    42524328        <item name="Hunting Stand" icon="presets/hunting_stand.png" type="node">
    42534329            <label text="Edit Hunting Stand" />
     4330            <space />
    42544331            <key key="amenity" value="hunting_stand" />
    42554332            <combo key="height" text="Height" values="low,half,full,5,10,15,20" values_context="height" />
     
    42664343                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=drinking_water" />
    42674344            <label text="Edit Source of Potable Water" />
     4345            <space />
    42684346            <key key="amenity" value="drinking_water" />
    42694347            <check key="indoor" text="Indoor" default="off" />
     
    42824360                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:emergency=fire_hydrant" />
    42834361            <label text="Edit Fire Hydrant" />
     4362            <space />
    42844363            <key key="emergency" value="fire_hydrant" />
    42854364            <combo key="fire_hydrant:type" text="Type" values="underground,pillar,wall,pond" values_context="pipeline" default="pillar" />
     
    42904369            <text key="operator" text="Operator" />
    42914370            <space />
    4292             <combo key="fire_hydrant:position" text="Position" values_context="hydrant position" values="lane,parking_lot,sidewalk,green" />
     4371            <combo key="fire_hydrant:position" text="Position" values="lane,parking_lot,sidewalk,green" values_context="hydrant position" />
    42934372            <combo key="fire_hydrant:pressure" text="Pressure (in bar)" values="5,6,8,suction" />
    42944373            <text key="fire_hydrant:count" text="Count" values="" />
     
    43004379        <item name="Stadium" icon="presets/stadium.png" type="node,closedway">
    43014380            <label text="Edit Stadium" />
     4381            <space />
    43024382            <key key="leisure" value="stadium" />
    43034383            <text key="name" text="Name" />
    4304             <space />
    4305             <label text="select sport:" />
    4306             <space />
    4307             <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_games,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,swimming,table_tennis,tennis" values_context="sport" />
     4384            <optional text="Select sport:">
     4385                <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_games,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,swimming,table_tennis,tennis" values_context="sport" />
     4386            </optional>
    43084387        </item>
    43094388        <item name="Sports Centre" icon="presets/sports_centre.png" type="node,closedway">
    43104389            <label text="Edit Sports Centre" />
     4390            <space />
    43114391            <key key="leisure" value="sports_centre" />
    43124392            <text key="name" text="Name" />
    4313             <space />
    4314             <label text="select sport:" />
    4315             <space />
    4316             <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_games,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,swimming,table_tennis,tennis" values_context="sport" />
     4393            <optional text="Select sport:">
     4394                <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_games,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,swimming,table_tennis,tennis" values_context="sport" />
     4395            </optional>
    43174396        </item>
    43184397        <item name="Pitch" icon="presets/pitch.png" type="node,closedway">
    43194398            <label text="Edit Pitch" />
     4399            <space />
    43204400            <key key="leisure" value="pitch" />
    43214401            <text key="name" text="Name" />
    4322             <space />
    4323             <label text="select sport:" />
    4324             <space />
    4325             <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_games,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,table_tennis,tennis" values_context="sport" />
     4402            <optional text="Select sport:">
     4403                <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_games,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,swimming,table_tennis,tennis" values_context="sport" />
     4404            </optional>
    43264405        </item>
    43274406        <item name="Racetrack" icon="presets/stadium.png" type="node,way,closedway,relation">
    43284407            <label text="Edit Racetrack" />
     4408            <space />
    43294409            <key key="leisure" value="track" />
    43304410            <text key="name" text="Name" />
    4331             <space />
    4332             <label text="select sport:" />
    4333             <space />
    4334             <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_games,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,table_tennis,tennis" values_context="sport" />
     4411            <optional text="Select sport:">
     4412                <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_games,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,swimming,table_tennis,tennis" values_context="sport" />
     4413            </optional>
    43354414        </item>
    43364415        <item name="Golf Course" icon="presets/golf.png" type="node,closedway">
    43374416            <label text="Edit Golf Course" />
     4417            <space />
    43384418            <key key="leisure" value="golf_course" />
    43394419            <text key="name" text="Name" />
     
    43424422        <item name="Miniature Golf" icon="presets/golf.png" type="node,closedway">
    43434423            <label text="Edit Miniature Golf" />
     4424            <space />
    43444425            <key key="leisure" value="miniature_golf" />
    43454426            <text key="name" text="Name" />
     
    43514432            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=multi" />
    43524433            <label text="Edit Multi" />
     4434            <space />
    43534435            <key key="sport" value="multi" />
    43544436            <text key="name" text="Name" />
    4355             <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" />
     4437            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" />
    43564438        </item>
    43574439        <item name="9pin" icon="styles/standard/sport/10pin.png" type="node,closedway">
     
    43594441                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:sport=9pin" />
    43604442            <label text="Edit 9pin" />
     4443            <space />
    43614444            <key key="sport" value="9pin" />
    43624445            <text key="name" text="Name" />
    4363             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" />
     4446            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
    43644447        </item>
    43654448        <item name="10pin" icon="styles/standard/sport/10pin.png" type="node,closedway">
    43664449            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=10pin" />
    43674450            <label text="Edit 10pin" />
     4451            <space />
    43684452            <key key="sport" value="10pin" />
    43694453            <text key="name" text="Name" />
    4370             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" />
     4454            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
    43714455        </item>
    43724456        <item name="Archery" icon="styles/standard/sport/archery.png" type="node,closedway">
    43734457            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=archery" />
    43744458            <label text="Edit Archery" />
     4459            <space />
    43754460            <key key="sport" value="archery" />
    43764461            <text key="name" text="Name" />
    4377             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" />
     4462            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
    43784463        </item>
    43794464        <item name="Athletics" icon="presets/athletics.png" type="node,closedway">
    43804465            <link href="http://wiki.openstreetmap.org/wiki/Tag:sports=athletics" />
    43814466            <label text="Edit Athletics" />
     4467            <space />
    43824468            <key key="sport" value="athletics" />
    43834469            <text key="name" text="Name" />
    4384             <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" default="track" />
     4470            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" default="track" />
    43854471        </item>
    43864472        <item name="Climbing" icon="styles/standard/sport/climbing.png" type="node,closedway">
     
    43884474                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:sport=climbing" />
    43894475            <label text="Edit Climbing" />
     4476            <space />
    43904477            <key key="sport" value="climbing" />
    43914478            <text key="name" text="Name" />
    4392             <combo key="leisure" text="type" values="sports_centre" />
     4479            <combo key="leisure" text="Type" values="sports_centre" />
    43934480        </item>
    43944481        <item name="Canoeing" icon="presets/canoe.png" type="node,way,closedway">
    43954482            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=canoe" />
    43964483            <label text="Edit Canoeing" />
     4484            <space />
    43974485            <key key="sport" value="canoe" />
    43984486            <text key="name" text="Name" />
     
    44014489            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=cycling" />
    44024490            <label text="Edit Cycling" />
     4491            <space />
    44034492            <key key="sport" value="cycling" />
    44044493            <text key="name" text="Name" />
    4405             <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" />
     4494            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
    44064495        </item>
    44074496        <item name="Dog Racing" icon="styles/standard/leisure/dog.png" type="node,closedway">
    44084497            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=dog_racing" />
    44094498            <label text="Edit Dog Racing" />
     4499            <space />
    44104500            <key key="sport" value="dog_racing" />
    44114501            <text key="name" text="Name" />
    4412             <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" />
     4502            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
    44134503        </item>
    44144504        <item name="Equestrian" icon="presets/equestrian.png" type="node,closedway">
    44154505            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=equestrian" />
    44164506            <label text="Edit Equestrian" />
     4507            <space />
    44174508            <key key="sport" value="equestrian" />
    44184509            <text key="name" text="Name" />
    4419             <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" values_context="riding" />
     4510            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="riding" />
    44204511            <combo key="surface" text="Surface" values="grass,sand,clay,dirt,fine_gravel,ground,mud,unpaved,compacted" />
    44214512        </item>
     
    44234514            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=horse_racing" />
    44244515            <label text="Edit Horse Racing" />
     4516            <space />
    44254517            <key key="sport" value="horse_racing" />
    44264518            <text key="name" text="Name" />
    4427             <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" values_context="riding" />
     4519            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="riding" />
    44284520            <combo key="surface" text="Surface" values="grass,sand,clay,dirt,fine_gravel,ground,mud,unpaved,compacted" />
    44294521        </item>
     
    44314523            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=gymnastics" />
    44324524            <label text="Edit Gymnastics" />
     4525            <space />
    44334526            <key key="sport" value="gymnastics" />
    44344527            <text key="name" text="Name" />
    4435             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" />
     4528            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
    44364529        </item>
    44374530        <item name="Skating" icon="presets/skating.png" type="node,closedway">
    44384531            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=skating"
    44394532                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=skating" />
    4440             <label text="Edit Skating" text_context="sport" />
     4533            <label text="Edit Skating" />
     4534            <space />
    44414535            <key key="sport" value="skating" />
    44424536            <text key="name" text="Name" />
    4443             <combo key="leisure" text="type" values="ice_rink,pitch,sports_centre,stadium" default="ice_rink" />
     4537            <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" default="ice_rink" />
    44444538        </item>
    44454539        <item name="Skateboard" icon="styles/standard/sport/skateboard.png" type="node,closedway">
     
    44474541                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=skateboard" />
    44484542            <label text="Edit Skateboard" />
     4543            <space />
    44494544            <key key="sport" value="skateboard" />
    44504545            <text key="name" text="Name" />
    4451             <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" default="pitch" />
     4546            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" default="pitch" values_context="racing" />
    44524547        </item>
    44534548        <item name="Swimming" icon="presets/swimming.png" type="node,closedway">
     
    44554550                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=swimming" />
    44564551            <label text="Edit Swimming" />
     4552            <space />
    44574553            <key key="sport" value="swimming" />
    44584554            <text key="name" text="Name" />
    4459             <combo key="leisure" text="type" values="sports_centre,stadium,swimming_pool,water_park" default="swimming_pool" />
     4555            <combo key="leisure" text="Type" values="sports_centre,stadium,swimming_pool,water_park" default="swimming_pool" />
    44604556        </item>
    44614557        <item name="Skiing" icon="presets/skiing_downhill.png" type="node,way,closedway">
    44624558            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps"/>
    44634559            <label text="Edit Skiing" />
     4560            <space />
    44644561            <key key="sport" value="skiing" />
    44654562            <text key="name" text="Name" />
     
    44754572                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=shooting" />
    44764573            <label text="Edit Shooting" />
     4574            <space />
    44774575            <key key="sport" value="shooting" />
    44784576            <text key="name" text="Name" />
    4479             <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" />
     4577            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
    44804578        </item>
    44814579    </group> <!-- Sport -->
     
    44864584                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=soccer"/>
    44874585            <label text="Edit Soccer" />
     4586            <space />
    44884587            <key key="sport" value="soccer" />
    44894588            <text key="name" text="Name" />
    4490             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
     4589            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
    44914590        </item>
    44924591        <item name="Australian Football" icon="presets/soccer.png" type="node,closedway">
    44934592            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=australian_football"/>
    44944593            <label text="Edit Australian Football" />
     4594            <space />
    44954595            <key key="sport" value="australian_football" />
    44964596            <text key="name" text="Name" />
    4497             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
     4597            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
    44984598        </item>
    44994599        <item name="American Football" icon="presets/football.png" type="node,closedway">
    45004600            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=american_football"/>
    45014601            <label text="Edit American Football" />
     4602            <space />
    45024603            <key key="sport" value="american_football" />
    45034604            <text key="name" text="Name" />
    4504             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
     4605            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
    45054606        </item>
    45064607        <item name="Canadian Football" icon="presets/football.png" type="node,closedway">
    45074608            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=canadian_football"/>
    45084609            <label text="Edit Canadian Football" />
     4610            <space />
    45094611            <key key="sport" value="canadian_football" />
    45104612            <text key="name" text="Name" />
    4511             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
     4613            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
    45124614        </item>
    45134615        <item name="Gaelic Games" icon="presets/soccer.png" type="node,closedway">
    45144616            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=gaelic_games"/>
    45154617            <label text="Edit Gaelic Games" />
     4618            <space />
    45164619            <key key="sport" value="gaelic_games" />
    45174620            <text key="name" text="Name" />
    4518             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
    4519             <optional>
    4520                 <check key="gaelic_games:hurling" text="Hurling" text_context="gaelic game" default="off" />
    4521                 <check key="gaelic_games:football" text="Football" text_context="gaelic game"  default="off" />
    4522                 <check key="gaelic_games:camogie" text="Camogie" text_context="gaelic game"  default="off" />
    4523                 <check key="gaelic_games:rounders" text="Rounders" text_context="gaelic game"  default="off" />
     4621            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
     4622            <optional>
     4623                <check key="gaelic_games:hurling" text="Hurling" />
     4624                <check key="gaelic_games:football" text="Football" />
     4625                <check key="gaelic_games:camogie" text="Camogie" />
     4626                <check key="gaelic_games:rounders" text="Rounders" />
    45244627            </optional>
    45254628        </item>
     
    45284631                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:sport=rugby_league"/>
    45294632            <label text="Edit Rugby League" />
     4633            <space />
    45304634            <key key="sport" value="rugby_league" />
    45314635            <text key="name" text="Name" />
    4532             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
     4636            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
    45334637        </item>
    45344638        <item name="Rugby Union" icon="presets/football.png" type="node,closedway">
     
    45364640                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:sport=rugby_union"/>
    45374641            <label text="Edit Rugby Union" />
     4642            <space />
    45384643            <key key="sport" value="rugby_union" />
    45394644            <text key="name" text="Name" />
    4540             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
     4645            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
    45414646        </item>
    45424647        <item name="Baseball" icon="presets/baseball.png" type="node,closedway">
    45434648            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=baseball"/>
    45444649            <label text="Edit Baseball" />
     4650            <space />
    45454651            <key key="sport" value="baseball" />
    45464652            <text key="name" text="Name" />
    4547             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
     4653            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
    45484654        </item>
    45494655        <item name="Basketball" icon="presets/basketball.png" type="node,closedway">
    45504656            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=basketball"/>
    45514657            <label text="Edit Basketball" />
     4658            <space />
    45524659            <key key="sport" value="basketball" />
    45534660            <text key="name" text="Name" />
    4554             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
     4661            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
    45554662        </item>
    45564663        <item name="Volleyball" icon="styles/standard/sport/volleyball.png" type="node,closedway">             
     
    45774684                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:sport=golf"/>
    45784685            <label text="Edit Golf" />
     4686            <space />
    45794687            <key key="sport" value="golf" />
    45804688            <text key="name" text="Name" />
    4581             <combo key="leisure" text="type" values="golf_course,pitch,sports_centre,stadium" default="golf_course" />
     4689            <combo key="leisure" text="Type" values="golf_course,pitch,sports_centre,stadium" default="golf_course" />
    45824690        </item>
    45834691        <item name="Boule" icon="presets/boule.png" type="node,closedway">
    45844692            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=boules"/>
    45854693            <label text="Edit Boule" />
     4694            <space />
    45864695            <key key="sport" value="boules" />
    45874696            <text key="name" text="Name" />
    4588             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
     4697            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
    45894698        </item>
    45904699        <item name="Bowls" icon="presets/boule.png" type="node,closedway">
    45914700            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=bowls"/>
    45924701            <label text="Edit Bowls" />
     4702            <space />
    45934703            <key key="sport" value="bowls" />
    45944704            <text key="name" text="Name" />
    4595             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
     4705            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
    45964706        </item>
    45974707        <item name="Cricket" icon="presets/cricket.png" type="node,closedway">
    45984708            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=cricket"/>
    45994709            <label text="Edit Cricket" />
     4710            <space />
    46004711            <key key="sport" value="cricket" />
    46014712            <text key="name" text="Name" />
    4602             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
     4713            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
    46034714        </item>
    46044715        <item name="Cricket Nets" icon="presets/cricket.png" type="node,closedway">
    46054716            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=cricket_nets"/>
    46064717            <label text="Edit Cricket Nets" />
     4718            <space />
    46074719            <key key="sport" value="cricket_nets" />
    46084720            <text key="name" text="Name" />
    4609             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" />
     4721            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
    46104722        </item>
    46114723        <item name="Croquet" icon="styles/standard/sport/croquet.png" type="node,closedway">
    46124724            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=croquet"/>
    46134725            <label text="Edit Croquet" />
     4726            <space />
    46144727            <key key="sport" value="croquet" />
    46154728            <text key="name" text="Name" />
    4616             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
     4729            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
    46174730        </item>
    46184731        <item name="Hockey" icon="presets/Hockey.png" type="node,closedway">
    46194732            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=hockey"/>
    46204733            <label text="Edit Hockey" />
     4734            <space />
    46214735            <key key="sport" value="hockey" />
    46224736            <text key="name" text="Name" />
    4623             <combo key="leisure" text="type" values="ice_rink,pitch,sports_centre,stadium" />
     4737            <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
    46244738        </item>
    46254739        <item name="Pelota" icon="presets/pelota.png" type="node,closedway">
     
    46274741                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=pelota"/>
    46284742            <label text="Edit Pelota" />
     4743            <space />
    46294744            <key key="sport" value="pelota" />
    46304745            <text key="name" text="Name" />
    4631             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
     4746            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
    46324747        </item>
    46334748        <item name="Racquet" icon="presets/racquetball.png" type="node,closedway">
     
    46354750                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=racquet"/>
    46364751            <label text="Edit Racquet" />
     4752            <space />
    46374753            <key key="sport" value="racquet" />
    46384754            <text key="name" text="Name" />
    4639             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" />
     4755            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
    46404756        </item>
    46414757        <item name="Table Tennis" icon="presets/table_tennis.png" type="node,closedway">
    46424758            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=table_tennis"/>
    46434759            <label text="Edit Table Tennis" />
     4760            <space />
    46444761            <key key="sport" value="table_tennis" />
    46454762            <text key="name" text="Name" />
    4646             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" />
     4763            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
    46474764        </item>
    46484765        <item name="Tennis" icon="presets/tennis.png" type="node,closedway">
    46494766            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=tennis"/>
    46504767            <label text="Edit Tennis" />
     4768            <space />
    46514769            <key key="sport" value="tennis" />
    46524770            <text key="name" text="Name" />
    4653             <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
     4771            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
    46544772        </item>
    46554773    </group> <!-- Sport (Ball) -->
     
    46574775        <item name="Motorsport" icon="styles/standard/sport/motor.png" type="node,closedway">
    46584776            <label text="Edit Motorsport" />
     4777            <space />
    46594778            <key key="sport" value="motor" />
    46604779            <text key="name" text="Name" />
    4661             <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" />
     4780            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
    46624781        </item>
    46634782        <item name="Karting" icon="presets/karting.png" type="node,closedway">
    46644783            <label text="Edit Karting" />
     4784            <space />
    46654785            <key key="sport" value="karting" />
    46664786            <text key="name" text="Name" />
    4667             <combo key="leisure" text="type" values="pitch,sports_centre,track" />
     4787            <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
    46684788        </item>
    46694789        <item name="Motocross" icon="styles/standard/sport/motocross.png" type="node,closedway">
    46704790            <label text="Edit Motocross" />
     4791            <space />
    46714792            <key key="sport" value="motocross" />
    46724793            <text key="name" text="Name" />
    4673             <combo key="leisure" text="type" values="pitch,sports_centre,track" />
     4794            <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
    46744795        </item>
    46754796        <item name="Safety Training" icon="presets/safety_training.png" type="node,closedway">
    46764797            <label text="Edit Safety Training" />
     4798            <space />
    46774799            <key key="sport" value="safety_training" />
    46784800            <text key="name" text="Name" />
    4679             <combo key="leisure" text="type" values="pitch,sports_centre,track" />
     4801            <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
    46804802        </item>
    46814803        <separator/>
    46824804        <item name="Model Aerodrome" icon="presets/plane.png" type="node,closedway">
    46834805            <label text="Edit Model Aerodrome" />
     4806            <space />
    46844807            <key key="sport" value="model_aerodrome" />
    46854808            <text key="name" text="Name" />
    4686             <combo key="leisure" text="type" values="pitch,sports_centre,track" />
     4809            <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="aerialway" />
    46874810        </item>
    46884811        <item name="RC Car" icon="presets/car.png" type="node,closedway">
    46894812            <label text="Edit RC Car" />
     4813            <space />
    46904814            <key key="sport" value="rc_car" />
    46914815            <text key="name" text="Name" />
    4692             <combo key="leisure" text="type" values="pitch,sports_centre,track" />
     4816            <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
    46934817        </item>
    46944818    </group> <!-- Motorsport -->
     
    47104834                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:building" />
    47114835            <label text="Edit Building" />
     4836            <space />
    47124837            <combo key="building" text="Building" values="yes,roof,garage,garages,industrial,school,hangar,commercial,farm,transportation,greenhouse,office,university,hospital,warehouse,retail" values_context="building" default="yes" match="keyvalue" />
    47134838            <text key="name" text="Name" />
     
    47244849                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:building" />
    47254850            <label text="Edit Residential Building" />
    4726             <combo key="building" text="Building" values="residential,apartments,house,hut,terrace,detached,roof" default="residential" match="keyvalue" />
     4851            <space />
     4852            <combo key="building" text="Building" values="residential,apartments,house,hut,terrace,detached,roof" default="residential" match="keyvalue" values_context="building" />
    47274853            <text key="name" text="Name" />
    47284854        </item>
     
    47354861                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:entrance" />
    47364862            <label text="Edit Entrance" />
     4863            <space />
    47374864            <combo key="entrance" text="Entrance" values="yes,main,service,exit,emergency" values_context="entrance" default="yes" match="key" />
    47384865            <combo key="access" text="Access" values="yes,delivery,private,no" />
     
    47414868        <item name="Tower" icon="presets/tower.png" type="node,closedway">
    47424869            <label text="Edit Tower" />
     4870            <space />
    47434871            <key key="man_made" value="tower" />
    47444872            <text key="name" text="Name" />
     
    47574885        <item name="Works" icon="presets/works.png" type="node,closedway">
    47584886            <label text="Edit Works" />
     4887            <space />
    47594888            <key key="man_made" value="works" />
    47604889            <text key="name" text="Name" />
     
    47754904                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=windmill" />
    47764905            <label text="Edit Windmill" />
     4906            <space />
    47774907            <key key="man_made" value="windmill" />
    47784908            <text key="name" text="Name" />
     
    47804910        <item name="Gasometer" icon="presets/gasometer.png" type="node,closedway">
    47814911            <label text="Edit Gasometer" />
     4912            <space />
    47824913            <key key="man_made" value="gasometer" />
    47834914            <text key="name" text="Name" />
     
    47894920                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=pipeline"/>
    47904921            <label text="Edit Pipeline" />
     4922            <space />
    47914923            <key key="man_made" value="pipeline" />
    47924924            <text key="operator" text="Operator" />
     
    47994931                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=crane" />
    48004932            <label text="Edit Crane" />
     4933            <space />
    48014934            <key key="man_made" value="crane" />
    48024935            <text key="name" text="Name" />
     
    48074940                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=mineshaft" />
    48084941            <label text="Edit Mineshaft" />
     4942            <space />
    48094943            <key key="man_made" value="mineshaft" />
    48104944            <text key="name" text="Name" />
     
    48224956                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=adit" />
    48234957            <label text="Edit Adit" />
     4958            <space />
    48244959            <key key="man_made" value="adit" />
    48254960            <text key="name" text="Name" />
     
    48324967        <item name="Water Tower" icon="presets/water_tower.png" type="node,closedway">
    48334968            <label text="Edit Water Tower" />
     4969            <space />
    48344970            <key key="man_made" value="water_tower" />
    48354971            <text key="name" text="Name" />
     
    48554991                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=wastewater_plant" />
    48564992            <label text="Edit Wastewater Plant" />
     4993            <space />
    48574994            <key key="man_made" value="wastewater_plant" />
    48584995            <text key="name" text="Name" />
     
    48765013                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=fountain" />
    48775014            <label text="Edit Fountain" />
     5015            <space />
    48785016            <key key="amenity" value="fountain" />
    48795017            <text key="name" text="Name" />
     
    48855023                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=water_well" />
    48865024            <label text="Edit Water Well" />
     5025            <space />
    48875026            <key key="man_made" value="water_well" />
    48885027            <text key="name" text="Name" />
     
    48955034                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=lighthouse" />
    48965035            <label text="Edit Lighthouse" />
     5036            <space />
    48975037            <key key="man_made" value="lighthouse" />
    48985038            <text key="name" text="Name" />
     
    49035043                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=beacon" />
    49045044            <label text="Edit Beacon" />
     5045            <space />
    49055046            <key key="man_made" value="beacon" />
    49065047            <text key="name" text="Name" />
     
    49245065            <combo key="measurement" text="Measurement" values="particulate_matter,seismic,water_level,weather" />
    49255066            <combo key="recording" text="Recording" values="manually,automated,remote,no" /> 
    4926             <combo key="display" text="Display" values="analog,digital,no" values_context="display" />                                     
    4927        </item>                 
     5067            <combo key="display" text="Display" values="analog,digital,no" />
     5068        </item>
    49285069        <item name="Survey Point" icon="presets/survey_point.png" type="node">
    49295070            <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=survey_point"
     
    49315072                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=survey_point" />
    49325073            <label text="Edit Survey Point" />
     5074            <space />
    49335075            <key key="man_made" value="survey_point" />
    49345076            <text key="name" text="Name" />
     
    49395081                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=surveillance" />
    49405082            <label text="Edit Surveillance Camera" />
     5083            <space />
    49415084            <key key="man_made" value="surveillance" />
    49425085            <text key="name" text="Name" />
     
    49485091            <link href="http://wiki.openstreetmap.org/wiki/Tag:power=plant" />
    49495092            <label text="Edit Power Plant" />
     5093            <space />
    49505094            <key key="power" value="plant" />
    49515095            <text key="name" text="Name" />
     
    49765120                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:power=generator" />
    49775121            <label text="Edit Power Generator" />
     5122            <space />
    49785123            <key key="power" value="generator" />
    49795124            <text key="name" text="Name" />
     
    50465191                <list_entry value="VVER" display_value="Vodo-Vodyanoi Energetichesky Reactor (VVER)" short_description="nuclear fission" />
    50475192            </combo>
    5048             <space />
    5049             <label text="Output forms of energy" />
    5050             <combo key="generator:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
    5051             <combo key="generator:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
    5052             <combo key="generator:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
    5053             <combo key="generator:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
    5054             <combo key="generator:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
    5055             <combo key="generator:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
    5056             <combo key="generator:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
    5057             <combo key="generator:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
    5058             <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,50,60" length="5" />
     5193            <optional text="Output forms of energy:">
     5194                <combo key="generator:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
     5195                <combo key="generator:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
     5196                <combo key="generator:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
     5197                <combo key="generator:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
     5198                <combo key="generator:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
     5199                <combo key="generator:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
     5200                <combo key="generator:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
     5201                <combo key="generator:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
     5202                <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,50,60" length="5" />
     5203            </optional>
    50595204        </item>
    50605205        <item name="Power Sub Station" icon="presets/power.png" type="node,closedway">
     
    50665211                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:power=sub_station" />
    50675212            <label text="Edit Power Sub Station" />
     5213            <space />
    50685214            <key key="power" value="sub_station" />
    50695215            <text key="operator" text="Operator" />
     
    50775223                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:power=cable_distribution_cabinet" />
    50785224            <label text="Edit Cable Distribution Cabinet" />
     5225            <space />
    50795226            <key key="power" value="cable_distribution_cabinet" />
    50805227            <text key="operator" text="Operator" />
     
    50935240                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:power=tower" />
    50945241            <label text="Edit Power Tower" />
     5242            <space />
    50955243            <key key="power" value="tower" />
    50965244            <text key="operator" text="Operator" />
     
    51085256                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:power=pole" />
    51095257            <label text="Edit Power Pole" />
     5258            <space />
    51105259            <key key="power" value="pole" />
    51115260            <text key="operator" text="Operator" />
     
    51235272                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:power=line" />
    51245273            <label text="Edit Power Line" />
    5125             <combo key="power" text="Line type" values_context="Power Line" values="line,minor_line" default="line" match="keyvalue" />
     5274            <space />
     5275            <combo key="power" text="Line type" values="line,minor_line" default="line" match="keyvalue" />
    51265276            <text key="operator" text="Operator" />
    51275277            <text key="ref" text="Line reference" />
     
    51385288                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:historic=castle" />
    51395289            <label text="Edit Castle" />
     5290            <space />
    51405291            <key key="historic" value="castle" />
    51415292            <text key="name" text="Name" />
     
    51445295        <item name="Ruins" icon="presets/ruins.png" type="node,closedway">
    51455296            <label text="Edit Ruins" />
     5297            <space />
    51465298            <key key="historic" value="ruins" />
    51475299            <text key="name" text="Name" />
     
    51555307                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:historic=archaeological_site" />
    51565308            <label text="Edit Archaeological Site" />
     5309            <space />
    51575310            <key key="historic" value="archaeological_site" />
    51585311            <text key="name" text="Name" />
     
    51665319                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:historic=battlefield" />
    51675320            <label text="Edit Battlefield" />
     5321            <space />
    51685322            <key key="historic" value="battlefield" />
    51695323            <text key="name" text="Name" />
     
    51725326            <link href="http://wiki.openstreetmap.org/wiki/Tag:geological" />
    51735327            <label text="Edit Palaeontological Site" />
     5328            <space />
    51745329            <key key="geological" value="palaeontological_site" />
    51755330            <text key="name" text="Name" />
     
    51785333        <item name="Monument" icon="presets/monument.png" type="node,closedway">
    51795334            <label text="Edit Monument" />
     5335            <space />
    51805336            <key key="historic" value="monument" />
    51815337            <text key="name" text="Name" />
     
    51885344                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:historic=memorial" />
    51895345            <label text="Edit Memorial" />
     5346            <space />
    51905347            <key key="historic" value="memorial" />
    51915348            <text key="name" text="Name" />
     
    51935350        <item name="Wayside Cross" icon="presets/wayside_cross.png" type="node,closedway">
    51945351            <label text="Edit Wayside Cross" />
     5352            <space />
    51955353            <key key="historic" value="wayside_cross" />
    51965354            <text key="name" text="Name" />
     
    51985356        <item name="Wayside Shrine" icon="presets/wayside_shrine.png" type="node,closedway">
    51995357            <label text="Edit Wayside Shrine" />
     5358            <space />
    52005359            <key key="historic" value="wayside_shrine" />
    52015360            <text key="name" text="Name" />
     
    52035362        <item name="Boundary Stone" icon="styles/standard/historic/boundary_stone.png" type="node,closedway">
    52045363            <label text="Edit Boundary Stone" />
     5364            <space />
    52055365            <key key="historic" value="boundary_stone" />
    52065366            <text key="name" text="Name" />
     
    52125372        <item name="Supermarket" icon="styles/standard/shop/supermarket.png" type="node,closedway">
    52135373            <label text="Edit Supermarket" />
     5374            <space />
    52145375            <key key="shop" value="supermarket" />
    52155376            <text key="name" text="Name" />
     
    52225383                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=convenience" />
    52235384            <label text="Edit Convenience Store" />
     5385            <space />
    52245386            <key key="shop" value="convenience" />
    52255387            <text key="name" text="Name" />
     
    52335395                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=kiosk" />
    52345396            <label text="Edit Kiosk" />
     5397            <space />
    52355398            <key key="shop" value="kiosk" />
    52365399            <text key="name" text="Name" />
     
    52485411                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=bakery" />
    52495412            <label text="Edit Baker" />
     5413            <space />
    52505414            <key key="shop" value="bakery" />
    52515415            <text key="name" text="Name" />
     
    52615425                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=butcher" />
    52625426            <label text="Edit Butcher" />
     5427            <space />
    52635428            <key key="shop" value="butcher" />
    52645429            <text key="name" text="Name" />
     
    52925457                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=confectionery" />
    52935458            <label text="Edit Confectionery" />
     5459            <space />
    52945460            <key key="shop" value="confectionery" />
    52955461            <text key="name" text="Name" />
     
    53445510            <link href="http://wiki.openstreetmap.org/wiki/Key:organic" />
    53455511            <label text="Edit Organic/Bio" />
     5512            <space />
    53465513            <combo text="Organic/Bio" key="organic" values="no,yes,only" match="key" />
    53475514        </item>
     
    53495516            <link href="http://wiki.openstreetmap.org/wiki/Key:fair_trade" />
    53505517            <label text="Edit Fair Trade" />
     5518            <space />
    53515519            <combo text="Fair Trade" key="fair_trade" values="no,yes,only" match="key" />
    53525520        </item>
     
    53575525                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=alcohol" />
    53585526            <label text="Edit Alcohol Shop" />
     5527            <space />
    53595528            <key key="shop" value="alcohol" />
    53605529            <text key="name" text="Name" />
     
    53635532        <item name="Beverages" icon="styles/standard/shop/beverages.png" type="node,closedway">
    53645533            <label text="Edit Beverages Shop" />
     5534            <space />
    53655535            <key key="shop" value="beverages" />
    53665536            <text key="name" text="Name" />
     
    53715541        <item name="Clothes" icon="styles/standard/shop/clothes.png" type="node,closedway">
    53725542            <label text="Edit Clothes Shop" />
     5543            <space />
    53735544            <key key="shop" value="clothes" />
    53745545            <text key="name" text="Name" />
     
    53895560         <item name="Shoes" icon="styles/standard/shop/shoes.png" type="node,closedway">
    53905561            <label text="Edit Shoe Shop" />
     5562            <space />
    53915563            <key key="shop" value="shoes" />
    53925564            <text key="name" text="Name" />
     
    53985570                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=outdoor" />
    53995571            <label text="Edit Outdoor Shop" />
     5572            <space />
    54005573            <key key="shop" value="outdoor" />
    54015574            <text key="name" text="Name" />
     
    54045577        <item name="Sports" icon="presets/rowing.png" type="node,closedway">
    54055578            <label text="Edit Sports Shop" />
     5579            <space />
    54065580            <key key="shop" value="sports" />
    54075581            <text key="name" text="Name" />
     
    54155589                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=dry_cleaning" />
    54165590            <label text="Edit Dry Cleaning" />
     5591            <space />
    54175592            <key key="shop" value="dry_cleaning" />
    54185593            <text key="name" text="Name" />
     
    54225597            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Laundry" />
    54235598            <label text="Edit Laundry" />
     5599            <space />
    54245600            <key key="shop" value="laundry" />
    54255601            <text key="name" text="Name" />
     
    54285604        <item name="Tailor" icon="styles/standard/shop/tailor.png" type="node,closedway">
    54295605            <label text="Edit Tailor" />
     5606            <space />
    54305607            <key key="shop" value="tailor" />
    54315608            <text key="name" text="Name" />
     
    54465623        <item name="Computer" icon="styles/standard/shop/computer.png" type="node,closedway">
    54475624            <label text="Edit Computer Shop" />
     5625            <space />
    54485626            <key key="shop" value="computer" />
    54495627            <text key="name" text="Name" />
     
    54525630        <item name="Electronics" icon="styles/standard/shop/electronics.png" type="node,closedway">
    54535631            <label text="Edit Electronics Shop" />
     5632            <space />
    54545633            <key key="shop" value="electronics" />
    54555634            <text key="name" text="Name" />
     
    54795658        <item name="Hifi" icon="styles/standard/shop/hifi.png" type="node,closedway">
    54805659            <label text="Edit Hifi Shop" />
     5660            <space />
    54815661            <key key="shop" value="hifi" />
    54825662            <text key="name" text="Name" />
    54835663            <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" />
    54845664        </item>
    5485         <item name="Video" name_context="shop" icon="styles/standard/shop/video.png" type="node,closedway">
     5665        <item name="Video" icon="styles/standard/shop/video.png" type="node,closedway">
    54865666            <label text="Edit Video Shop" />
     5667            <space />
    54875668            <key key="shop" value="video" />
    54885669            <text key="name" text="Name" />
     
    55015682                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bank" />
    55025683            <label text="Edit Bank" />
     5684            <space />
    55035685            <key key="amenity" value="bank" />
    55045686            <text key="name" text="Name" />
     5687            <text key="brand" text="Brand" />
    55055688            <text key="operator" text="Operator" />
    55065689            <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" />
     
    55155698                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bureau_de_change" />
    55165699            <label text="Edit Money Exchange" />
     5700            <space />
    55175701            <key key="amenity" value="bureau_de_change" />
    55185702            <text key="name" text="Name" />
     
    55315715                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:amenity=atm" />
    55325716            <label text="Edit Automated Teller Machine" />
     5717            <space />
    55335718            <key key="amenity" value="atm" />
    5534             <text key="operator" text="Operator" />
     5719            <text key="brand" text="Brand" />
     5720            <text key="operator" text="Operator" />
     5721            <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" />
    55355722        </item>
    55365723    </group> <!-- Cash -->
     
    55645751        <item name="Chemist" icon="styles/standard/shop/chemist.png" type="node,closedway">
    55655752            <label text="Edit Chemist" />
     5753            <space />
    55665754            <key key="shop" value="chemist" />
    55675755            <text key="name" text="Name" />
     
    55705758        <item name="Hairdresser" icon="styles/standard/shop/hairdresser.png" type="node,closedway">
    55715759            <label text="Edit Hairdresser" />
     5760            <space />
    55725761            <key key="shop" value="hairdresser" />
    55735762            <text key="name" text="Name" />
     
    55765765        <item name="Optician" icon="styles/standard/shop/optician.png" type="node,closedway">
    55775766            <label text="Edit Optician" />
     5767            <space />
    55785768            <key key="shop" value="optician" />
    55795769            <text key="name" text="Name" />
     
    56265816                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=florist" />
    56275817            <label text="Edit Florist" />
     5818            <space />
    56285819            <key key="shop" value="florist" />
    56295820            <text key="name" text="Name" />
     
    56365827                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=garden_centre" />
    56375828            <label text="Edit Garden Centre" />
     5829            <space />
    56385830            <key key="shop" value="garden_centre" />
    56395831            <text key="name" text="Name" />
     5832            <text key="brand" text="Brand" />
    56405833            <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" />
    56415834        </item>
     
    56475840                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=doityourself" />
    56485841            <label text="Edit Do-it-yourself-store" />
     5842            <space />
    56495843            <key key="shop" value="doityourself" />
    56505844            <text key="name" text="Name" />
     5845            <text key="brand" text="Brand" />
    56515846            <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" />
    56525847        </item>
     
    56555850                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=hardware" />
    56565851            <label text="Edit Hardware Store" />
     5852            <space />
    56575853            <key key="shop" value="hardware" />
    56585854            <text key="name" text="Name" />
     
    56725868        <item name="Furniture" icon="styles/standard/shop/furniture.png" type="node,closedway">
    56735869            <label text="Edit Furniture Shop" />
     5870            <space />
    56745871            <key key="shop" value="furniture" />
    56755872            <text key="name" text="Name" />
     5873            <text key="brand" text="Brand" />
    56765874            <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" />
    56775875        </item>
     
    56845882            <key key="shop" value="kitchen" />
    56855883            <text key="name" text="Name" />
     5884            <text key="brand" text="Brand" />
    56865885            <text key="operator" text="Operator" />
    56875886            <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" />
     
    57105909        <item name="Stationery" icon="presets/stationery.png" type="node,closedway">
    57115910            <label text="Edit Stationery Shop" />
     5911            <space />
    57125912            <key key="shop" value="stationery" />
    57135913            <text key="name" text="Name" />
     
    57265926        <item name="Book Store" icon="presets/book.png" type="node,closedway">
    57275927            <label text="Edit Book Store" />
     5928            <space />
    57285929            <key key="shop" value="books" />
    57295930            <text key="name" text="Name" />
     5931            <text key="brand" text="Brand" />
    57305932            <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" />
    57315933        </item>
     
    57375939                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=newsagent" />
    57385940            <label text="Edit Newsagent's shop" />
     5941            <space />
    57395942            <key key="shop" value="newsagent" />
    57405943            <text key="name" text="Name" />
     
    57445947        <item name="Travel Agency" icon="presets/travel.png" type="node,closedway">
    57455948            <label text="Edit Travel Agency" />
     5949            <space />
    57465950            <key key="shop" value="travel_agency" />
    57475951            <text key="name" text="Name" />
     5952            <text key="brand" text="Brand" />
    57485953            <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" />
    57495954        </item>
     
    57605965        <item name="Toys" icon="styles/standard/shop/toys.png" type="node,closedway">
    57615966            <label text="Edit Toy Shop" />
     5967            <space />           
    57625968            <key key="shop" value="toys" />
    57635969            <text key="name" text="Name" />
     
    57815987                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=vending_machine" />
    57825988        <label text="Edit Vending machine" />
     5989        <space />           
    57835990        <key key="amenity" value="vending_machine" />
    57845991        <multiselect key="vending" text="Vending products" values="animal_food;bicycle_tube;cigarettes;condoms;drinks;excrement_bags;food;news_papers;parking_tickets;photos;public_transport_plans;public_transport_tickets;SIM-cards;stamps;sweets;tampons;telephone_vouchers;toys;vouchers" />
     
    59736180                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=peak" />
    59746181            <label text="Edit Peak" />
     6182            <space />
    59756183            <key key="natural" value="peak" />
    59766184            <text key="name" text="Name" />
     
    59826190                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=glacier" />
    59836191            <label text="Edit Glacier" />
     6192            <space />
    59846193            <key key="natural" value="glacier" />
    59856194            <text key="name" text="Name" />
     
    59926201                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=volcano" />
    59936202            <label text="Edit Volcano" />
     6203            <space />
    59946204            <key key="natural" value="volcano" />
    59956205            <text key="name" text="Name" />
     
    60016211                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=cave_entrance" />
    60026212            <label text="Edit Cave Entrance" />
     6213            <space />
    60036214            <key key="natural" value="cave_entrance" />
    60046215            <text key="name" text="Name" />
     
    60406251                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=tree" />
    60416252            <label text="Edit Tree" />
     6253            <space />
    60426254            <key key="natural" value="tree" />
    60436255            <text key="name" text="Name" />
    6044             <text key="type" text="Type" />
     6256            <combo key="type" text="Type" values="broad_leaved,conifer,palm" />
    60456257            <text key="height" text="Height in meter (m)" />
    60466258            <text key="name:botanical" text="Botanical Name" />
     6259            <optional>
     6260                <text key="genus" text="Genus" />
     6261                <text key="species" text="Species" />
     6262                <text key="taxon" text="Taxon" />
     6263            </optional>
    60476264        </item>
    60486265        <item name="Tree Row" icon="presets/tree.png" type="way">
     
    60626279                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=wood" />
    60636280            <label text="Edit Wood" />
     6281            <space />
    60646282            <key key="natural" value="wood" />
    60656283            <text key="name" text="Name" />
    6066             <combo key="wood" text="Type" values="coniferous,deciduous,mixed" values_context="wood" />
     6284            <combo key="wood" text="Type" values="coniferous,deciduous,mixed" />
    60676285        </item>
    60686286        <item name="Forest" icon="presets/landuse.png" type="node,closedway,relation">
     
    60946312        <item name="Nature Reserve" icon="styles/standard/leisure/nature_reserve.png" type="node,closedway,relation">
    60956313            <label text="Edit Nature Reserve" />
     6314            <space />
    60966315            <key key="leisure" value="nature_reserve" />
    60976316            <text key="name" text="Name" />
     
    61006319        <item name="Scree" icon="presets/empty.png" type="node,closedway,relation">
    61016320            <label text="Edit Scree" />
     6321            <space />
    61026322            <key key="natural" value="scree" />
    61036323            <text key="name" text="Name" />
     
    61096329                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=fell" />
    61106330            <label text="Edit Fell" />
     6331            <space />
    61116332            <key key="natural" value="fell" />
    61126333            <text key="name" text="Name" />
     
    61146335        <item name="Scrub" icon="presets/empty.png" type="node,closedway,relation">
    61156336            <label text="Edit Scrub" />
     6337            <space />
    61166338            <key key="natural" value="scrub" />
    61176339            <text key="name" text="Name" />
     
    61246346                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=heath" />
    61256347            <label text="Edit Heath" />
     6348            <space />
    61266349            <key key="natural" value="heath" />
    61276350            <text key="name" text="Name" />
     
    61906413        <item name="Garden" icon="presets/empty.png" type="node,closedway,relation">
    61916414            <label text="Edit Garden" />
     6415            <space />
    61926416            <key key="leisure" value="garden" />
    61936417            <text key="name" text="Name" />
     
    62136437                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:leisure=common" />
    62146438            <label text="Edit Common" />
     6439            <space />
    62156440            <key key="leisure" value="common" />
    62166441            <text key="name" text="Name" />
     
    62186443        <item name="Park" icon="presets/empty.png" type="node,closedway,relation">
    62196444            <label text="Edit Park" />
     6445            <space />
    62206446            <key key="leisure" value="park" />
    62216447            <text key="name" text="Name" />
     
    62336459        </item>
    62346460        <separator/>
    6235         <item name="Residential area" icon="styles/standard/misc/landmark/building.png" type="closedway,relation">
     6461        <item name="Residential Area" icon="styles/standard/misc/landmark/building.png" type="closedway,relation">
    62366462            <label text="Edit Residential Landuse" />
    62376463            <space />
     
    62486474                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=grave_yard" />
    62496475            <label text="Edit Graveyard" />
     6476            <space />
    62506477            <key key="amenity" value="grave_yard" />
    62516478            <text key="name" text="Name" />
     
    64246651                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Relation:boundary" />
    64256652            <label text="Edit Boundary" />
     6653            <space />
    64266654            <key key="type" value="boundary" />
    64276655            <text key="name" text="Name" />
     
    64416669            <link href="http://wiki.openstreetmap.org/wiki/Relations/Proposed/Site"/>
    64426670            <label text="Edit Site" />
     6671            <space />
    64436672            <key key="type" value="site" />
    64446673            <text key="name" text="Site name" />
     
    64626691                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Relation:restriction"/>
    64636692            <label text="Edit Turn Restriction" />
     6693            <space />
    64646694            <key key="type" value="restriction" />
    64656695            <combo key="restriction" text="Restriction" values="no_left_turn,no_right_turn,no_straight_on,no_u_turn,only_right_turn,only_left_turn,only_straight_on" />
     
    64806710                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Relation:enforcement"/>
    64816711            <label text="Edit Enforcement" />
     6712            <space />
    64826713            <key key="type" value="enforcement" />
    64836714            <combo key="enforcement" text="Type of enforcement" values="maxheight,maxweight,maxspeed,mindistance,traffic_signals,check " />
     
    65026733                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Relation:route"/>
    65036734            <label text="Edit general route" />
     6735            <space />
    65046736            <key key="type" value="route" />
    65056737            <combo key="route" text="Route type" values="bicycle,bus,road,ferry,ski,foot,hiking,tram,detour,railway,subway" />
     
    65276759            </roles>
    65286760        </item>
    6529         <item name="Route network" icon="presets/path.png" type="relation">
     6761        <item name="Route Network" icon="presets/path.png" type="relation">
    65306762            <link href="http://wiki.openstreetmap.org/wiki/Relations/Proposed/Network"/>
    6531             <label text="Edit route network" />
     6763            <label text="Edit Route Network" />
     6764            <space />
    65326765            <key key="type" value="network" />
    65336766            <text key="name" text="Name" />
     
    65416774        </item>
    65426775        <separator/>
    6543         <item name="Associated street" icon="presets/addresses.png" type="relation">
     6776        <item name="Associated Street" icon="presets/addresses.png" type="relation">
    65446777            <link href="http://wiki.openstreetmap.org/wiki/Relation:associatedStreet"
    65456778                  de.href="http://wiki.openstreetmap.org/wiki/DE:Relation:associatedStreet"
    65466779                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Relation:associatedStreet"
    65476780                  pl.href="http://wiki.openstreetmap.org/wiki/Pl:Relation:associatedStreet"/>
    6548             <label text="Edit associated street" />
     6781            <label text="Edit Associated Street" />
     6782            <space />
    65496783            <key key="type" value="associatedStreet" />
    65506784            <text key="name" text="Street name" />
     
    65586792                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Relation:street"/>
    65596793            <label text="Edit Street" />
     6794            <space />
    65606795            <key key="type" value="street" />
    65616796            <text key="name" text="Name" />
     
    65746809                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Relation:destination_sign"
    65756810                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Relation:destination_sign"/>
    6576             <label text="Edit Destination sign" />
     6811            <label text="Edit Destination Sign" />
     6812            <space />
    65776813            <key key="type" value="destination_sign" />
    65786814            <text key="destination" text="Destination written on sign (w/o distance)" />
     
    65936829            <link href="http://wiki.openstreetmap.org/wiki/Relations/Proposed/Waterway"/>
    65946830            <label text="Edit Waterway" />
     6831            <space />
    65956832            <key key="type" value="waterway" />
    65966833            <combo key="waterway" text="Subtype of waterway (largest one of members)" values="river,stream,canal,drain,ditch" />
     
    66176854                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Relations/Proposed/Bridges_and_Tunnels"/>
    66186855            <label text="Edit Bridge" />
     6856            <space />
    66196857            <key key="type" value="bridge" />
    66206858            <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
     
    66346872            <link href="http://wiki.openstreetmap.org/wiki/Relations/Proposed/Bridges_and_Tunnels"/>
    66356873            <label text="Edit Tunnel" />
     6874            <space />
    66366875            <key key="type" value="tunnel" />
    66376876            <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
Note: See TracChangeset for help on using the changeset viewer.