Opened 4 years ago
Closed 3 years ago
#1088 closed defect (fixed)
Centroid and InteriorPoint of EMPTY return null
| Reported by: | mdavis | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 3.10.0 |
| Component: | Default | Version: | 3.9.0 |
| Severity: | Unassigned | Keywords: | |
| Cc: |
Description
Centroid and InteriorPoint of * EMPTY return null in the C++ API.
They should return POINT EMPTY.
This is fixed in the C API, but the behaviour should be implemented at the C++ level.
Change History (4)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
There is an XML test for EMPTY, but the XMLTester has been patched to check for null and create an empty point! So that needs fixing too.
Note:
See TracTickets
for help on using tickets.

See also #560