Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add comment #to-fix: ... #3

Open
wants to merge 52 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
802bbe8
add route for windows
Jun 1, 2015
b8ccb12
add kratatoa task
Jun 15, 2015
059050e
draw krakatoa task on layer
Jun 15, 2015
58f043f
remove print
Jun 16, 2015
aeb4cdc
fix fixed
Jun 16, 2015
26b8105
add Shortcut
Jun 16, 2015
048cfca
add Shortcut
Jun 16, 2015
7f56711
testing task
Jun 17, 2015
86147c7
add button not a error, add new icon, and add url
Jun 17, 2015
ba0ae84
fix unconectedmajor task
Jun 17, 2015
ebdd3c9
fix message
Jun 18, 2015
862eb91
jar version 0.0.1
Jun 18, 2015
49cfd2a
checkout internet connection
Jun 18, 2015
d08da1b
checkout internet connection
Jun 18, 2015
59f75bd
clean up
Jun 18, 2015
960df34
clean up & readme
Jun 18, 2015
95b5fee
tofix jar version 0.0.1
Jun 18, 2015
8ff2434
clean up & readme
Jun 18, 2015
56b42e7
clean up & readme
Jun 18, 2015
7ea1c32
add the right url of project
Jun 24, 2015
978d0c2
tofix jar version 0.0.1
Jun 24, 2015
f60e432
change new ip server
Jul 1, 2015
08d1092
fix ip
Jul 2, 2015
0f337a5
add config file
Jul 2, 2015
79747ad
fixing clases to suport on diferents status
Jul 3, 2015
266feba
fixing clases to suport on diferents status
Jul 3, 2015
e1bb020
estructurando el respuesta para cada tarea
Jul 3, 2015
5056c38
message complete task
Jul 3, 2015
8f0568f
fix Keepright task
Jul 3, 2015
5d6ab05
fix tasks to new structure
Jul 3, 2015
bd09d1e
request noterror
Jul 3, 2015
c2eeb92
clean up
Jul 3, 2015
2f7b7ea
fix internet error
Jul 3, 2015
6462cbb
add jar
Jul 3, 2015
98bf609
incrementar el size de descarga
Jul 16, 2015
c27ac63
incrementar el size de descarga
Jul 16, 2015
354104f
fix the current format for tigerdelta
Jul 16, 2015
3aece91
fix the format to tigerdelta
Jul 16, 2015
83ecf25
custom download
Jul 23, 2015
8e682c2
load task fron server
Aug 5, 2015
4dc4de5
load list of tasks from server
Aug 5, 2015
4bc3b9f
new server
Aug 6, 2015
b5f4484
update jar
Aug 6, 2015
48cc39b
add strava task
Aug 25, 2015
226cfae
add small components task
Sep 11, 2015
94241bd
update ip
Sep 30, 2015
08d17d8
Call Upload Changes dialog, when pressing Fixed button
Oct 2, 2015
dfc0aca
add default comment
Oct 7, 2015
45eee40
clean up and add automatically commnet
Oct 7, 2015
7594704
clean up
Oct 7, 2015
e45042e
fix store the commnet
Oct 7, 2015
cc16234
add jar file
Oct 7, 2015
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
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Make [To-Fix](http://osmlab.github.io/to-fix) OpenStreetMap microtasking challenges available in [JOSM](http://josm.openstreetmap.de/) editor.

![josm](https://cloud.githubusercontent.com/assets/1152236/7286852/ddfc4114-e914-11e4-93c7-b9cf72a30fcc.gif)

![josm](https://cloud.githubusercontent.com/assets/1152236/8237989/9c48c41a-15b8-11e5-8fd5-a35735db43c9.gif)

## Installation

Expand All @@ -15,7 +16,27 @@ Make [To-Fix](http://osmlab.github.io/to-fix) OpenStreetMap microtasking challen

- Ubuntu: `cp tofix.jar ~/.josm/plugins/`
- Mac OSX: `cp tofix.jar ~/Library/JOSM/plugins`
- Windows : Copy in `C:\Users\(Windows user)\AppData\Roaming\JOSM\plugins`

*Activate plugin*

![image](https://cloud.githubusercontent.com/assets/1152236/7150157/803d6e24-e2dc-11e4-9245-93e0d7ccaada.png)
![image](https://cloud.githubusercontent.com/assets/1152236/8236632/3e4e4352-15af-11e5-88d3-e348b78b62d2.png)

![screenshot from 2015-06-18 12 10 14](https://cloud.githubusercontent.com/assets/1152236/8237186/21689c2a-15b3-11e5-9a8e-29278468347d.png)

## Configuration

#### Shortcuts

Default shortcuts:

- **Skip button:** ALT + SHIFT + S
- **Not a error button :** ALT + SHIFT + N
- **Fixed button :** ALT + SHIFT + S

Example to configure your own shortcuts:


![screenshot from 2015-06-18 09 30 05](https://cloud.githubusercontent.com/assets/1152236/8237229/6268a12a-15b3-11e5-8496-d67fdc1fc4b8.png)


5 changes: 3 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<project name="tofix" default="dist" basedir=".">
<property name="commit.message" value="Initial commit"/>
<property name="plugin.main.version" value="8151"/>
<property name="plugin.version" value="v0.0.1"/>
<property name="plugin.author" value="Rub21"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.tofix.TofixPlugin"/>
<property name="plugin.description" value="Integrate to-fix http://osmlab.github.io/to-fix/ to JOSM, to repair errors on OpenStreetMap"/>
<property name="plugin.description" value="Integrate to-fix http://osmlab.github.io/to-fix/ into JOSM to repair errors on OpenStreetMap"/>
<property name="plugin.icon" value="images/icontofix.png"/>
<property name="plugin.link" value="https://github.com/Rub21/josm-tofix-plugin"/>
<property name="plugin.link" value="https://github.com/osmlab/josm-tofix-plugin"/>
<import file="../build-common.xml"/>
</project>
Binary file modified dist/tofix.jar
Binary file not shown.
Binary file modified images/dialogs/icontofix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/icontofix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/mapmode/icontofix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mapmode/noterror.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading