potlatch2 icon indicating copy to clipboard operation
potlatch2 copied to clipboard

Circularise bug 3786

Open stevage opened this issue 12 years ago • 2 comments

Fix #3786 by preventing user trying to circularise problematic shapes like figure-eights.

stevage avatar Mar 22 '12 13:03 stevage

Will use this logic but want to check first whether it can be done without try... catch (which is usually a last resort).

systemed avatar Mar 25 '12 18:03 systemed

Yeah, I considered trying to pass back the error message more directly, but that also seemed messy. I would have liked to create a custom exception class, but that seems to require a new file, which seemed messy in a different way.

stevage avatar Mar 25 '12 22:03 stevage