Changes between Version 21 and Version 22 of Presets/BENELUX


Ignore:
Timestamp:
2013-03-13T05:46:32+01:00 (13 years ago)
Author:
escada
Comment:

version 0.9.7 Added building types with source AGIV

Legend:

Unmodified
Added
Removed
Modified
  • Presets/BENELUX

    v21 v22  
    44<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
    55        author="Marc Gemis"
    6         version="0.9.6.1"
     6        version="0.9.7"
    77        shortdescription="Mapping in Benelux"
    88        description="For starters in the Benelux. The idea is the group a number of frequently used tag combinations, such that one can map faster and more correct. This file supports the information on http://wiki.openstreetmap.org/wiki/NL:How_to_map_a"
     
    1111        >
    1212        <!--
     13                version 0.9.7 Added building types with source AGIV
    1314                version 0.9.6.1 drop nl.text from the RWN role tag for now
    1415                version 0.9.3 1-clicks for private swimming pool and  public transport shelters (wipes building tag so building tool can be used)
     
    115116               
    116117                <group name="Buildings and Monuments" nl.name="Gebouwen en Monumenten">
    117                         <group name="Building Types" nl.name="Gebouwentypes">
    118                                 <item name="Apartments" nl.name="Appartementen" btype="node,closedway">
     118                        <group name="Building Types (source: AGIV)" nl.name="Gebouwentypes (Bron: AGIV)">
     119                                <item name="Apartments (source: AGIV)" nl.name="Appartementen (Bron: AGIV)" type="node,closedway">
     120                                        <key key="building" value="apartments"/>
     121                                        <key key="source" value="AGIV"/>
     122                                </item>
     123                                <item name="Family House (source: AGIV)" nl.name="Gezinswoning (Bron: AGIV)" type="node,closedway">
     124                                        <key key="building" value="house"/>
     125                                        <key key="source" value="AGIV"/>
     126                                </item>
     127                                <item name="Garage (source: AGIV)" type="node,closedway">
     128                                        <key key="building" value="garage"/>
     129                                        <key key="source" value="AGIV"/>
     130                                </item>
     131                                <item name="Garages (source: AGIV)" type="node,closedway">
     132                                        <key key="building" value="garages"/>
     133                                        <key key="source" value="AGIV"/>
     134                                </item>
     135                                <item name="Greenhouse (source: AGIV)" nl.name="Serre (Bron: AGIV)" type="node,closedway">
     136                                        <key key="building" value="greenhouse"/>
     137                                        <key key="source" value="AGIV"/>
     138                                </item>
     139                                <item name="Shed (source: AGIV)" nl.name="Tuinhuis (Bron: AGIV)" type="node,closedway">
     140                                        <key key="building" value="shed"/>
     141                                        <key key="source" value="AGIV"/>
     142                                </item>
     143                                <item name="Terrace (source: AGIV)" nl.name="Rijhuis (Bron: AGIV)" type="node,closedway">
     144                                        <key key="building" value="terrace"/>
     145                                        <key key="source" value="AGIV"/>
     146                                </item>
     147                                <item name="Building (Residential) (source: AGIV)" nl.name="Gebouw (residentieel) (Bron: AGIV)" type="node,closedway">
     148                                        <key key="building" value="residential"/>
     149                                        <key key="source" value="AGIV"/>
     150                                </item>
     151                                <item name="Building (in general) (source: AGIV)" nl.name="Gebouw (algemeen) (Bron: AGIV)" type="node,closedway">
     152                                        <key key="building" value="yes"/>
     153                                        <key key="source" value="AGIV"/>
     154                                </item>
     155                                 <item name="Public Transport Shelter with bench (source: AGIV)" nl.name="Bushokje met zitbank (Bron: AGIV)">
     156                                          <key key="building" value=""/>
     157                                          <key key="source" value="AGIV"/>
     158                                          <key key="amenity" value="shelter"/>
     159                                          <key key="shelter_type" value="public_transport"/>
     160                                          <key key="bench" value="yes"/>
     161                                </item>
     162                                 <item name="Private Swimmingpool (source: AGIV)" nl.name="Prive zwembad (Bron: AGIV)">
     163                                          <key key="building" value=""/>
     164                                          <key key="source" value="AGIV"/>
     165                                          <key key="leisure" value="swimming_pool"/>
     166                                          <key key="access" value="private"/>
     167                                 </item>
     168                        </group>
     169
     170                        <group name="Building Types (source: Bing)" nl.name="Gebouwentypes (Source:Bing)">
     171                                <item name="Apartments" nl.name="Appartementen" type="node,closedway">
    119172                                        <key key="building" value="apartments"/>
    120173                                        <key key="source" value="bing"/>