Changes between Version 43 and Version 44 of Presets/BENELUX


Ignore:
Timestamp:
2013-11-09T20:48:52+01:00 (12 years ago)
Author:
escada
Comment:

some health insurances

Legend:

Unmodified
Added
Removed
Modified
  • Presets/BENELUX

    v43 v44  
    1 {{{
    2 #!preset
    31<?xml version="1.0" encoding="UTF-8"?>
    42<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
    53        author="Marc Gemis"
    6         version="0.18"
     4        version="0.19"
    75        shortdescription="Mapping in Benelux"
    86        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"
     
    789787                                </optional>
    790788                        </item>
     789                        <group name="Health Insurance" nl.name="Mutualiteiten">
     790                            <item name="De Voorzorg" type="node,closedway">
     791                                <label text=Edit De Voorzorg"/>
     792                                <key key="operator" name="De Voorzorg"/>
     793                                <key key="office" name="health_insurance"/>
     794                            </item>
     795                            <item name="Christelijke Mutualiteiten" type="node,closedway">
     796                                <label text=Edit Christelijke Mutualiteiten"/>
     797                                <key key="operator" name="Christelijke Mutualiteiten"/>
     798                                <key key="office" name="health_insurance"/>
     799                            </item>
     800                        </group>
    791801                </group>
    792802        </group>
    793803</presets>
    794 }}}