Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ The Changeset comment automatically gets an attachment to the comment showing th
Once the changes are uploaded, the Note that was referenced gets a comment showing the URL of the Changeset and gets resolved.

While this plugin is not yet published to the JOSM repository, use this description of how to add the plugin to JOSM manually.
## How to install this plugin

Download [notesolver.jar](https://github.com/kmpoppe/noteSolver/releases/latest/download/notesolver.jar) and copy it to "plugins" inside the [user-data directory](https://josm.openstreetmap.de/wiki/Help/Preferences#JOSMpreferencedatacachedirectories).

Afterwards, restart JOSM, go to settings, Plug-Ins and enable "notesolver". Now you have to restart JOSM again.

## How to use this plugin

The plugin adds a main menu entry called "Note Solver". This menu will list all notes remembered for automatic resolving. Once a Note is selected on either the Map or in the list of Notes, a small Context-Menu-Popup shows that allows remembering or forgetting the Note you just selected.
Expand Down