Commit graph

27 commits

Author SHA1 Message Date
Regina Obe 5c7877fae5 #2882 warbubg too many arguments for format
git-svn-id: http://svn.osgeo.org/postgis/trunk@12872 b70326c6-7e19-0410-871a-916f4a2858ee
2014-08-08 00:34:36 +00:00
Regina Obe cd38e28587 #2838 grudgingly wrap shape tags around collected geometries. It's the only way I can think of to create a valid x3d sub.
git-svn-id: http://svn.osgeo.org/postgis/trunk@12847 b70326c6-7e19-0410-871a-916f4a2858ee
2014-08-01 10:58:12 +00:00
Regina Obe c4377ea182 #2838 collection handling partially fixed - fix size computation for tins and add support for polyhedralsurface in geometry collection
git-svn-id: http://svn.osgeo.org/postgis/trunk@12831 b70326c6-7e19-0410-871a-916f4a2858ee
2014-07-25 20:41:07 +00:00
Regina Obe cba0ead204 #2838 collection handling partially fixed (now can handle tins and doesn't output bogus gml output
git-svn-id: http://svn.osgeo.org/postgis/trunk@12825 b70326c6-7e19-0410-871a-916f4a2858ee
2014-07-25 11:27:42 +00:00
Sandro Santilli 7d7ea5caf5 Remove warnings from liblwgeom
These are mostly unused variables

git-svn-id: http://svn.osgeo.org/postgis/trunk@11511 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-03 08:26:51 +00:00
Paul Ramsey dd03422897 Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly.
git-svn-id: http://svn.osgeo.org/postgis/trunk@10661 b70326c6-7e19-0410-871a-916f4a2858ee
2012-11-09 00:09:35 +00:00
Paul Ramsey 7922084791 Really remove the dos linefeeds this time (#1598)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9263 b70326c6-7e19-0410-871a-916f4a2858ee
2012-02-22 19:18:21 +00:00
Paul Ramsey c936b1eab7 Revert dos lineending commit that blew away those files...
git-svn-id: http://svn.osgeo.org/postgis/trunk@9262 b70326c6-7e19-0410-871a-916f4a2858ee
2012-02-22 19:08:00 +00:00
Paul Ramsey b69faad591 Use consistent UNIX line endings (#1598) fix up those files that pass through the C preprocessor at least.
git-svn-id: http://svn.osgeo.org/postgis/trunk@9261 b70326c6-7e19-0410-871a-916f4a2858ee
2012-02-22 19:01:46 +00:00
Paul Ramsey 93087d39dc Remove some duplicate headers (much of this to be done...)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8053 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-30 20:57:56 +00:00
Sandro Santilli ed3f886e2f Properly destroy lwgeom in lwgeom_to_x3d3 now that it's safe (see #1102)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7612 b70326c6-7e19-0410-871a-916f4a2858ee
2011-07-06 15:02:46 +00:00
Sandro Santilli 1c7f76cb8f Fix compiler warnings (#999)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7603 b70326c6-7e19-0410-871a-916f4a2858ee
2011-07-06 07:42:24 +00:00
Sandro Santilli ac9b819b9c Don't let temporary collection leak in lwgeom_to_x3d3 (actually do, but sligthly less, till we fix lwgeom_clone). See #1102.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7602 b70326c6-7e19-0410-871a-916f4a2858ee
2011-07-06 07:42:18 +00:00
Regina Obe 5db85e534b support for 2D points, add multipoint 2d / 3d to cunit. Add a mapping table to documentation to clarify how we map PostGIS geometries to X3D equivalent.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7199 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-19 04:53:22 +00:00
Regina Obe d559b56176 clean up some compiler warnings
git-svn-id: http://svn.osgeo.org/postgis/trunk@7198 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-19 04:04:14 +00:00
Regina Obe 1087b9e1ff apply astyle
git-svn-id: http://svn.osgeo.org/postgis/trunk@7143 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-13 08:46:38 +00:00
Regina Obe 79ee18cb99 fix some comments
git-svn-id: http://svn.osgeo.org/postgis/trunk@7122 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-10 04:54:28 +00:00
Regina Obe f7d3608aa8 put in a todo why I'm punting properly handling holes for now
git-svn-id: http://svn.osgeo.org/postgis/trunk@7121 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-10 03:57:09 +00:00
Regina Obe 0a6f9a41c6 more work on handling 3d polygons with holes
git-svn-id: http://svn.osgeo.org/postgis/trunk@7083 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-03 13:35:55 +00:00
Regina Obe 6838d38802 Fix handling of 3d polygons (still doesn't handle holes right), update doc to show example and also caveats so far, add polygon and polyhedralsurface example to c unit tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@7078 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-01 02:46:40 +00:00
Regina Obe d0095755b4 Fill in coordIndex for multipolygons
git-svn-id: http://svn.osgeo.org/postgis/trunk@6938 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-18 21:13:54 +00:00
Regina Obe 6d74b61ecd Multilinestring working even for closed multilinestrings. Still need to fix polygon and multipolygons. also added example of closed multilinestring.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6915 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-16 22:15:22 +00:00
Regina Obe 02c354beb2 sort of take care of multilinestrings -- doesn't work for multilinestrings with closed linestrings so that's next up to correct.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6914 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-16 20:23:49 +00:00
Regina Obe 2bf0b34042 Alas a functioning polyhedralsurface export viewable in freeWRL. Also add proto that just takes geometry as argument and defaults to precision 15
git-svn-id: http://svn.osgeo.org/postgis/trunk@6903 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-16 04:48:44 +00:00
Regina Obe 577b454c4c Fix copy comment error
git-svn-id: http://svn.osgeo.org/postgis/trunk@6900 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-15 06:01:22 +00:00
Regina Obe 8a64d8217f Lots of fixes. TIN is about perfect, Point, multipoint about perfect too, LINESTRING close.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6899 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-14 17:00:53 +00:00
Regina Obe 9ccce05bff preliminary work on x3d export. Still a lot to go. point, multipoint, tin, linestring almost working. Still need to fiddle with coordindex and spacing and get rid of junk copied from gml not needed.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6897 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-11 21:12:35 +00:00