]> granicus.if.org Git - postgis/commit
Don't let lwgeom_add_bbox syntetize a fake box for empty geometries
authorSandro Santilli <strk@keybit.net>
Fri, 9 Dec 2011 14:37:11 +0000 (14:37 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 9 Dec 2011 14:37:11 +0000 (14:37 +0000)
commit4a1645eaab6990d68df99f6c2b9920a086c7ad2c
tree04fbcd1aafdb65facecb0943167c16c0b636f41a
parent9df7101d933c7c9b853030b3c899756ad37e987d
Don't let lwgeom_add_bbox syntetize a fake box for empty geometries

Empty geometries have no box. Period.
Update GML extent output for empty geometries to handle the special
case by using empty tags. Regress test it.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8334 b70326c6-7e19-0410-871a-916f4a2858ee
liblwgeom/cunit/cu_out_gml.c
liblwgeom/lwgeom.c
liblwgeom/lwout_gml.c