]> granicus.if.org Git - postgis/commit
move ST_AsSVG from postgis to lwgeom dir. write cun it tests. related to #377
authorOlivier Courtin <olivier.courtin@camptocamp.com>
Mon, 22 Feb 2010 18:43:06 +0000 (18:43 +0000)
committerOlivier Courtin <olivier.courtin@camptocamp.com>
Mon, 22 Feb 2010 18:43:06 +0000 (18:43 +0000)
commit287fbffddd04cab7e85145a420147a5f52b623a5
treeda942504ca2ad6153e5c5eb0c147cce1574e0800
parent4db9d9c395e8e8a5b207e84a0cdeee1d4e222fde
move ST_AsSVG from postgis to lwgeom dir. write cun it tests. related to #377

git-svn-id: http://svn.osgeo.org/postgis/trunk@5289 b70326c6-7e19-0410-871a-916f4a2858ee
13 files changed:
liblwgeom/Makefile.in
liblwgeom/cunit/Makefile.in
liblwgeom/cunit/cu_out_svg.c [new file with mode: 0644]
liblwgeom/cunit/cu_out_svg.h [new file with mode: 0644]
liblwgeom/cunit/cu_tester.c
liblwgeom/cunit/cu_tester.h
liblwgeom/liblwgeom.h
liblwgeom/lwout_svg.c [new file with mode: 0644]
postgis/geography_inout.c
postgis/lwgeom_export.h
postgis/lwgeom_svg.c
regress/svg.sql
regress/svg_expected