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


Ignore:
Timestamp:
2013-11-15T01:43:48+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #8434 - Full support of man_made=monitoring_station instead of man_made=measurement_station:

  • rename icon
  • update presets
  • update map style
  • deprecate old tags
  • fix a bug in tagchecker where keys defined inside checkgroups were not known from validator
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r6358 r6385  
    52445244            <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" />                                                                                       
    52455245        </item>
    5246         <item name="Measurement Station" icon="presets/measurement_station.png" type="node,closedway">
    5247             <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/measurement_station" />
    5248             <label text="Edit Measurement Station" />
     5246        <item name="Monitoring Station" icon="presets/monitoring_station.png" type="node,closedway">
     5247            <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=monitoring_station"
     5248                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=monitoring_station"
     5249                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=monitoring_station" />
     5250            <label text="Edit Monitoring Station" />
    52495251            <space />           
    5250             <key key="man_made" value="measurement_station" />
     5252            <key key="man_made" value="monitoring_station" />
    52515253            <text key="name" text="Name" />
    52525254            <text key="operator" text="Operator" />             
    5253             <combo key="measurement" text="Measurement" values="particulate_matter,seismic,water_level,weather" />
     5255            <label text="Monitoring:" />
     5256            <checkgroup columns="3">
     5257                <check key="monitoring:weather"          text="Weather" />
     5258                <check key="monitoring:water_level"      text="Water level" />
     5259                <check key="monitoring:tide_gauge"       text="Tide Level" />
     5260                <check key="monitoring:traffic"          text="Traffic" />
     5261                <check key="monitoring:air_quality"      text="Air Quality" />
     5262                <check key="monitoring:noise"            text="Noise" />
     5263                <check key="monitoring:gps"              text="GPS Signals" />
     5264                <check key="monitoring:glonass"          text="GLONASS Signals" />
     5265                <check key="monitoring:galileo"          text="Galileo Signals" />
     5266                <check key="monitoring:radiation"        text="Radiation" />
     5267                <check key="monitoring:seismic_activity" text="Seismic Activity" />
     5268            </checkgroup>
    52545269            <combo key="recording" text="Recording" values="manually,automated,remote,no" /> 
    52555270            <combo key="display" text="Display" values="analog,digital,no" />
Note: See TracChangeset for help on using the changeset viewer.