]> granicus.if.org Git - postgis/commitdiff
Initial version of Projection support (currently limited to ellipsoids).
authorDavid Blasby <dblasby@gmail.com>
Wed, 27 Jun 2001 17:28:50 +0000 (17:28 +0000)
committerDavid Blasby <dblasby@gmail.com>
Wed, 27 Jun 2001 17:28:50 +0000 (17:28 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9 b70326c6-7e19-0410-871a-916f4a2858ee

postgis_proj.c [new file with mode: 0644]

diff --git a/postgis_proj.c b/postgis_proj.c
new file mode 100644 (file)
index 0000000..4d76833
--- /dev/null
@@ -0,0 +1,6 @@
+
+
+PG_FUNCTION_INFO_V1(ellipsoid_in);
+Datum ellipsoid_in(PG_FUNCTION_ARGS)
+{
+}
\ No newline at end of file