#683 closed defect (fixed)
ST_BuildArea crash on POLYGON EMPTY
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
-- crash -- hmm I wonder if its all GEOS functions
SELECT ST_BuildArea(ST_GeomFromText('POINT EMPTY',4326))
Again the other empty geometries tested don't crash.
Change History (4)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Sorry that was a typo. I meant to write POLYGON EMPTY
SELECT ST_BuildArea(ST_GeomFromText('POLYGON EMPTY',4326))
Note:
See TracTickets
for help on using tickets.
What should the answer be?