Changes between Version 26 and Version 27 of Help/Menu/Presets
- Timestamp:
- 2020-05-14T18:05:23+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Menu/Presets
v26 v27 1 [[TranslatedPages( outdated=This page is incomplete and needs some more content.)]]1 [[TranslatedPages()]] 2 2 3 3 ''If you are looking for complete reference of Presets, see [wikitr:/Presets presets]''. … … 12 12 [wikitr:/Help/Preferences/Map#TaggingPresets Preset preferences...] opens the presets preferences tab under [[JOSMImage(preferences/map,24,link=,middle)]] map settings. 13 13 14 == Presets == 14 == Presets ==#Presets 15 15 This brings up a list of predefined groups of tags which you can then choose to apply to the currently selected [wikitr:/Help/Concepts/Object objects]. 16 16 … … 18 18 19 19 A new window will open if the selected objects' types suit the preset. Depending on the preset this window might have several additional tags to choose from. There are different ways to add the value to the corresponding keys: 20 [[Image(josm_restaurant_preset.png,link=,right,margin=20)]] 20 21 * free lines to type in text ''(e.g. `name=`)''. 21 * drop-down lists to choose from ''(e.g. `surface=`)''. 22 * check boxes ''(e.g. `oneway=yes/no`)''. 23 * **Note**: Actually there are three states: 'yes`, `no` and key not set, which removes the tag. 24 * multi-selection lists to select multiple values 25 26 [[Image(road-preset.png,link=)]] 22 * multi-selection lists to select multiple values, usually separated by semi-colon `;` ''(e.g. `cuisine=`)''. 23 * check boxes ''(e.g. `microbrewery=yes/no`)''. 24 * **Note**: Actually there are three states: `yes`, `no` and key ''not set'', which removes the tag 25 * drop-down lists to choose from ''(e.g. `takeaway=`)''. 26 Additionally, links to other presets might be present ''(e.g. "Annotation/Contact")''. 27 27 28 28 The JOSM installation comes with a [source:trunk/resources/data/defaultpresets.xml default] set of presets and a [wikitr:/Presets list] of additional presets, which cover most of your mapping needs. However you can add / modify the default or design a new one by creating your own [wikitr:/TaggingPresets preset] file. You can sort the preset menu alphabetically by checking the box ''Sort presets menu'' in the [wikitr:/Help/Preferences/Map#TaggingPresets preset preferences]. 29 30 === Context menus === 31 Depending on the area, a right click on a preset offers following context menus: 32 33 ==== Right click on key ==== 34 ||= Icon =||= Name =||= Shortcut =||= Description =|| 35 |||||||| The name of the key as title || 36 || [[JOSMImage(dialogs/search)]] || Go to OSM wiki for tag help || {{{F1}}} || opens the tag page at the [osmwiki: OSM wiki] || 37 || [[JOSMImage(dialogs/taginfo,24,link=,middle)]] || Go to taginfo || || opens the tag page at [taginfo: taginfo] with stats about the usage number of this tag || 38 39 ==== Right click on a value text box ==== 40 Opens JOSM's default [wikitr:/Help/Menu/TextBoxContext text box context menu]. 29 41 30 42 == Installing presets ==