tasking-manager
tasking-manager copied to clipboard
Same tasks having more than one task id.
Describe the bug
Expected behavior No task having a same area should have more than one task id.
Screenshots
Additional Information Issue Reported two years back on mapswipe: https://github.com/mapswipe/python-mapswipe-workers/issues/546 Slack conversation Archives: https://hotosm.slack.com/archives/C319P09PB/p1704998956525999
Initial finding:
- There are two tasks with different
taskId
butsame geojson
in this particular project.
[
{
"geometry": {
"coordinates": [
[
[
[
35.529785,
-1.79048
],
[
35.540771,
-1.79048
],
[
35.540771,
-1.779499
],
[
35.529785,
-1.779499
],
[
35.529785,
-1.79048
]
]
]
],
"type": "MultiPolygon"
},
"properties": {
"lockedBy": null,
"mappedBy": 18455336,
"taskId": 200,
"taskIsSquare": true,
"taskStatus": "MAPPED",
"taskX": 19618,
"taskY": 16221,
"taskZoom": 15
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
[
[
[
35.529785,
-1.79048
],
[
35.540771,
-1.79048
],
[
35.540771,
-1.779499
],
[
35.529785,
-1.779499
],
[
35.529785,
-1.79048
]
]
]
],
"type": "MultiPolygon"
},
"properties": {
"lockedBy": null,
"mappedBy": 18542440,
"taskId": 198,
"taskIsSquare": true,
"taskStatus": "VALIDATED",
"taskX": 19618,
"taskY": 16221,
"taskZoom": 15
},
"type": "Feature"
}
]
CC: @kaditya97 @manjitapandey @ramyaragupathy
Project :https://tasks.hotosm.org/projects/15752
Task 197 and 199 shows the same task on the map.
Hello, is this issue taken, and am I able to pick this issue up?
Sure, We will be happy to have you. Some initial findings has been shared and you are welcome to dig in and provide some more updates and solutions.