#4103 closed defect (fixed)
ST_PointOnSurface on invalid inputs
Reported by: | komzpa | Owned by: | komzpa |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.5.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
18:27:31 [gis] > select ST_PointOnSurface('0103000020110F0000010000000A000000000000C41E644741000000EEA2A75A41000000F420644741000000629EA75A410000007A2D644741000000E49FA75A41000000C02E644741000000409DA75A41000000286A64474100000064A4A75A410000007867644741000000FAA9A75A41000000E82B644741000000D2A2A75A41000000222D64474100000046A0A75A41000000242B6447410000006CA4A75A41000000C41E644741000000EEA2A75A41'); ERROR: XX000: GEOSPointOnSurface: TopologyException: Input geom 1 is invalid: Self-intersection at or near point 3065943.8190934439 6987403.2828343641 at 3065943.8190934439 6987403.2828343641 LOCATION: pg_error, lwgeom_pg.c:128 Time: 0,866 ms
A polygon is output of ST_QuantizeCoordinates and was valid before that.
Note:
See TracTickets
for help on using tickets.
In 16609: