]>
granicus.if.org Git - postgis/log
Regina Obe [Fri, 9 Jan 2009 13:17:28 +0000 (13:17 +0000)]
Move over ST_Zmflag
git-svn-id: http://svn.osgeo.org/postgis/trunk@3504
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 8 Jan 2009 17:22:47 +0000 (17:22 +0000)]
Forgot to save this file. Also changes to lwfree_* *_release.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3503
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 8 Jan 2009 17:04:00 +0000 (17:04 +0000)]
Alter lwfree_* to deep-free memory. Add variants of *_release to support shallow-free. Go through lwgeom/ and replace any lwfree_* instances with *_release where appropriate. (Surprisingly few.)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3502
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 8 Jan 2009 16:06:48 +0000 (16:06 +0000)]
documentatioin out of synch with reality since garden test failing. Change spelling ST_CrossingDirection to new name ST_LineCrossingDirection
git-svn-id: http://svn.osgeo.org/postgis/trunk@3501
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 8 Jan 2009 15:50:16 +0000 (15:50 +0000)]
put in valid name space (giving error with my xsltproc otherwise)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3500
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 7 Jan 2009 19:40:16 +0000 (19:40 +0000)]
Finish off adding multi garden geometries
git-svn-id: http://svn.osgeo.org/postgis/trunk@3499
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Wed, 7 Jan 2009 18:25:55 +0000 (18:25 +0000)]
updated documention on addgeometrycolumn, clarifying the errors thrown.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3498
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Wed, 7 Jan 2009 12:11:15 +0000 (12:11 +0000)]
Bump some LWDEBUG(F) from level 1 up to levels 3-4 (level 1 is reserved)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3496
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 7 Jan 2009 01:16:40 +0000 (01:16 +0000)]
Remove memory leak in standard loader.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3495
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Mon, 5 Jan 2009 20:54:12 +0000 (20:54 +0000)]
Allow CPPFLAGS/LDFLAGS parameters from the command line to be passed into the CUnit Makefile, since CUnit is the only dependency that cannot determine its own flags using a --with-X parameter. This allows CUnit to be installed in a non-standard location if required.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3494
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 5 Jan 2009 14:44:41 +0000 (14:44 +0000)]
Put circular back in mix. Doesn't crash now that MCA changed distance to throw error.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3493
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Mon, 5 Jan 2009 00:08:26 +0000 (00:08 +0000)]
Rework the CUnit detection infrastructure as you can't locate include files based on an absolute path. This is because autoconf and the compiler have differing ideas of the current paths (this totally breaks the Win32 build since you have the extra mapping between UNIX-type MingW paths and Windows-type paths). Hopefully this should not affect existing users at all - if so, please post a report on -devel. I'll try running this on MingW at a later date.
I've also enforced "make check" to run the unit tests, rather than "make test". This is a fallout from the early days when strk committed the regression test suite to run using "make test" by accident which appears to have stuck :(
.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3492
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Sun, 4 Jan 2009 20:39:11 +0000 (20:39 +0000)]
Fix comment in lwgeom_from_ewkt() and also add a quick error check to lwgeom_from_ewkt() and lwgeom_from_ewkb() - otherwise upon parse failure we could pass a half-baked geometry back to the caller which would not be good :(
git-svn-id: http://svn.osgeo.org/postgis/trunk@3491
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Sun, 4 Jan 2009 20:11:03 +0000 (20:11 +0000)]
Update the cunit tests to use the proper parser flag PARSER_CHECK_NONE rather than the hard-coded zero.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3490
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Sun, 4 Jan 2009 19:54:47 +0000 (19:54 +0000)]
Add -lm to the cu_tester link line - we must always add this to the link line for anything that links agains liblwgeom.a (at least on my Linux system here)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3489
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Sun, 4 Jan 2009 19:24:22 +0000 (19:24 +0000)]
Commit quick fix for GBT#85: ST_Distance crashes on Circular String. Rather than devise and implement a set of distance functions for CIRCULARSTRINGs, I've simply added code to detect the condition and throw an "Unsupported geometry type" error, similar to as already exists within the codebase.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3487
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 2 Jan 2009 13:25:31 +0000 (13:25 +0000)]
minor update
git-svn-id: http://svn.osgeo.org/postgis/trunk@3486
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 2 Jan 2009 13:23:02 +0000 (13:23 +0000)]
Add ST_DumpPoints. Not sure how simple it is.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3485
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 1 Jan 2009 21:36:07 +0000 (21:36 +0000)]
Put time stamp placeholder on (I think)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3484
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 1 Jan 2009 21:26:22 +0000 (21:26 +0000)]
Fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@3483
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 1 Jan 2009 00:31:47 +0000 (00:31 +0000)]
Fix based on test case from MAC.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3482
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Sat, 27 Dec 2008 22:58:08 +0000 (22:58 +0000)]
Add support for multilinestring to st_locatebetweenelevations
git-svn-id: http://svn.osgeo.org/postgis/trunk@3481
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Sat, 27 Dec 2008 08:08:57 +0000 (08:08 +0000)]
Add heat map case.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3480
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 24 Dec 2008 20:15:51 +0000 (20:15 +0000)]
Add mline version of clipper.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3479
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 24 Dec 2008 17:37:53 +0000 (17:37 +0000)]
Add lwfree_geom to generically deep-free lwgeometries.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3478
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 24 Dec 2008 17:09:18 +0000 (17:09 +0000)]
Add lwgeom_from_ewkt and change larger cunit tests to create candidate geometries from text instead of by hand.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3477
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Wed, 24 Dec 2008 00:32:46 +0000 (00:32 +0000)]
Try and commit a pre-generated output from flex that works for the build-bot.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3476
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 23 Dec 2008 22:11:12 +0000 (22:11 +0000)]
Revert accidental commit of lex.yy.c
git-svn-id: http://svn.osgeo.org/postgis/trunk@3475
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 23 Dec 2008 20:20:48 +0000 (20:20 +0000)]
Rename new functions to ST_LineCrossingDirection and ST_LocateBetweenElevations for more explicitness and closer correspondance to SQL/MM, respectively. Add a new geometry counter for collections.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3474
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 23 Dec 2008 13:24:16 +0000 (13:24 +0000)]
Break out multi as separate geometry types and start putting in. Remove unary/aggregate geom since now exactly the same as section that takes only 1 geometry.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3473
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 22 Dec 2008 23:37:58 +0000 (23:37 +0000)]
Add CUnit to main 'make test' build and check for existance of CUnit.h as part of ./configure
git-svn-id: http://svn.osgeo.org/postgis/trunk@3472
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Mon, 22 Dec 2008 21:49:00 +0000 (21:49 +0000)]
Fix typo in the backticks when extracting linker/include flags from pg_config. Resolving this allows SVN trunk to compile on MingW! :)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3471
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 22 Dec 2008 17:49:41 +0000 (17:49 +0000)]
More typos
git-svn-id: http://svn.osgeo.org/postgis/trunk@3470
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 22 Dec 2008 17:48:45 +0000 (17:48 +0000)]
More typos
git-svn-id: http://svn.osgeo.org/postgis/trunk@3469
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 22 Dec 2008 17:47:13 +0000 (17:47 +0000)]
typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@3468
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 22 Dec 2008 16:54:53 +0000 (16:54 +0000)]
Missed a constant
git-svn-id: http://svn.osgeo.org/postgis/trunk@3467
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 22 Dec 2008 16:53:00 +0000 (16:53 +0000)]
First draft of ST_CrossingDirection -- needs more work
git-svn-id: http://svn.osgeo.org/postgis/trunk@3466
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 22 Dec 2008 15:22:25 +0000 (15:22 +0000)]
More conditional corrections. Also take circular back out of test since still crashes under 1.4 with ST_Distance.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3465
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 22 Dec 2008 14:14:09 +0000 (14:14 +0000)]
Revision - change to not test geoms against other geoms if function only takes one geom, better commenting of output. Put back circularstring -- crashes on 1.3 still on ST_Distance in some cases. Haven't tested against trunk
git-svn-id: http://svn.osgeo.org/postgis/trunk@3464
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Mon, 22 Dec 2008 12:15:12 +0000 (12:15 +0000)]
Remove the few C++-style comments that have crept into the codebase, and add a note to the STYLE document stating that C-style comments should be used.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3462
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Mon, 22 Dec 2008 11:51:53 +0000 (11:51 +0000)]
Remove the WKB_CONVERSION hack which was invented to try and make the JTS connector more reliable. Since all the other JTS code has gone, this can now go too. See http://postgis.refractions.net/pipermail/postgis-devel/2008-August/003495.html for a little discussion.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3461
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Mon, 22 Dec 2008 11:38:04 +0000 (11:38 +0000)]
Errr.... unsigned *what* exactly??! If you'd have asked me yesterday if I thought this would compile, I would have said no...
git-svn-id: http://svn.osgeo.org/postgis/trunk@3460
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Mon, 22 Dec 2008 11:11:09 +0000 (11:11 +0000)]
Some code tidy-ups: remove Windows CR/LFs from the file, change the free()s into lwfree()s, and fix a spelling mistake.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3459
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 22 Dec 2008 09:30:47 +0000 (09:30 +0000)]
revert part of last change
git-svn-id: http://svn.osgeo.org/postgis/trunk@3458
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 22 Dec 2008 08:39:44 +0000 (08:39 +0000)]
correction to last edit
git-svn-id: http://svn.osgeo.org/postgis/trunk@3457
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Sun, 21 Dec 2008 06:37:16 +0000 (06:37 +0000)]
Add ST_LineClipZ(geometry, from, to) SQL and C functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3456
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 19 Dec 2008 19:21:37 +0000 (19:21 +0000)]
Complete c-level line clipping routines, and unit tests.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3455
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 19 Dec 2008 19:20:34 +0000 (19:20 +0000)]
Add in lwfree_* deep memory clean-up routines for multi-objects.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3454
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Fri, 19 Dec 2008 18:51:09 +0000 (18:51 +0000)]
Upgraded section in using_postgis.xml that talks about OGC Simplicity / Validity.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3453
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 19 Dec 2008 16:57:57 +0000 (16:57 +0000)]
Remove camelCase example from style guideline against camelCase (! :)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3452
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Fri, 19 Dec 2008 14:59:25 +0000 (14:59 +0000)]
Remove the PostGIS LWGEOM type constants from pgsql2shp - they are no longer needed here as they are included as part of liblwgeom.h.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3451
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 18 Dec 2008 20:42:09 +0000 (20:42 +0000)]
Complete the pfree_ to lwfree_ renaming.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3450
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 18 Dec 2008 20:36:21 +0000 (20:36 +0000)]
Move curve back down below curve struct. Hm.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3449
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 18 Dec 2008 20:35:27 +0000 (20:35 +0000)]
Complete the pfree_* to lwfree_* renaming.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3448
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 18 Dec 2008 20:30:30 +0000 (20:30 +0000)]
Rename pfree_* memory management function lwfree_*
git-svn-id: http://svn.osgeo.org/postgis/trunk@3447
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 18 Dec 2008 20:22:07 +0000 (20:22 +0000)]
Partial work commit for safety
git-svn-id: http://svn.osgeo.org/postgis/trunk@3446
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 18 Dec 2008 17:07:39 +0000 (17:07 +0000)]
Ignore generated Makefile
git-svn-id: http://svn.osgeo.org/postgis/trunk@3445
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 18 Dec 2008 15:58:23 +0000 (15:58 +0000)]
Revise to cross every geometry with every other to better test the functions that take 2 geometries. This increases the generated script to about 18 MB. Still need to trim off some of these tests (since it does the same for singular geom functions)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3444
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 18 Dec 2008 15:38:09 +0000 (15:38 +0000)]
Get rid of redundant variable declares
git-svn-id: http://svn.osgeo.org/postgis/trunk@3443
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 18 Dec 2008 15:32:46 +0000 (15:32 +0000)]
Get rid of 2 geom relation section. Its redundant now that the last condition section has been improved.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3442
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 18 Dec 2008 15:25:54 +0000 (15:25 +0000)]
Numerous enhancements to make torture script generator smarter - e.g. don't use geometry select when function takes not geometries, don't put monkey in when you see pattern matrix use a real intersectionmatrix, concept of version
git-svn-id: http://svn.osgeo.org/postgis/trunk@3441
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 18 Dec 2008 00:54:04 +0000 (00:54 +0000)]
Partial work saved back for later.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3440
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 17 Dec 2008 20:47:36 +0000 (20:47 +0000)]
Partial work into SVN where I can get at it elsewhere.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3439
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 17 Dec 2008 20:22:07 +0000 (20:22 +0000)]
Remove LFs from regression files per MCA.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3438
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Wed, 17 Dec 2008 19:37:32 +0000 (19:37 +0000)]
#HISTORY: Really fix what was broken in r3431/3432. See the notes there for the full detail.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3436
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 17 Dec 2008 18:20:18 +0000 (18:20 +0000)]
Re-locate cunit, add a STYLE guideline draft and some TODO notes.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3435
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Wed, 17 Dec 2008 16:03:31 +0000 (16:03 +0000)]
Undo r3431/3432: this isn't ready for the primetime yet as it breaks a couple of the regression tests.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3433
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Wed, 17 Dec 2008 15:01:50 +0000 (15:01 +0000)]
Fix for one of Regina's torture failures as posted to the -devel list here: http://postgis.refractions.net/pipermail/postgis-devel/2008-December/004362.html. A CurvePolygon has a "standard header" and so must be passed through a function that understands the optional existence of SRIDs/BBOXes etc. in the header.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3431
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 17 Dec 2008 05:36:18 +0000 (05:36 +0000)]
harmonize unit tests with new function names
git-svn-id: http://svn.osgeo.org/postgis/trunk@3430
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 17 Dec 2008 05:32:03 +0000 (05:32 +0000)]
harmonize function names so things... compile
git-svn-id: http://svn.osgeo.org/postgis/trunk@3429
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 17 Dec 2008 05:28:54 +0000 (05:28 +0000)]
Revisison per MCA and (c) headers.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3428
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 17 Dec 2008 00:22:26 +0000 (00:22 +0000)]
Add some co-linearity tests.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3427
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 17 Dec 2008 00:19:27 +0000 (00:19 +0000)]
Basic co-linearity support. Remove touching cases from crossingdirection.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3426
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 16 Dec 2008 23:43:02 +0000 (23:43 +0000)]
Add ST_CrossingDirection(line, line) bindings into SQL.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3425
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 16 Dec 2008 22:29:42 +0000 (22:29 +0000)]
First cut of line crossing function, and associated cunit tests.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3424
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Tue, 16 Dec 2008 21:21:57 +0000 (21:21 +0000)]
fixed bug in probe_geometry_columns where an srid of -1 is not properly detected. (last time :))
git-svn-id: http://svn.osgeo.org/postgis/trunk@3423
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Tue, 16 Dec 2008 21:11:56 +0000 (21:11 +0000)]
fixed bug in probe_geometry_columns where an srid of -1 is not properly detected.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3422
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Tue, 16 Dec 2008 21:07:26 +0000 (21:07 +0000)]
fixed bug in probe_geometry_columns where an srid of -1 is not properly detected.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3421
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 16 Dec 2008 16:22:30 +0000 (16:22 +0000)]
More changes - can't remember
git-svn-id: http://svn.osgeo.org/postgis/trunk@3420
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 16 Dec 2008 13:01:05 +0000 (13:01 +0000)]
Add cross reference to ST_IsValidReason on ST_IsValid and ST_Summary
git-svn-id: http://svn.osgeo.org/postgis/trunk@3419
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 16 Dec 2008 12:40:33 +0000 (12:40 +0000)]
Fix formatting of ForceRHR args -- messing up torture test generator
git-svn-id: http://svn.osgeo.org/postgis/trunk@3417
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 15 Dec 2008 14:50:12 +0000 (14:50 +0000)]
missing the st_geomfromtext among others because of bad conditions - switched to xsl:choose to simplify logic.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3411
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 15 Dec 2008 13:36:56 +0000 (13:36 +0000)]
minor comment addition
git-svn-id: http://svn.osgeo.org/postgis/trunk@3410
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 15 Dec 2008 12:56:43 +0000 (12:56 +0000)]
add more data types. Remove curve tests again -- too many crashers
git-svn-id: http://svn.osgeo.org/postgis/trunk@3409
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 15 Dec 2008 12:36:05 +0000 (12:36 +0000)]
Typo in data type param
git-svn-id: http://svn.osgeo.org/postgis/trunk@3408
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Mon, 15 Dec 2008 10:30:19 +0000 (10:30 +0000)]
#HISTORY: Fix for GBT#83: "ST_Multi on curved polygon gives ERROR: Unknown geometry type: 0". On reflection, ST_Multi() can only operate on standard POINT, LINESTRING and POLYGON types as the only MULTI geomtypes are MULTIPOINT, MULTILINESTRING and MULTIPOLYGON. This was caused by the introduction of the curve crashing fixes in 1.3.4.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3406
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 15 Dec 2008 05:33:44 +0000 (05:33 +0000)]
more cleanup
git-svn-id: http://svn.osgeo.org/postgis/trunk@3405
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 15 Dec 2008 05:03:11 +0000 (05:03 +0000)]
Think I got most of the functions with additional args, left out circular since it crashes. We can fix in 1.4
git-svn-id: http://svn.osgeo.org/postgis/trunk@3404
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 15 Dec 2008 04:12:24 +0000 (04:12 +0000)]
replace param logic
git-svn-id: http://svn.osgeo.org/postgis/trunk@3403
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 15 Dec 2008 02:38:33 +0000 (02:38 +0000)]
#GBT 84: Fix typo in boundary error
git-svn-id: http://svn.osgeo.org/postgis/trunk@3401
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 14 Dec 2008 15:14:43 +0000 (15:14 +0000)]
Add circular string and curved polygon to garden set. Also start work on dealing with functions that take floats and integers as additional params
git-svn-id: http://svn.osgeo.org/postgis/trunk@3400
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 14 Dec 2008 07:24:32 +0000 (07:24 +0000)]
Exclude st_curvetoline from test for now. Crashes on geometry collection test.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3399
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 14 Dec 2008 03:19:36 +0000 (03:19 +0000)]
Add GEOMETRYCOLLECTION to garden mix. This crashes my 1.3.5SVN build after running generated script - investigating
git-svn-id: http://svn.osgeo.org/postgis/trunk@3398
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 14 Dec 2008 03:10:56 +0000 (03:10 +0000)]
Add logic to test for unary functions that take box2d/3d and add 3d geometries to garden set.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3397
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 14 Dec 2008 01:50:44 +0000 (01:50 +0000)]
Add create table, add geom, drop column, drop table to batch of tortures
git-svn-id: http://svn.osgeo.org/postgis/trunk@3396
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Sat, 13 Dec 2008 19:48:01 +0000 (19:48 +0000)]
Remove isvalidreason, it's done.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3395
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Sat, 13 Dec 2008 19:47:24 +0000 (19:47 +0000)]
Add typmod idea
git-svn-id: http://svn.osgeo.org/postgis/trunk@3394
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 12 Dec 2008 17:07:35 +0000 (17:07 +0000)]
Fix condition statement that prevented some 2 geom functions from being picked up
git-svn-id: http://svn.osgeo.org/postgis/trunk@3393
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 12 Dec 2008 16:55:43 +0000 (16:55 +0000)]
Added POLYGONM gset to test. Also got rid of monkey crashing LineMerge. May add back later by removing the NOT (j=i) conditions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3392
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 12 Dec 2008 16:49:40 +0000 (16:49 +0000)]
Note that ST_MakePolygon can be used to make measured polys and 3d polys
git-svn-id: http://svn.osgeo.org/postgis/trunk@3391
b70326c6 -7e19-0410-871a-
916f4a2858ee