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
There are a few entities in base where the geometry is MULTIPOLYGON but one of the polygons is basically a line.
Pattern: POLYGON (A, B, C, A), where B is the same point with different decimal precision as C or A. So, when you normalize all the points to the same precision, you get POLYGON (A, B, B, A) which is actually a linestring.
Could you change these geometries either to LINESTRING or removing them completely.
Entities that have this issue:
base - land - 08b346989ad92fff0003c199ca07c21a
base - land - 08b1faac92655fff0003c693839e301e
base - land - 08b452d768903fff0003cc29bf31ac8f
base - water - 08b0b0ba74908fff0004ceca52d5e520
The text was updated successfully, but these errors were encountered:
There are a few entities in base where the geometry is MULTIPOLYGON but one of the polygons is basically a line.
Pattern: POLYGON (A, B, C, A), where B is the same point with different decimal precision as C or A. So, when you normalize all the points to the same precision, you get POLYGON (A, B, B, A) which is actually a linestring.
Could you change these geometries either to LINESTRING or removing them completely.
Entities that have this issue:
The text was updated successfully, but these errors were encountered: