Changeset 6293 in josm for trunk/data/defaultpresets.xml


Ignore:
Timestamp:
2013-10-04T00:17:18+02:00 (11 years ago)
Author:
Don-vip
Message:

fix #9138, fix #9147, fix #9149 - presets update:

  • add collection_times to amenity=post_box preset (patch by skyper)
  • wiki links for shop=stationery preset (patch by skyper)
  • add building=shed to Building preset
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r6279 r6293  
    565565            <space />
    566566            <key key="highway" value="service" />
    567             <combo key="service" text="Service way type" values="alley,driveway,parking_aisle" />
     567            <combo key="service" text="Service way type" values="alley,driveway,parking_aisle,drive-through" />
    568568            <optional>
    569569                <text key="name" text="Name" />
     
    41974197                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=post_box"
    41984198                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=post_box"
     4199                  pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=post_box"
    41994200                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=post_box" />
    42004201            <label text="Edit Postbox" />
     
    42024203            <key key="amenity" value="post_box" />
    42034204            <text key="operator" text="Operator" />
     4205            <text key="ref" text="Reference number" />
     4206            <text key="collection_times" text="Collection times" />
     4207            <check key="drive_through" text="Drive through" />
    42044208        </item>
    42054209        <item name="Telephone" icon="presets/telephone.png" type="node">
     
    48354839            <label text="Edit Building" />
    48364840            <space />
    4837             <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" />
     4841            <combo key="building" text="Building" values="yes,roof,garage,garages,industrial,school,hangar,commercial,farm,transportation,greenhouse,office,university,hospital,warehouse,retail,shed" values_context="building" default="yes" match="keyvalue" />
    48384842            <text key="name" text="Name" />
    48394843        </item>
     
    59185922        <separator/>
    59195923        <item name="Stationery" icon="presets/stationery.png" type="node,closedway">
     5924            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=stationery"
     5925                  es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:shop=stationery"
     5926                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=stationery"
     5927                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=stationery" />
    59205928            <label text="Edit Stationery Shop" />
    59215929            <space />
Note: See TracChangeset for help on using the changeset viewer.