<?xml version="1.0" encoding="utf-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
        shortdescription="Hot Nepal Earthquake (experimental)"
        description="unofficial HOT Nepal Earthquake tagging helper on common TM tagging schemes"
        author="alekno"
        version="0.1_13_2024-08-14"
        link="https://josm.openstreetmap.de/wiki/Presets/HotNepal">

  <group name="Hot Nepal" icon="hot.svg">

    <item name="Residential Area" icon="presets/landmark/building.svg" type="closedway">
      <label text="Residential Area"/>
      <space/>
      <key key="landuse" value="residential"/>
      <optional>
        <combo key="source"
               text="source"
               values="Bing,Mapbox,DigitalGlobe,CNES Airbus DS"
               display_values="Bing, Mapbox, DigitalGlobe, CNES Airbus DS"
               use_last_as_default="false"
             />
      </optional>
      <space/>
    </item>

    <item name="Brownfield area" type="closedway">
      <label text="Brownfield area"/>
      <space/>
      <key key="landuse" value="brownfield"/>
      <key key="damage:event" value="nepal_earthquake_2015"/>
      <check key="source"
             text="source: 20150427 DigitalGlobe"
             value_on="DigitalGlobe, 2015-04-27"
             disable_off="true"
             use_last_as_default="true"/>
      <check key="brownfield:source_20150501"
             text="source: 20150501 DigitalGlobe"
             value_on="DigitalGlobe"
             disable_off="true"
             use_last_as_default="true"/>
      <combo key="brownfield:source_20150503" text="source: 20150503" use_last_as_default="true" >
            <list_entry value="CNES, Airbus DS" display_value="source: 20150503 CNES, Airbus DS" />
            <list_entry value="DigitalGlobe" display_value="source: 20150503 DigitalGlobe" />
      </combo>
      <check key="brownfield:source_20150514"
             text="source: 20150514 Pleiades, CNES, Airbus DS / OSM-fr"
             value_on="Pleiades, CNES, Airbus DS / OSM-fr"
             disable_off="true"
             use_last_as_default="true"/>
      <space/>
    </item>

    <item name="IDP informal camps" type="closedway">
      <label text="IDP informal camps"/>
      <link href="https://hotosm.github.io/tracing-guides/guide/Nepal.html#IDP%20Collection%20Guidance" />
      <space/>
      <key key="idp:camp_site" value="spontaneous_camp"/>
      <key key="damage:event" value="nepal_earthquake_2015"/>
      <item_separator />
      <check key="source"
            text="source: 20150427 DigitalGlobe"
            value_on="DigitalGlobe, 2015-04-27"
            disable_off="true"
            use_last_as_default="true"/>
      <item_separator />
      <check key="idp:source_20150501"
            text="source: 20150501 DigitalGlobe"
            value_on="DigitalGlobe"
            disable_off="true"
            use_last_as_default="true"/>
      <combo key="idp:status_20150501"
             text="IDP Status 20150501"
             values="new,increased,decreased,empty"
             display_values="new, increased, decreased, empty"/>
      <item_separator />
      <combo key="idp:source_20150503" text="source: 20150503" use_last_as_default="true" >
            <list_entry value="CNES, Airbus DS" display_value="source: 20150503 CNES, Airbus DS" />
            <list_entry value="DigitalGlobe" display_value="source: 20150503 DigitalGlobe" />
      </combo>
      <combo key="idp:status_20150503"
             text="IDP Status 20150503"
             values="new,increased,decreased,empty"
             display_values="new, increased, decreased, empty"/>
      <item_separator />
      <check key="idp:source_20150514"
             text="source: 20150514 Pleiades, CNES, Airbus DS / OSM-fr"
             value_on="Pleiades, CNES, Airbus DS / OSM-fr"
             disable_off="true"
             use_last_as_default="true"/>
      <combo key="idp:status_20150514"
             text="IDP Status 20150514"
             values="new,increased,decreased,empty"
             display_values="new, increased, decreased, empty"/>

      <space/>
      
    </item>

    <item name="Galli" type="way">
      <key key="galli" value="yes"/>
      <text key="name" text="Name"/>
    </item>

    <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="way">
      <combo key="bridge" text="bridge" values="yes,suspension"/>
      <key key="layer" value="1" />
      <check key="highway" text="footway" value_on="footway" disable_off="true" />
    </item>


  </group>
</presets>
