wiki:Presets/IRS

Version 5 (modified by Klumbumbus, 8 years ago) ( diff )

fix icon link

A preset for tracing IRS imagery

Original author: Ilya Zverev

This preset was developed some years ago to simplify tagging traced elements with "source" tag. Not sure you should use this now, but it remains for historic reasons.

The preset source

<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
  author="Zverik" version="1.2.9_2018-03-24"
  shortdescription="IRS presets"
  description="Presets for simpler IRS tracing" ru.description="Пресеты для быстрого обклацывания снимков IRS"
  link="http://wiki.openstreetmap.org/wiki/Космоснимки">
  <group name="IRS Highways" icon="styles/standard/transport/way/way_unclassified.svg">
    <item name="Road" type="way" icon="styles/standard/transport/way/way_unclassified.svg">
      <key key="highway" value="road"/>
      <key key="source" value="IRS"/>
    </item>
    <item name="Unclassified" type="way" icon="styles/standard/transport/way/way_unclassified.svg">
      <key key="highway" value="unclassified"/>
      <key key="source" value="IRS"/>
    </item>
    <item name="Residential" type="way" icon="styles/standard/transport/way/way_residential.svg">
      <key key="highway" value="residential"/>
      <key key="source" value="IRS"/>
    </item>
    <item name="Tertiary" type="way" icon="styles/standard/transport/way/way_tertiary.svg">
      <key key="highway" value="tertiary"/>
      <key key="source" value="IRS"/>
    </item>
    <item name="Secondary" type="way" icon="styles/standard/transport/way/way_secondary.svg">
      <key key="highway" value="secondary"/>
      <key key="source" value="IRS"/>
    </item>
    <item name="Railway" type="way" icon="styles/standard/transport/railway/rail.svg">
      <key key="railway" value="rail"/>
      <key key="source" value="IRS"/>
    </item>
  </group>
  <group name="IRS Natural" icon="presets/landuse.png">
    <item name="Lake" type="way" icon="styles/standard/nautical/water.svg">
      <key key="natural" value="water"/>
      <key key="source" value="IRS"/>
    </item>
    <item name="River" type="way" icon="styles/standard/nautical/waterway_river.svg">
      <key key="waterway" value="river"/>
      <key key="source" value="IRS"/>
    </item>
    <item name="Stream" type="way" icon="styles/standard/nautical/waterway_river.svg">
      <key key="waterway" value="stream"/>
      <key key="source" value="IRS"/>
    </item>
    <item name="Forest" type="way" icon="presets/landuse.png">
      <key key="natural" value="wood"/>
      <key key="source" value="IRS"/>
    </item>
    <item name="Wetland" type="way" icon="presets/landuse_water.png">
      <key key="natural" value="wetland"/>
      <key key="source" value="IRS"/>
    </item>
  </group>
  <item name="IRS" type="way">
    <key key="source" value="IRS"/>
  </item>
</presets>

Presets_IRS-preset.xml, Presets_IRS.zip

Note: See TracWiki for help on using the wiki.