Ticket #938 (closed defect: fixed)
box2d of empty geom should be NULL
| Reported by: | strk | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | boxes | Cc: |
Description
shouldn't it ? Currently (2.0):
=# select gid, st_summary(the_geom), the_geom::box2d from cases; gid | st_summary | the_geom
------+--------------------------+--------------
2416 | Polygon[ZM] with 1 rings | BOX(0 0,0 0)
: ring 0 has 0 points
Change History
Note: See
TracTickets for help on using
tickets.
