hauke96 / simple-task-manager

A simple tasking manager made for OpenStreetMap.
https://stm.hauke-stieler.de
Other
33 stars 6 forks source link

Subdivide shall preview the number of tasks #176

Closed Strubbl closed 2 years ago

Strubbl commented 2 years ago

It would be nice to see the resulting number of tasks, which i get from dividing. I mean, i can see the map and its squares, but having the number of squares would be nice in order to reduce the m² but stay within the 1000 tasks limit.

hauke96 commented 2 years ago

Thank for this idea. I think the best place to display the number of sub-polygons would be after clicking the "preview" button, right? Showing the number after clicking the "divide" button wouldn't make much sense as you can see the number of tasks at the top of the task list.

This sounds like a nice and small feature to implement. I added this to the 1.4.3 project.

Strubbl commented 2 years ago

Yes, after clicking the "preview" button makes sense. But i cannot see "the number of tasks at the top of the task list". If i create a project, draw a polygon, go to tasks, use the task and click preview, i see only 1/1000.

hauke96 commented 2 years ago

I implemented this in a quite simple manner:

image

This will be part of the next release.