Changes between Version 27 and Version 28 of Help/Dialog/MapPaint
- Timestamp:
- 2020-03-10T18:29:30+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/MapPaint
v27 v28 3 3 = Map Paint Styles Dialog = 4 4 5 [[ Image(source:trunk/images/dialogs/mapstyle.svg)]] ''Keyboard shortcut:''''' {{{Alt+Shift+M}}}''' — one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSM windows]5 [[JOSMImage(dialogs/mapstyle)]] ''Keyboard shortcut:''''' {{{Alt+Shift+M}}}''' — one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSM windows] 6 6 7 7 It presents a list of [wikitr:/Styles map styles]. … … 11 11 == List of available Map Styles == 12 12 13 [[ Image(source:trunk/images/dialogs/mappaintpreference.png,middle)]]13 [[JOSMImage(dialogs/mappaintpreference,middle)]] 14 14 [wikitr:/Help/Preferences/Map#MapPaintStyles Launch the Settings dialog and open the tab for Map Style settings] - this dialog has a list of styles that you can select from. In addition you can add and delete styles from your list. 15 15 … … 21 21 22 22 === Activate === 23 [[ Image(source:trunk/images/apply.svg,middle)]] Turn selected styles on or off. Can also be done by clicking the checkbox in front of each entry. The first entry (Wireframe View) is special, it cannot be combined with any other style and it cannot be moved up and down or removed from the list.23 [[JOSMImage(apply,middle)]] Turn selected styles on or off. Can also be done by clicking the checkbox in front of each entry. The first entry (Wireframe View) is special, it cannot be combined with any other style and it cannot be moved up and down or removed from the list. 24 24 25 25 === Up / Down === 26 26 27 [[ Image(source:trunk/images/dialogs/up.svg,24,middle)]] / [[Image(source:trunk/images/dialogs/down.svg,24,middle)]] Move the selected entries up or down. Styles sources are applied top to bottom, so lower entries can override upper entries.27 [[JOSMImage(dialogs/up,24,middle)]] / [[JOSMImage(dialogs/down,24,middle)]] Move the selected entries up or down. Styles sources are applied top to bottom, so lower entries can override upper entries. 28 28 29 29 == Right click Menu == … … 33 33 === Reload from File === 34 34 35 [[ Image(source:trunk/images/dialogs/refresh.png,middle)]]35 [[JOSMImage(dialogs/refresh,middle)]] 36 36 Only works for style sources that are saved locally. Reloads the style and updates the map area. By default local mappaint styles reload automatically when you safe changes in the file. 37 37 38 38 === Save as... === 39 39 40 [[ Image(source:trunk/images/copy.svg,24,middle)]]40 [[JOSMImage(copy,24,middle)]] 41 41 Save a copy of the style to file. The copy will be added to the list of styles. You can open the file in a text editor and do some changes. 42 42 43 43 === Info === 44 44 45 [[ Image(source:trunk/images/info.png,middle)]]45 [[JOSMImage(info,middle)]] 46 46 The info dialog has 3 tabs: 47 47 info:: 48 48 General info on the style source (Title, URL, ...) 49 49 Errors:: 50 If there are errors when loading the style, you can inspect the error log in this tab. Style sources that have errors are marked with a small [[ Image(source:trunk/images/warning-small.png)]]-sign in the main view.50 If there are errors when loading the style, you can inspect the error log in this tab. Style sources that have errors are marked with a small [[JOSMImage(warning-small)]]-sign in the main view. 51 51 Source:: 52 52 Here you can quickly look up the source code of the style. It is read-only, but you can copy text to your own custom styles.