Skip to content

Commit e86cc5e

Browse files
authored
Merge pull request #202 from mapswipe/dev
fix smaller bugs in tutorial #201
2 parents 4b1b976 + a6c46e8 commit e86cc5e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

mapswipe_workers/sample_data/build_area_tutorial.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
},
1515
"categories": {
1616
"building_easy_1": {
17-
"pre": "Tap once on all tiles with at least one building.",
17+
"pre": "Tap once on all tiles with at least one building or parts of a building.",
1818
"post_correct": "Great. Swipe left and let's have a look a some more difficult examples.",
1919
"post_wrong": "... there are some buildings here. Please map all of them. "
2020
},
2121
"building_easy_2": {
2222
"pre": "Again tap the tiles that show buildings. Don't be distracted by roads and other features.",
2323
"post_correct": "Perfect. Swipe left and let's have a look at examples without buildings.",
24-
"post_wrong": "Oh no. Make sure to map all buildings, also if only small pars of a building are visible in a tile."
24+
"post_wrong": "Oh no. Make sure to map all buildings, also if only small parts of a building are visible in a tile."
2525
},
2626
"maybe_1": {
27-
"pre": "Sometimes, you might be sure whether a feature is a building or not. In those cases tap two times to indicate a maybe. Mark the bottom left tile as maybe.",
27+
"pre": "Sometimes, you might be unsure whether a feature is a building or not. In those cases tap two times to indicate a maybe. Mark the bottom left tile as maybe.",
2828
"post_correct": "Great.",
2929
"post_wrong": "Even if you are absolutely sure, mark the bottom left tile as maybe to move on with this tutorial."
3030
},

mapswipe_workers/sample_data/build_area_tutorial_tasks.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ taskid,reference,category,ID
22
18-64984-120438,"3",bad_clouds_1,"2"
33
18-64984-120439,"0",bad_clouds_1,"2"
44
18-64984-120437,"3",bad_clouds_1,"2"
5-
18-64985-120439,"0",bad_clouds_1,"2"
5+
18-64985-120439,"3",bad_clouds_1,"2"
66
18-64985-120437,"3",bad_clouds_1,"2"
77
18-64985-120438,"3",bad_clouds_1,"2"
88
18-208640-120212,"0",bad_no_imagery_1,"3"

mapswipe_workers/sample_data/build_area_tutorial_tasks.geojson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{ "type": "Feature", "properties": { "taskid": "18-64984-120438", "reference": 3, "category": "bad_clouds_1", "ID": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -90.75805664, 14.44797921 ], [ -90.75668335, 14.44797921 ], [ -90.75668335, 14.44664935 ], [ -90.75805664, 14.44664935 ], [ -90.75805664, 14.44797921 ] ] ] ] } },
77
{ "type": "Feature", "properties": { "taskid": "18-64984-120439", "reference": 0, "category": "bad_clouds_1", "ID": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -90.75805664, 14.44664935 ], [ -90.75668335, 14.44664935 ], [ -90.75668335, 14.44531948 ], [ -90.75805664, 14.44531948 ], [ -90.75805664, 14.44664935 ] ] ] ] } },
88
{ "type": "Feature", "properties": { "taskid": "18-64984-120437", "reference": 3, "category": "bad_clouds_1", "ID": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -90.75805664, 14.44930907 ], [ -90.75668335, 14.44930907 ], [ -90.75668335, 14.44797921 ], [ -90.75805664, 14.44797921 ], [ -90.75805664, 14.44930907 ] ] ] ] } },
9-
{ "type": "Feature", "properties": { "taskid": "18-64985-120439", "reference": 0, "category": "bad_clouds_1", "ID": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -90.75668335, 14.44664935 ], [ -90.75531006, 14.44664935 ], [ -90.75531006, 14.44531948 ], [ -90.75668335, 14.44531948 ], [ -90.75668335, 14.44664935 ] ] ] ] } },
9+
{ "type": "Feature", "properties": { "taskid": "18-64985-120439", "reference": 3, "category": "bad_clouds_1", "ID": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -90.75668335, 14.44664935 ], [ -90.75531006, 14.44664935 ], [ -90.75531006, 14.44531948 ], [ -90.75668335, 14.44531948 ], [ -90.75668335, 14.44664935 ] ] ] ] } },
1010
{ "type": "Feature", "properties": { "taskid": "18-64985-120437", "reference": 3, "category": "bad_clouds_1", "ID": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -90.75668335, 14.44930907 ], [ -90.75531006, 14.44930907 ], [ -90.75531006, 14.44797921 ], [ -90.75668335, 14.44797921 ], [ -90.75668335, 14.44930907 ] ] ] ] } },
1111
{ "type": "Feature", "properties": { "taskid": "18-64985-120438", "reference": 3, "category": "bad_clouds_1", "ID": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -90.75668335, 14.44797921 ], [ -90.75531006, 14.44797921 ], [ -90.75531006, 14.44664935 ], [ -90.75668335, 14.44664935 ], [ -90.75668335, 14.44797921 ] ] ] ] } },
1212
{ "type": "Feature", "properties": { "taskid": "18-208640-120212", "reference": 0, "category": "bad_no_imagery_1", "ID": 3 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.5234375, 14.74832321 ], [ 106.52481079, 14.74832321 ], [ 106.52481079, 14.74699516 ], [ 106.5234375, 14.74699516 ], [ 106.5234375, 14.74832321 ] ] ] ] } },

0 commit comments

Comments
 (0)