User:Kmpoppe/Plugins
Plugins for JOSM
noteSolver
Current Release
Source Code
- The source code is available on GitHub.
Previous Releases
This plugin for JOSM allows resolving Notes directly after uploading some changes.
The Changeset comment automatically gets an attachment to the comment showing the URL of the Note.
Once the changes are uploaded, the Notes that were referenced get a comment showing the URL of the Changeset and get resolved.
How to install the plugin manually
If you want to add the plugin manually (which should not be necessary anymore because it's now added to the global plugin list of JOSM), refer to this description on how to add the plugin to JOSM manually.
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.
When you prepare the changes for upload, the Changeset comment will contain "Closes https://www.openstreetmap.org/note/{NoteID}" for every Note that's in the list. If you confirm the question for automatic resolve with Yes, every note will be closed with "Resolved with Changeset https://www.openstreetmap.org/changeset/{ChangesetID}".
Todo / Nice to have / Errors
If you use GitHub and would like to contribute in the form of Issues or throw me a Pull Request, please do go to the project's page on GitHub. If you don't, just use the talk page to report errors and list nice to have's or anything you like to report.
fhrsPlugin
Current Release
Source Code
- The source code is available on GitHub.
Previous Releases
- .jar download (Version 0.1.5)
- .jar download (Version 0.1.3)
- .jar download (Version 0.1.2)
- redacted Version 0.1.1
This plugin for JOSM allows to use the FHRS API to merge data into OpenStreetMap.
How to install the plugin manually
If you want to add the plugin manually, refer to this description on how to add the plugin to JOSM manually.
How to use this plugin
The plugin adds a main menu entry called "FHRS".
You need to select exactly one object on the map to use any of the menu entries!
The menu "Get information" will get the data from FHRS that belongs to the fhrs:id
, that's already set in the object. If there is none, the action is cancelled.
The menu "Search entry" looks up establishments in FHRS using this three options in order:
- name and address
- address only
- name only
The search result is displayed in a list for you to pick the right establishment. After choosing one the merge dialog will show.
Todo / Nice to have / Errors
If you use GitHub and would like to contribute in the form of Issues or throw me a Pull Request, please do go to the project's page on GitHub. If you don't, just use the talk page to report errors and list nice to have's or anything you like to report.