We sometimes get errors like this:
Mar 02 07:34:36 localdata-app app/web.2: { [Error: First argument geometry could not be converted to GEOS: IllegalArgumentException: Invalid number of points in LinearRing found 3 - must be 0 or >= 4]
We can probably detect and fix these errors (by removing the offending broken ring). Is it worth any performance hit?
Low priority for now, as these are fairly rare. They do take time to fix manually, so an automated solution would be preferable.