Changes between Version 1 and Version 2 of Presets/CommonKeyboardShortcuts


Ignore:
Timestamp:
2015-11-23T06:29:49+01:00 (10 years ago)
Author:
seattlefyi
Comment:

Added additional highway types.

Legend:

Unmodified
Added
Removed
Modified
  • Presets/CommonKeyboardShortcuts

    v1 v2  
    55Examples of workflows after the shortcuts have been added.
    66* Draw non-rectangular buildings, press 'q' to square the corners, press 'd' to set 'building=yes'.
    7 * Draw a closed round polygon, press 'o' to normalize the circle, press 'h' to set 'building=hut'.
     7* Draw two points defining the diameter of a round hut, press Shift-'o' to create the circle, press 'h' to set 'building=hut'.
    88* Draw a road, press 't' to set 'highway=residential'.
    99* Draw a polygon around a small settlement, press 'k' to set 'landuse=residential'
    1010
     11All of the most common road types* are available in this preset, though major roads are usually already drawn. Unclassified, residential, track, service and path are probably the most useful to hotkey, especially for HOT mapping.
     12
     13(* e.g. highway types listed here: http://wiki.openstreetmap.org/wiki/Highway_Tag_Africa)
    1114=== Setup ===
    1215
     
    2023B. Adding the presets to the JOSM Toolbar
    2124* In JOSM-Preferences, open the Toolbar-Preferences dialog. (Currently fifth icon from the top in the left column).
    22 * In the Available pane, open the Presets folder, select a preset, and click the ‘<‘ button to add it to the toolbar. Presets to add are: Residential, Service, Unclassified, Track, Tertiary, Building, Hut and Residential Area.
     25* In the Available pane, open the Presets folder, select a preset, and click the ‘<‘ button to add it to the toolbar. Suggested presets to add are: Residential, Service, Unclassified, Track, Tertiary, Path, Building, Hut and Residential Area.
    2326* The presets should now be visible in the toolbar.
    2427
     
    4144  shortdescription="Common Keyboard Shortcuts"
    4245  description="Allows easy tagging using keyboard shortcuts for very common tags.">
     46  <item name="Motorway" type="way,closedway">
     47    <key key="highway" value="motorway" />
     48  </item>
     49  <item name="Primary" type="way,closedway">
     50    <key key="highway" value="primary" />
     51  </item>
     52  <item name="Trunk" type="way,closedway">
     53    <key key="highway" value="trunk" />
     54  </item>
     55  <item name="Secondary" type="way,closedway">
     56    <key key="highway" value="secondary" />
     57  </item>
     58  <item name="Tertiary" type="way,closedway">
     59    <key key="highway" value="tertiary" />
     60  </item>
    4361  <item name="Residential" type="way,closedway">
    4462    <key key="highway" value="residential" />
     
    5371    <key key="highway" value="track" />
    5472  </item>
    55   <item name="Tertiary" type="way,closedway">
    56     <key key="highway" value="tertiary" />
     73  <item name="Path" type="way,closedway">
     74    <key key="highway" value="path" />
    5775  </item>
    5876  <item name="Building" type="closedway">