Skip to content

JOSM/tofix

 
 

Repository files navigation

Tofix Plugin for 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.

tofix-wor2k

Installation

  • 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

tofix

Configuration

  • 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.

Working with the plugin

  • 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.

Shortcuts

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:

screenshot from 2015-06-18 09 30 05

Actions

Tofix-plugin has different actions, which you could use for different type of works.

image

Set default API

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

image

Set default Token

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.

image

Auto delete Layer

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.

Download OSM Data

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.

get6

Set editable Layer

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.

get7

Set bbox to request the items

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.

screen shot 2018-04-03 at 6 16 02 pm

  • 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

screen shot 2018-04-03 at 6 19 04 pm

Others