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
On the task-splitting page generate the boundaries, then click the button to edit.
Expected behavior
Geometries should be simplified on the fly by openlayers (test performance, it should be ok). There is the .simplify(tolerance) method on the Polygon class.
It should preserve topology where it exists, i.e. preserve the boundaries.
The goal is to reduce the number of vertices present, so that editing is easier.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
spwoodcock
changed the title
Improve user experience editing generated task boundaries
Simplify geometries (verticies) for generated task boundaries
Jan 31, 2024
Describe the bug
To Reproduce
Expected behavior
.simplify(tolerance)
method on the Polygon class.Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: