<?xml version="1.0" encoding="UTF-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
                author="Roman Neumueller (katpatuka@osm)"
                version="1.0_2012-12-16"
                shortdescription="Weather Stations"
                description="Preset to add weather stations">

  <group
        name="Weather Station"
        de.name="Wetterstation"
        icon="presets/monitoring_station.png">
                <item type="node,closedway" icon="presets/monitoring_station.png"
                        name="station" >
                        <key key="man_made" value="measurement_station"/>
                        <link href="http://wiki.openstreetmap.org/wiki/Key:monitoring:weather"/>
                        <label text="Add a weather station" />
                        <space />
                        <text key="name" text="Name" />
                        <text key="icao" text="ICAO" />
                        <text key="ncdc:id" text="NCDC id" />
                        <text key="wmo:id" text="WMO id" />
                        <text key="ele" text="Elevation (meters)" />
                        <text key="source" text="source" />
                        <space />
                        <label text="Measuring:" />
                        <check key="monitoring:weather"
                                 default="on" />
                        <check key="synoptic"
                                text="synoptic" default="on" />
                        <check key="weather:anemometer"
                                text="anemometer" default="on" />
                        <check key="weather:barometer"
                                text="barometer" default="on" />
                        <check key="weather:hygrometer"
                                text="hygrometer" default="on" />
                        <check key="weather:rain_gauge"
                                text="rain gauge" default="on" />
                        <check key="weather:thermometer"
                                text="thermometer" default="on" />
                        <check key="weather:wind_vane"
                                text="wind vane" default="on" />
                        <label text="Airport specific" />
                        <space />
                        <check key="weather:transmissometer"
                                text="transmissometer" default="off" />
                        <check key="weather:ceiling_projector"
                                text="ceiling projector" default="off" />
                </item>
        </group>
</presets>
