Changes between Initial Version and Version 1 of Presets/HotNepal


Ignore:
Timestamp:
2015-05-18T00:49:17+02:00 (11 years ago)
Author:
alekno
Comment:

creation of preset

Legend:

Unmodified
Added
Removed
Modified
  • Presets/HotNepal

    v1 v1  
     1== Hot Nepal Earthquake (experimental) ==
     2
     3This is an unofficial HOT Nepal Earthquake tagging helper on common Task Manager tagging schemes. This preset is only meant for temporal use, while the Nepal earthquake is activated in the HOT Task Manager.
     4
     5
     6
     7{{{
     8#!preset
     9<?xml version="1.0" encoding="utf-8"?>
     10<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
     11        shortdescription="Hot Nepal Earthquake (experimental)"
     12        description="inofficial HOT Nepal Earthquake tagging helper on common TM tagging schemes"
     13        author="alekno"
     14        version="0.[[revision]]_[[date]]"
     15        link="http://josm.openstreetmap.de/wiki/Presets/HotNepal">
     16
     17  <group name="Hot Nepal" icon="icons/hot.png">
     18
     19    <item name="Residential Area" icon="styles/standard/misc/landmark/building.png" type="closedway">
     20      <label text="Residential Area"/>
     21      <space/>
     22      <key key="landuse" value="residential"/>
     23      <optional>
     24        <combo key="source"
     25               text="source"
     26               values="Bing, Mapbox, DigitalGlobe, CNES Airbus DS"
     27               display_values="Bing, Mapbox, DigitalGlobe, CNES Airbus DS"
     28               use_last_as_default="false"
     29             />
     30      </optional>
     31      <space/>
     32    </item>
     33
     34    <item name="Brownfield area" icon="icons/hot_red_zone.png" type="closedway">
     35      <label text="Brownfield area"/>
     36      <space/>
     37      <key key="landuse" value="brownfield"/>
     38      <key key="damage:event" value="nepal_earthquake_2015"/>
     39      <check key="source"
     40             text="source: 20150427 DigitalGlobe"
     41             value_on="DigitalGlobe, 2015-04-27"
     42             disable_off="true"
     43             use_last_as_default="true"/>
     44      <check key="brownfield:source_20150501"
     45             text="source: 20150501 DigitalGlobe"
     46             value_on="DigitalGlobe"
     47             disable_off="true"
     48             use_last_as_default="true"/>
     49      <check key="brownfield:source_20150503"
     50             text="source: 20150503 CNES, Airbus DS"
     51             value_on="CNES, Airbus DS"
     52             disable_off="true"
     53             use_last_as_default="true"/>
     54      <check key="brownfield:source_20150503"
     55             text="source: 20150503 DigitalGlobe"
     56             value_on="DigitalGlobe"
     57             disable_off="true"
     58             use_last_as_default="true"/>
     59      <space/>
     60    </item>
     61
     62    <item name="IDP informal camps" icon="icons/hot_camping.n.24.png" type="closedway">
     63      <label text="IDP informal camps"/>
     64      <space/>
     65      <key key="idp:camp_site" value="spontaneous_camp"/>
     66      <key key="damage:event" value="nepal_earthquake_2015"/>
     67      <item_separator />
     68      <check key="source"
     69            text="source: 20150427 DigitalGlobe"
     70            value_on="DigitalGlobe, 2015-04-27"
     71            disable_off="true"
     72            use_last_as_default="true"/>
     73      <item_separator />
     74      <check key="idp:source_20150501"
     75            text="source: 20150501 DigitalGlobe"
     76            value_on="DigitalGlobe"
     77            disable_off="true"
     78            use_last_as_default="true"/>
     79      <combo key="idp:status_20150501"
     80             text="IDP Status 20150501"
     81             values="new, increased, decreased, empty"
     82             display_values="new, increased, decreased, empty"/>
     83      <item_separator />
     84      <check key="idp:source_20150503"
     85             text="source: 20150503 CNES, Airbus DS"
     86             value_on="CNES, Airbus DS"
     87             disable_off="true"
     88             use_last_as_default="true"/>
     89      <combo key="idp:status_20150503"
     90             text="IDP Status 20150503"
     91             values="new, increased, decreased, empty"
     92             display_values="new, increased, decreased, empty"/>
     93      <item_separator />
     94      <check key="idp:source_20150503"
     95             text="source: 20150503 DigitalGlobe"
     96             value_on="DigitalGlobe"
     97             disable_off="true"
     98             use_last_as_default="true"/>
     99      <combo key="idp:status_20150503"
     100             text="IDP Status 20150503"
     101             values="new, increased, decreased, empty"
     102             display_values="new, increased, decreased, empty"/>
     103
     104      <space/>
     105    </item>
     106
     107    <item name="Galli" icon="" type="way">
     108      <key key="galli" value="yes"/>
     109      <text key="name" text="Name"/>
     110    </item>
     111
     112    <item name="Bridge" icon="presets/bridge.png" type="way">
     113      <combo key="bridge" text="bridge" values="yes, suspension"/>
     114      <key key="layer" value="1" />
     115      <check key="highway" text="footway" value_on="footway" disable_off="true" />
     116    </item>
     117
     118
     119  </group>
     120</presets>
     121}}}