Minor issue with the dialogue change from https://github.com/getodk/collect/pull/5474
"Discard Form" is helpful when exiting a form, but the same wording change now applies to exiting image markup and is a little misleading.
Minor issue with the dialogue change from https://github.com/getodk/collect/pull/5474
"Discard Form" is helpful when exiting a form, but the same wording change now applies to exiting image markup and is a little misleading.
Thanks, fixed! @dbemke noticed it just barely before you.
https://github.com/getodk/collect/issues/5491
surfacing an old thread that relates to this
I have had problems with overlapping polygons for a while and could only handle it by first sorting the list (CSV) in increasing order of area to hopefully result in drawing the smallest ones on the top, and adding filters before the map select to reduce the number of polygons drawn, then finally adding a duplicate select without map appearance to use when the map was unusable.
The original implementation that allowed tapping a vertex did avoid having to sort/filter choices in most cases but has been gone for >2Y now.