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="https://wiki.openstreetmap.org/wiki/Космоснимки"> <group name="IRS Highways" icon="presets/transport/way/way_unclassified.svg"> <item name="Road" type="way" icon="presets/transport/way/way_unclassified.svg"> <key key="highway" value="road"/> <key key="source" value="IRS"/> </item> <item name="Unclassified" type="way" icon="presets/transport/way/way_unclassified.svg"> <key key="highway" value="unclassified"/> <key key="source" value="IRS"/> </item> <item name="Residential" type="way" icon="presets/transport/way/way_residential.svg"> <key key="highway" value="residential"/> <key key="source" value="IRS"/> </item> <item name="Tertiary" type="way" icon="presets/transport/way/way_tertiary.svg"> <key key="highway" value="tertiary"/> <key key="source" value="IRS"/> </item> <item name="Secondary" type="way" icon="presets/transport/way/way_secondary.svg"> <key key="highway" value="secondary"/> <key key="source" value="IRS"/> </item> <item name="Railway" type="way" icon="presets/transport/railway/rail.svg"> <key key="railway" value="rail"/> <key key="source" value="IRS"/> </item> </group> <group name="IRS Natural" icon="presets/landmark/forest.svg"> <item name="Lake" type="way" icon="presets/nautical/water.svg"> <key key="natural" value="water"/> <key key="source" value="IRS"/> </item> <item name="River" type="way" icon="presets/nautical/waterway_river.svg"> <key key="waterway" value="river"/> <key key="source" value="IRS"/> </item> <item name="Stream" type="way" icon="presets/nautical/waterway_river.svg"> <key key="waterway" value="stream"/> <key key="source" value="IRS"/> </item> <item name="Forest" type="way" icon="presets/landmark/forest.svg"> <key key="natural" value="wood"/> <key key="source" value="IRS"/> </item> <item name="Wetland" type="way" icon="presets/landuse/wetland.svg"> <key key="natural" value="wetland"/> <key key="source" value="IRS"/> </item> </group> <item name="IRS" type="way"> <key key="source" value="IRS"/> </item> </presets>
Last modified
7 years ago
Last modified on 2018-03-24T15:04:03+01:00
Note:
See TracWiki
for help on using the wiki.