Commit graph

14 commits

Author SHA1 Message Date
Olivier Courtin 193dcbfc66 Add Tin and Triangle support for ST_GeomFromGML. Add related unit tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@5827 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-15 13:57:21 +00:00
Olivier Courtin 1961544717 Add PolyhedralSurface support to ST_GeomFromGML. Add related unit tests. related to #430
git-svn-id: http://svn.osgeo.org/postgis/trunk@5789 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-06 20:08:34 +00:00
Olivier Courtin 1acbdbc10a Add http://www.epsg.org/6.11.2/4326 srsName pattern support (related to CITE WFS 1.1 GetFeature-tc17.2. Add related unit tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@5050 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-23 15:48:18 +00:00
Olivier Courtin b8d4342ffc remove the #273 test, as it already the same than point_1
git-svn-id: http://svn.osgeo.org/postgis/trunk@5033 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-18 19:28:40 +00:00
Paul Ramsey 214aa172b5 Move the fromGML test into the in_gml.sql file, so that it will be properly excluded when libxml2 is not available.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4945 b70326c6-7e19-0410-871a-916f4a2858ee
2009-11-30 20:44:56 +00:00
Olivier Courtin fa590aee0a finalize Xlink support (GML SF-2 fully compliant). Fix typo on PointProperty/Point. Few comments and style corrections. Update unit tests.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4759 b70326c6-7e19-0410-871a-916f4a2858ee
2009-11-06 22:49:09 +00:00
Olivier Courtin 8d09ad000f Allow a double to not have digit after dot (related to #175). Update unit test case
git-svn-id: http://svn.osgeo.org/postgis/trunk@4741 b70326c6-7e19-0410-871a-916f4a2858ee
2009-11-04 21:10:40 +00:00
Olivier Courtin 638856d1d8 Initial support of Xlink. Add related units tests. Few cleaning
git-svn-id: http://svn.osgeo.org/postgis/trunk@4731 b70326c6-7e19-0410-871a-916f4a2858ee
2009-11-03 22:26:25 +00:00
Olivier Courtin 23d3574fc9 Add namespace support. Add pointProperty and pointRep support. Fix pos and posList spaces inside coordinates issue. Comments update. Update unit tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@4725 b70326c6-7e19-0410-871a-916f4a2858ee
2009-11-03 13:36:47 +00:00
Olivier Courtin 1f54920bfb Change dimension to srsDimension (GML 3.1.1)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4705 b70326c6-7e19-0410-871a-916f4a2858ee
2009-10-29 20:31:02 +00:00
Olivier Courtin cf4d25428c Add mixed GML srs support. Add ability to deal with lat/lon issue in GML 3. Fix GML collection units tests. Update units tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@4699 b70326c6-7e19-0410-871a-916f4a2858ee
2009-10-29 18:42:17 +00:00
Olivier Courtin 2c6e06417e Add multi data coordinates support. Add unit test case data_1
git-svn-id: http://svn.osgeo.org/postgis/trunk@4680 b70326c6-7e19-0410-871a-916f4a2858ee
2009-10-24 16:37:12 +00:00
Olivier Courtin c20bc78be5 Use ptarray_isclosed3d to check if 3D rings are closed also on Z. Update units tests cases
git-svn-id: http://svn.osgeo.org/postgis/trunk@4671 b70326c6-7e19-0410-871a-916f4a2858ee
2009-10-22 14:08:09 +00:00
Olivier Courtin 5178422626 Add initial version of GeomFromGML function, and units tests cases.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4667 b70326c6-7e19-0410-871a-916f4a2858ee
2009-10-20 12:54:01 +00:00