💥💥💥💥 The to-fix server is no longer maintained. 💥💥💥💥
This plugin has therefore been archived and has been marked as deprecated in JOSM.
This plugin makes To-Fix OpenStreetMap microtasking challenges available directly from within the JOSM editor.
Instead of picking new tasks and confirming accomplished tasks through the web interface of To-Fix on https://github.com/osmlab/to-fix this plugin allows you to work with To-Fix tasks without ever having to switch out of JOSM.
- Open "Preferences" in your JOSM editor (editor available on josm.openstreetmap.de)
- Click "Update plugins"
- Select "Plugins" and check "tofix"
- Confirm with "OK" and restart JOSM
- Select "To-fix" from "Windows", the To-fix window will appear as a panel on your screen (at least one layer must be enabled to select options within Windows)
- Select a task from the drop down.
- Skip: Click to select a new task at any time.
- Not an error: Click if a task does not require any editing.
- Fixed: click when you are done editing on a task. This will automatically start the upload process. Fill in a comment like
#to-fix:tigerdelta
. After uploading the plugin will download the next task.
Default shortcuts:
- Skip button: ALT + SHIFT + S
- Not a error button : ALT + SHIFT + N
- Fixed button : ALT + SHIFT + F
Example to configure your own shortcuts:
Tofix-plugin has different actions, which you could use for different type of works.
Tofix-plugin is using per default the API: http://tofix.devseed.com:8000, but if you want to set up your own API, you could set up selecting the option, Set default API
Tofix-plugin needs to authenticate with an OSM account in the to-fix-backend API, therefore a default user has been created: tofixjson, and the token of this users has been established by default in the plugin. If you want to change this configuration, you have to disable the option Set default Token
and it will show you the option to authenticate with your OSM account.
Tofix-plugin downloads the issues in different layers, we keep this option enabled so that the plugin removes the layers that no longer have changes to upload to OSM.
Tofix-plugin by default will download OSM data for the work area, but in case you just want to verify the items(issues) without downloading the OSM data, you can disable the download option. Once the option is disabled the plugin will request only the items.
Tofix-plugin helps to edit the data that has been uploaded into the tofix-backend API. this functionality could help in cases you want to import data into OSM, checking feature by feature.
This functionality helps to make requests for items(issues) in a certain area.
- If you already have a active layer with the work area, tofix-plugin will take the bbox of this work area.
- If you do not have a active layer, tofix-plugin will set the visible area bbox in JOSM.
This functionality will help the user to work their own areas
-
Tofix-backend: https://github.com/osmlab/to-fix-backend
-
Tofix-web: https://github.com/osmlab/to-fix (Currently, nobody maintains this side)