Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Changelog
Browse Source
View Tickets
New Ticket
Roadmap
Builds
Sonar
Search
Context Navigation
+0
Start Page
Index
History
Editing Presets/IRS
Adjust edit area height:
8
12
16
20
24
28
32
36
40
Edit side-by-side
== 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 === {{{ #!preset <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" author="Zverik" version="1.2.[[revision]]_[[date]]" 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> }}}
Note:
See
WikiFormatting
and
TracWiki
for help on editing wiki content.
Change information
Your email or username:
E-mail address and name can be saved in the
Preferences
Comment about this change (optional):
Note:
See
TracWiki
for help on using the wiki.