Changes between Version 27 and Version 28 of Help/Dialog/MapPaint


Ignore:
Timestamp:
2020-03-10T18:29:30+01:00 (5 years ago)
Author:
stoecker
Comment:

Directory rework, see #18845

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/MapPaint

    v27 v28  
    33= Map Paint Styles Dialog =
    44
    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]
    66
    77It presents a list of [wikitr:/Styles map styles].
     
    1111== List of available Map Styles ==
    1212
    13 [[Image(source:trunk/images/dialogs/mappaintpreference.png,middle)]]
     13[[JOSMImage(dialogs/mappaintpreference,middle)]]
    1414[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.
    1515
     
    2121
    2222=== 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.
    2424
    2525=== Up / Down ===
    2626
    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.
    2828
    2929== Right click Menu ==
     
    3333=== Reload from File ===
    3434
    35 [[Image(source:trunk/images/dialogs/refresh.png,middle)]]
     35[[JOSMImage(dialogs/refresh,middle)]]
    3636Only 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.
    3737
    3838=== Save as... ===
    3939
    40 [[Image(source:trunk/images/copy.svg,24,middle)]]
     40[[JOSMImage(copy,24,middle)]]
    4141Save 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.
    4242
    4343=== Info ===
    4444
    45 [[Image(source:trunk/images/info.png,middle)]]
     45[[JOSMImage(info,middle)]]
    4646The info dialog has 3 tabs:
    4747 info::
    4848  General info on the style source (Title, URL, ...)
    4949 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.
    5151 Source::
    5252  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.