Changes between Version 171 and Version 175 of Styles
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles
v171 v175 57 57 a. press `Enter` after adjusting the name 58 58 1. don't forget to enclose your mappaint code by a code block (`#!style type="mapcss"` needs to be on a **new line** after `{{{`): 59 1. `{{{` 60 1. `#!style type="mapcss"` 61 1. ... 62 1. `}}}` 59 {{{ 60 {{{ 61 #!style type="mapcss"` 62 … 63 }}} 64 }}} 63 65 1. for automatic version adjustment you have to use `[[revision]]_[[date]]` in your version variable: 64 66 * `[[revision]]` - is the latest version number of the wiki page … … 69 71 * '''or''' edit the page StylesSource and add URLs for new style files to the list at the top. (JOSM wiki based Styles (see above) is the preferred method.) 70 72 * **Note**: Only URLs with file-extension (e.g. *.mapcss, *.zip, *.php) are supported. 71 In both cases, the new style will be automatically listed in the table above after a few minutes. Then it will also be available in the JOSM mappaint preferences (after clicking the reload button). 73 In both cases, the new style will be automatically listed in the table above after a few minutes. Then it will also be available in the JOSM mappaint preferences (after clicking the reload button). \\ 74 **Note**: The [/jenkins/job/JOSM-Integration/ JOSM-Integration test] will run on all styles and report problems. 72 75 73 76 == Icons ==#Icons 74 77 `.png` and `.svg` files are supported. See [wikitr:/DevelopersGuide/DefaultPresets#NewIcons Defaultpresets New Icons] for details and problems with `.svg` 78 79 JOSM uses SVG Salamander under the hood. This SVG engine has been in maintenance mode for a long time, so only SVG 1.1 icons can be rendered correctly. 75 80 76 81 === Icon testing === … … 127 132 128 133 == Styles managed in JOSM wiki == 129 [[TitleIndex(Styles/)]] 134 [[TitleIndexTr(Styles/)]] 130 135 131 136
