Shipping JOSM configuration plugin
I’ve updated and shipped the Task configuration plugin, previously written about on this diary post. With JOSM-configuration, you can load imagery, set filters, apply mappaint styles, and set a changeset comment, with one mouse click. This update makes it much easier to access configuration files.
Originally, the JOSM configuration plugin only loaded configuration files from a gist link. Now, the plugin has a default set of configuration files, which are available from a drop down menu.
The plugin keeps the list of default configurations on GitHub. Make a pull request if you come up with another useful configuration. You can also still create your own configurations, and load with Load task from gist
. Configuration files use this JSON structure.
Finally, there is a clear
option, which restores JOSM to the state it was before the new configuration was loaded.
#### Installing
To install this plugin the user can download the jar from here and copying it to JOSM’s plugin folder. On OSX this is ~/Library/JOSM/plugins
. Activate the plugin from JOSM Preferences > Plugins
and restart JOSM.
#### Usage
- The ‘Task Config’ menu lists common tasks that you can choose from. This startup list is universal for all users of the plugin.
- The configuration for each task includes imagery layers, mappaint styles, filters, changeset comment and source specific for the mapping task.
- Use
clear
to remove any configuration settings that were applied and restore your environment.