10 | | http://osm.michis-pla.net/presets/observatory.xml |
11 | | http://osmtools.de/josm/steps.xml |
12 | | http://somewhere.dk/email/josm/source.xml |
13 | | http://textual.ru/irs.xml |
14 | | http://www.country-linedance.de/daten/Archaeologie-de.zip |
15 | | http://www.country-linedance.de/daten/Verkehrszeichen-vorlage.zip |
16 | | http://www.freietonne.de/ft_icons/josm/FreieTonne_rules_presets_zip.php |
17 | | http://www.schoenitzer.de/test/pavement.xml |
| 5 | [[JOSMImage(dialogs/propertiesdialog,48,link=,margin-right=20,margin-bottom=10,middle,left)]] |
28 | | Dead links: |
29 | | http://openstreetmap.org.pl/kendzi/preset/current/roofspresets.xml (blocking josm.openstreetmap.de?) |
30 | | http://sites.google.com/site/towardsfloss/Home/doctor_presets_el.xml |
| 16 | There are three types of Presets available to you in JOSM. Adding or removing any of these items requires restarting JOSM. |
| 17 | 1. The **Internal Preset** list, defined in [source:/trunk/resources/data/defaultpresets.xml defaultpresets.xml], is the default set of presets available in the JOSM [wikitr:/Help/Menu/Presets Presets] menu. Changes to the Internal Presets requires modification of the JOSM source code. |
| 18 | 1. JOSM user-community created (and published) **Available presets**, which can be enabled through the [wikitr:/Help/Preferences/TaggingPresetPreference Tagging Presets] register in Preferences. The full list of these Available presets, and how to publish a new one you create, appears below. |
| 19 | 1. **Custom Tagging Presets** files, for cases where you want to use customized Presets but they are not published to JOSM as an Available preset. Customized presets can be added through the [wikitr:/Help/Preferences/TaggingPresetPreference Tagging Presets] register in Preferences, either by URL, or by filename on your local filesystem. The format of a Custom Tagging Presets .xml file appears at [wikitr:/TaggingPresets TaggingPresets]. |
| 20 | |
| 21 | == JOSM Available presets == |
| 22 | [[Styles(en|presets|short description|author|description|version|More details)]] |
| 23 | |
| 24 | == Publish a new Available presets item ==#PublishanewAvailablepresetsitem |
| 25 | [=#Createnewpresets] |
| 26 | {{{#!comment |
| 27 | Deprecated #Createnewpresets target is called from some PresetsSource and DevelopersGuide/DefaultPresets pages |
39 | | = JOSM presets = |
40 | | [[Styles(en|presets|short description|author|description|version|More details)]] |
| 37 | === JOSM wiki Available preset (preferred method) === |
| 38 | In order to add a new wiki based preset, simply create a new wiki page similar to the [#List existing wiki presets]. |
| 39 | I. go to [wiki:Presets/MyPresetName https://josm.openstreetmap.de/wiki/Presets/MyPresetName] |
| 40 | A. change the URL so it matches the name of your preset; change only the last part after `...Presets/`, (preferred is CamelCase) |
| 41 | a. press `Enter` after adjusting the name |
| 42 | 1. click 'create this page' |
| 43 | 1. add content similar to existing preset wikis, e.g. [wikitr:/Presets/OneClick] |
| 44 | 1. don't forget to enclose your preset code by a code block (`#!preset` needs to be on a **new line** after `{{{`): |
| 45 | 1. `{{{` |
| 46 | 1. `#!preset` |
| 47 | 1. `<?xml version="1.0" encoding="UTF-8"?>` |
| 48 | 1. ... |
| 49 | 1. `}}}` |
| 50 | 1. save the wiki page |
| 51 | 1. after a few minutes the new wiki preset will show up in the list and in JOSM automatically |
| 52 | 1. for automatic version adjustment you have to use `[[revision]]_[[date]]` in your version variable: |
| 53 | * `[[revision]]` - is the latest version number of the wiki page |
| 54 | * `[[date]]` - is the date of the last edit of the wiki page |
| 55 | * recommended usage: `version="1.[[revision]]_[[date]]"` (converts to e.g. `1.13_2019-02-24`) |
| 56 | * this is required for an automatic update within JOSM |
| 57 | |
| 58 | === Externally hosted Available preset === |
| 59 | A new externally hosted preset URLs can be published by editing [wikitr:/PresetsSource this page]. \\ |
| 60 | **Note**: Only URLs with file-extension (e.g. *.mapcss, *.xml, *.zip, *.php) are supported. |
| 61 | |
| 62 | === Icon handling in Available presets ===#IconHandling |
| 63 | * See [wikitr:/Styles#Icons] for a description how attached files and icons are handled. |
| 64 | * Empty image paths like `icon=""` are not allowed. |
43 | | == Installation == |
44 | | The presets listed above can be selected and activated within [wiki:Help/Preferences/Map map settings] in the JOSM preferences. |
| 67 | == Updating Available presets in JOSM == |
| 68 | Once a preset was updated in the wiki (or another external source) it takes up to 10 days until the preset gets updated in JOSM automatically. To immediately force an update you can do the following steps: |
| 69 | 1. Open the [wikitr:/Help/Action/Preferences Preferences] |
| 70 | 1. Make sure [wikitr:/Help/ExpertMode Expert Mode] is enabled |
| 71 | 1. Open the [wikitr:/Help/Preferences/Advanced Advanced Preferences] |
| 72 | 1. Search for keys starting with: `mirror.https://josm.openstreetmap.de/josmfile?page_Presets/` (or `mirror.` for other external sources) |
| 73 | 1. Select the preset you want to update |
| 74 | 1. Click on Reset at the bottom of the window |
| 75 | 1. Click on OK to save the changes (and to close the preference window) |
| 76 | 1. Restart JOSM |
| 77 | |
| 78 | or: |
| 79 | |
| 80 | 1. Remove the content of your [wikitr:/Help/Action/About#InstallationDetails <josm.cache>] folder |
| 81 | 1. Restart JOSM |
47 | | == Create new presets == |
48 | | See also [wiki:TaggingPresets] or [http://josm.openstreetmap.de/svn/trunk/data/defaultpresets.xml standard preset] in case you want to create own files. |
49 | | {{{ |
50 | | #!comment |
51 | | Note for translators: |
52 | | - The reference below to change the source of this page should be modified, so it tells the reader to modify the English page. |
53 | | }}} |
54 | | * New wiki based presets can be created when making a page similar to the already existing pages listed [#List below]. |
55 | | * New external hosted preset URLs can be entered when editing this page. |
56 | | * **Note**: Only URLs with file-extension (e.g. *.mapcss, *.xml, *.zip, *.php) are supported. |
57 | | |
58 | | See [wiki:Styles#CreateStyle] for a description how the JOSM wiki helps to create own styles or presets and how attached files are handled. |
59 | | |
60 | | |
61 | | == Presets managed in JOSM wiki ==#List |
| 84 | == Available presets managed in the JOSM wiki ==#List |