Changes between Version 80 and Version 81 of Presets/BENELUX


Ignore:
Timestamp:
2017-08-23T22:46:53+02:00 (9 years ago)
Author:
Polyglot
Comment:

Adding a oneclick preset for a bus stop/platform node as well.

Legend:

Unmodified
Added
Removed
Modified
  • Presets/BENELUX

    v80 v81  
    44<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
    55        author="Marc Gemis"
    6         version="0.32.[[revision]]_[[date]]"
     6        version="0.33.[[revision]]_[[date]]"
    77        shortdescription="Belgium (Mapping in Belgium)"
    88        description="For starters in Belgium. The idea is to group a number of frequently used tag combinations, such that one can map faster and more correctly. This file supports the information on http://wiki.openstreetmap.org/wiki/NL:How_to_map_a"
     
    7474                    <key key="operator" value="Christelijke Mutualiteiten" />
    7575                </item>
    76                 <item name="Belgacom Telephone" nl.name="Belgacom telefoon" icon="presets/service/telephone.svg" type="node">
    77                     <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=telephone"
    78                           de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=telephone"
    79                           fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=telephone"
    80                           fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=telephone"
    81                           ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=telephone"
    82                           pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=telephone"
    83                           ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=telephone" />
    84                     <label text="Edit Telephone" />
    85                     <key key="amenity" value="telephone" />
    86                     <key key="operator" value="Belgacom" />
    87                 </item>
    8876                  <group name="School ISCED-levels" nl.name="School ISCED-classificatie">
    8977                    <item name="Kleuterschool" nl.name="Kleuterschool">
     
    121109                        <key key="highway" value="bus_stop" />
    122110                        <key key="bus" value="yes" />
     111                        <key key="public_transport" value="platform" />
    123112                        <optional>
    124113                                <text key="name" text="Name" nl.text="Naam" />
     
    141130                                <text key="network" text="Network" nl.text="Entiteit" values="DLAn,DLVB,DLLi,DLOV,DLWV,TECB,TECN,TECX,TECH,TECL,TECC,IBXL"  default="DLAn"/>
    142131                        </optional>
     132                </item>
     133                <item name="Bus Stop (oneclick)" nl.name="Bushalte" icon="presets/transport/bus.svg" type="node">
     134                        <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=bus_stop"
     135                                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=bus_stop"
     136                                  es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:highway=bus_stop"
     137                                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=bus_stop"
     138                                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=bus_stop"
     139                                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=bus_stop" />
     140                        <label text="Edit Bus Stop" nl.text="Wijzig Bushalte" />
     141                        <space />
     142                        <key key="highway" value="bus_stop" />
     143                        <key key="bus" value="yes" />
     144                        <key key="public_transport" value="platform" />
    143145                </item>
    144146