]> granicus.if.org Git - postgis/commit
Add geography typmod support for export functions (ST_AsGML, ST_AsGeoJson, ST_KML...
authorOlivier Courtin <olivier.courtin@camptocamp.com>
Mon, 28 Sep 2009 18:16:21 +0000 (18:16 +0000)
committerOlivier Courtin <olivier.courtin@camptocamp.com>
Mon, 28 Sep 2009 18:16:21 +0000 (18:16 +0000)
commitb9bc501e2b3dc0bca89e7654fb31b39d743786c7
tree3f112721a3709e64389b92fe307573c66e2bb48c
parent851a729f6b7c9507b4b2bd99a35be9fa344376c2
Add geography typmod support for export functions (ST_AsGML, ST_AsGeoJson, ST_KML, St_AsSVG). Create lwgeom_export.c and lwgeom_export.h to factorize common export functions routines.

git-svn-id: http://svn.osgeo.org/postgis/trunk@4535 b70326c6-7e19-0410-871a-916f4a2858ee
postgis/Makefile.in
postgis/geography.sql.in.c
postgis/geography_inout.c
postgis/lwgeom_export.c [new file with mode: 0644]
postgis/lwgeom_export.h [new file with mode: 0644]
postgis/lwgeom_geojson.c
postgis/lwgeom_gml.c
postgis/lwgeom_kml.c
postgis/lwgeom_svg.c