Commit graph

10 commits

Author SHA1 Message Date
Sandro Santilli d5c60e3097 Unleash SQL/MM WKT returned by ST_AsText (#287)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8766 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-11 10:34:41 +00:00
Sandro Santilli 3c7f558165 Add "M" type modifiers on elements of GEOMETRYCOLLECTION
Reflects specs in doc/ZMgeoms.txt and satisfies the parser.
Closes ticket #724.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8741 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-10 10:06:11 +00:00
Sandro Santilli 9d7ebcb3e1 Do not use AddGeometryColumn, to avoid having to write an explicit unknown SRID value.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7965 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-10 19:25:11 +00:00
Paul Ramsey c8895dad12 Re-base circular bbox regressions
git-svn-id: http://svn.osgeo.org/postgis/trunk@7453 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-23 15:36:54 +00:00
Regina Obe da8487b76b get rid of more deprecated calls, but keep old deprecated wmsservers and rename to wmsservers_old. Create a new version wmsservers_new that doesn't use deprecated calls. the old will fail once I pull the switch on old deprecated calls, but the new should work.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6535 b70326c6-7e19-0410-871a-916f4a2858ee
2010-12-29 15:37:47 +00:00
Paul Ramsey f8ae273e9d Final fix to remove cpp requirement
git-svn-id: http://svn.osgeo.org/postgis/trunk@3889 b70326c6-7e19-0410-871a-916f4a2858ee
2009-03-19 00:48:57 +00:00
Paul Ramsey 7ad30d98c7 Remove preproc step for sql-mm curve regression.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3888 b70326c6-7e19-0410-871a-916f4a2858ee
2009-03-19 00:38:34 +00:00
Mark Leslie 3741f4e3dd Updated the regression test suite to allow variable results depending on jts/geos availability.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2625 b70326c6-7e19-0410-871a-916f4a2858ee
2007-06-15 19:06:11 +00:00
Mark Leslie 5313b69c4f Added versions of functions with standard ST (Spatial Type) prefixes to any functions that were lacking them. Updated the regression tests to include the new functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2616 b70326c6-7e19-0410-871a-916f4a2858ee
2007-06-04 23:06:28 +00:00
Mark Leslie 5624dc6444 Added curve handling to getType, numGeometries, geometryN, dimension, exteriorRing, numInteriorRings, interiorRingN, closed (lwgeom_ogc.c) lwgeom_clone (lwgeom.c) and area. Added function ST_CurveToLine and ST_LineToCurve. Added regression tests for sql-mm geometries and related functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2609 b70326c6-7e19-0410-871a-916f4a2858ee
2007-05-28 15:34:04 +00:00