You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In some cases of splitting task using task splitting algorithm, the regular splitted polygon contains small polygons with no features inside.
To Reproduce
Steps to reproduce the behavior:
Go to 'fmtm'
Click on 'create project'
Apply task splitting algorithm.
See error
Expected behavior
In case there is any polygon or line or point which are counted as a task exist inside the polygon, that should be removed.
Screenshots
The text was updated successfully, but these errors were encountered:
I don't think its duplicate, #28 is related to smaller tasks with few numbers of features or without features. My PR only fixes those small tasks which donot have any features in it(considered as holes). I will be working on this issue onward.
Describe the bug
In some cases of splitting task using task splitting algorithm, the regular splitted polygon contains small polygons with no features inside.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In case there is any polygon or line or point which are counted as a task exist inside the polygon, that should be removed.
Screenshots
![image](https://private-user-images.githubusercontent.com/97273021/367674050-6b9e0a18-3ef5-4195-9d84-ca059584638e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4MTk1NjUsIm5iZiI6MTczOTgxOTI2NSwicGF0aCI6Ii85NzI3MzAyMS8zNjc2NzQwNTAtNmI5ZTBhMTgtM2VmNS00MTk1LTlkODQtY2EwNTk1ODQ2MzhlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDE5MDc0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE0ODY3MjM0NjViNWQxZWEyYmJhNjQ3NDAxZTUyNTEzZWZhZWM5Yzg3ZTkzMmU3ZWFkM2FjMDZhYTAyZTNlN2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.xA6nn43B6hIfML7ySqMSRGQ-W3UzBTVHWruZ3nzowP4)
The text was updated successfully, but these errors were encountered: