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

Same tasks having more than one task id. #6198

Open
manjitapandey opened this issue Jan 12, 2024 · 4 comments
Open

Same tasks having more than one task id. #6198

manjitapandey opened this issue Jan 12, 2024 · 4 comments
Labels

Comments

@manjitapandey
Copy link

manjitapandey commented Jan 12, 2024

Describe the bug
Uploading image.png…

Expected behavior
No task having a same area should have more than one task id.

Screenshots
image (5)
image (4)

Additional Information
Issue Reported two years back on mapswipe: mapswipe/python-mapswipe-workers#546
Slack conversation Archives: https://hotosm.slack.com/archives/C319P09PB/p1704998956525999

@royallsilwallz
Copy link
Contributor

Initial finding:

  • There are two tasks with different taskId but same 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

@manjitapandey
Copy link
Author

image
Project :https://tasks.hotosm.org/projects/15752
Task 197 and 199 shows the same task on the map.

@Chaimann2
Copy link

Hello, is this issue taken, and am I able to pick this issue up?

@manjitapandey
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants