From 8ecbdce7fd5cbfa5f58e478c9933f0928a993e6c Mon Sep 17 00:00:00 2001 From: simonpoole Date: Sun, 17 Dec 2023 10:45:50 +0100 Subject: [PATCH] Add some information on using the presets in JOSM --- README.md | 14 ++++++++++++-- build.gradle | 6 ++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd4d8169..a9d8ec34 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The icons have been replaced with ones from http://www.sjjb.co.uk/mapicons/intro The links to original icons remain if they currently don't have a replacement, current count is roughly 90 icons that either have not been replaced or are missing. -To make using the presets easier with the original JOSM icons we've added one level of indirection in that instead of directly containing a reference to an icon, we reference entries in beautified_icons.mapping and josm_icons.mapping that contain references to our and JOSM icons respectively. +To make using the presets easier with the original JOSM icons we've added one level of indirection in that instead of directly containing a reference to an icon, we reference entries in _beautified_icons.mapping_ and _josm_icons.mapping_ that contain references to our and JOSM icons respectively. ## Count of object presets @@ -22,6 +22,16 @@ The preset file contained at last count a good 1'000 individual object presets v Due to the touchy nature of the subject, presets for military objects have been moved out of the default preset to [military preset](http://simonpoole.github.io/military-preset/). +## Using in JOSM + +You can link to the presets by using one of + +https://github.com/simonpoole/beautified-JOSM-preset/releases/latest/download/josm.zip + +https://github.com/simonpoole/beautified-JOSM-preset/releases/latest/download/josm_orig_icons.zip (for a version that uses the JOSM icons) + +these will always return the current release of the specified file. + ## Information for developers ### Understanding the preset schema @@ -47,4 +57,4 @@ The presets are being translated on transifex [here](https://app.transifex.com/o ## Information on updates -Please follow us on [twitter](https://twitter.com/search?q=vespucci_editor) for updates. +Please follow us on [mastodon](https://en.osm.town/@vespucci_editor) for updates. diff --git a/build.gradle b/build.gradle index 5c9e9e3a..f16d649d 100644 --- a/build.gradle +++ b/build.gradle @@ -444,6 +444,12 @@ _josm_preset_orig_icons.xml_ - current preset for JOSM using icons distributed w _vespucci_preset_build_v5.xml_ - current preset for building Vespucci 19 and later _vespucci_preset_build.xml_ - current preset for building Vespucci pre version 19 _vespucci_icons.zip_ - icons from this project + +## URLs + +You can link to the files, for example for inclusion in JOSM, by using URLs of the form +https://github.com/simonpoole/beautified-JOSM-preset/releases/latest/download/_filename_ +these will always return the current release of the specified file. """ }