wiki:Presets/HotNepal

Version 4 (modified by Don-vip, 9 years ago) ( diff )

remove empty icon

Hot Nepal Earthquake (experimental)

This 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.

<?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_11_2021-11-25"
        link="http://josm.openstreetmap.de/wiki/Presets/HotNepal">

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

    <item name="Residential Area" icon="styles/standard/misc/landmark/building.png" 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" icon="icons/hot_red_zone.png" 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"/>
      <check key="brownfield:source_20150503"
             text="source: 20150503 CNES, Airbus DS"
             value_on="CNES, Airbus DS"
             disable_off="true"
             use_last_as_default="true"/>
      <check key="brownfield:source_20150503"
             text="source: 20150503 DigitalGlobe"
             value_on="DigitalGlobe"
             disable_off="true"
             use_last_as_default="true"/>
      <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" icon="icons/hot_camping.n.24.png" type="closedway">
      <label text="IDP informal camps"/>
      <link href="http://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 />
      <check key="idp:source_20150503"
             text="source: 20150503 CNES, Airbus DS"
             value_on="CNES, Airbus DS"
             disable_off="true"
             use_last_as_default="true"/>
      <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_20150503"
             text="source: 20150503 DigitalGlobe"
             value_on="DigitalGlobe"
             disable_off="true"
             use_last_as_default="true"/>
      <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/bridge.png" 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>

Presets_HotNepal-preset.xml, Presets_HotNepal.zip

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.