]> granicus.if.org Git - postgis/commit
Make ST_AsMVT tolerant of NULL input and return '':bytea
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 21 Sep 2017 22:11:59 +0000 (22:11 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 21 Sep 2017 22:11:59 +0000 (22:11 +0000)
commit2ee9aa3336c9d657f842d7795668822b7e9194b9
treedb0e5189c5c18c021e0b0157906aa3f0f1f32bd4
parenta209917e13166413eebd2f8e035f8e1a72506665
Make ST_AsMVT tolerant of NULL input and return '':bytea
(zero length bytea) when provided with only null inputs, or no
inputs. (References #3857)

git-svn-id: http://svn.osgeo.org/postgis/trunk@15788 b70326c6-7e19-0410-871a-916f4a2858ee
postgis/lwgeom_out_mvt.c
postgis/mvt.c
regress/mvt.sql
regress/mvt_expected