]>
granicus.if.org Git - postgis/log
Paul Ramsey [Fri, 12 Jun 2015 19:09:27 +0000 (19:09 +0000)]
#3164, ST_ClipByBox2D a little less brittle
git-svn-id: http://svn.osgeo.org/postgis/trunk@13669
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 12 Jun 2015 18:49:47 +0000 (18:49 +0000)]
take out pom make section to try to make travis happy. Turns out debbie doesn't use this script anyway.
git-svn-id: http://svn.osgeo.org/postgis/trunk@13667
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 12 Jun 2015 18:35:14 +0000 (18:35 +0000)]
#1137, Add a tolerance distance to ST_RemoveRepeatedPoints
git-svn-id: http://svn.osgeo.org/postgis/trunk@13666
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 12 Jun 2015 09:09:51 +0000 (09:09 +0000)]
Add item about new functions supporting compoundcurve types
git-svn-id: http://svn.osgeo.org/postgis/trunk@13665
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 11 Jun 2015 21:09:13 +0000 (21:09 +0000)]
#2717, support startpoint, endpoint, pointn, numpoints for compoundcurve
git-svn-id: http://svn.osgeo.org/postgis/trunk@13664
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 11 Jun 2015 19:58:57 +0000 (19:58 +0000)]
Optimize ptarray_locate_along_linear to really honour the "from" parameter
git-svn-id: http://svn.osgeo.org/postgis/trunk@13661
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 11 Jun 2015 19:41:25 +0000 (19:41 +0000)]
Add test for ST_Affine bbox cache bug (#3159)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13658
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 11 Jun 2015 19:41:20 +0000 (19:41 +0000)]
Make ST_Scale not use ST_Affine
git-svn-id: http://svn.osgeo.org/postgis/trunk@13657
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 11 Jun 2015 19:20:42 +0000 (19:20 +0000)]
#3159, only add boxes to geometries that are input with them
git-svn-id: http://svn.osgeo.org/postgis/trunk@13656
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 11 Jun 2015 19:12:43 +0000 (19:12 +0000)]
Add missing item about |=| addition
git-svn-id: http://svn.osgeo.org/postgis/trunk@13655
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 11 Jun 2015 19:09:13 +0000 (19:09 +0000)]
Allow passing M factor to ST_Scale (#3062)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13654
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 11 Jun 2015 19:09:04 +0000 (19:09 +0000)]
lwgeom_scale: recompute bounding box if needed
git-svn-id: http://svn.osgeo.org/postgis/trunk@13653
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 11 Jun 2015 11:03:03 +0000 (11:03 +0000)]
Move liblwgeom logging functions outside of public header (#1220)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13652
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 11 Jun 2015 10:13:23 +0000 (10:13 +0000)]
Drop unused lw_vasprintf / lw_asprintf functions from liblwgeom
git-svn-id: http://svn.osgeo.org/postgis/trunk@13651
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 11 Jun 2015 09:06:47 +0000 (09:06 +0000)]
Build liblwgeom with -no-undefined flag
Doing so should report unresolved symbol references from regular
object files.
git-svn-id: http://svn.osgeo.org/postgis/trunk@13650
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 11 Jun 2015 00:33:57 +0000 (00:33 +0000)]
Move temporal function wrappers in their own file
git-svn-id: http://svn.osgeo.org/postgis/trunk@13648
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 10 Jun 2015 23:45:55 +0000 (23:45 +0000)]
Fix unused vars and funx warnings building against pgsql < 9.5
git-svn-id: http://svn.osgeo.org/postgis/trunk@13647
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 10 Jun 2015 23:28:01 +0000 (23:28 +0000)]
Restore liblwgeom API compatibility (#3156)
Adds an lwgeom_set_debuglogger function, restore lwgeom_set_handler
to the same arguments set as with 2.1.x.
Updates all callers (2/3 of which are back to their original version).
git-svn-id: http://svn.osgeo.org/postgis/trunk@13646
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 10 Jun 2015 23:27:52 +0000 (23:27 +0000)]
Convert varint test to use the new ASSERT_STRING_EQUAL macro
Also drops manual "strcmp" calls from it.
git-svn-id: http://svn.osgeo.org/postgis/trunk@13645
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 10 Jun 2015 17:29:21 +0000 (17:29 +0000)]
Convert ptarray test to use the new ASSERT_STRING_EQUAL macro
Also change its suite name to "ptarray"
git-svn-id: http://svn.osgeo.org/postgis/trunk@13644
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 10 Jun 2015 17:19:57 +0000 (17:19 +0000)]
Add lwgeom_scale and ptarray_scale with support of all dimensions (#3062)
Includes unit test.
git-svn-id: http://svn.osgeo.org/postgis/trunk@13643
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 10 Jun 2015 16:42:49 +0000 (16:42 +0000)]
Trim refpurpose section for <-> operator, move details down
git-svn-id: http://svn.osgeo.org/postgis/trunk@13642
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 10 Jun 2015 16:18:37 +0000 (16:18 +0000)]
Add |=| operator with CPA semantic and KNN support with PgSQL 9.5+
Includes regress test and documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@13641
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 10 Jun 2015 11:34:06 +0000 (11:34 +0000)]
Ensure ST_DistanceCPA returns NULL if inputs do not meet
git-svn-id: http://svn.osgeo.org/postgis/trunk@13640
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 10 Jun 2015 09:26:32 +0000 (09:26 +0000)]
Remove liblwgeom.h on make uninstall (#3155)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13639
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 10 Jun 2015 07:31:06 +0000 (07:31 +0000)]
Add note about minimum PROJ4 version requirement raise
git-svn-id: http://svn.osgeo.org/postgis/trunk@13636
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 9 Jun 2015 22:29:34 +0000 (22:29 +0000)]
#3154: revise make dist to build pom and not delete.
git-svn-id: http://svn.osgeo.org/postgis/trunk@13634
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 9 Jun 2015 20:01:14 +0000 (20:01 +0000)]
Fix definition of ST_DistanceCPA
git-svn-id: http://svn.osgeo.org/postgis/trunk@13632
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 9 Jun 2015 19:38:39 +0000 (19:38 +0000)]
ST_DistanceCPA: return distance at closest point of approach
Includes regression test and docs.
git-svn-id: http://svn.osgeo.org/postgis/trunk@13631
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 9 Jun 2015 19:21:28 +0000 (19:21 +0000)]
Have ST_ClosestPointOfApproach return NULL if inputs do not meet
Makes lwgeom_tcpa return -2 if inputs do not share any point in time.
Includes documentation and testcases tweaks.
git-svn-id: http://svn.osgeo.org/postgis/trunk@13630
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 9 Jun 2015 18:19:39 +0000 (18:19 +0000)]
Be less noisy on meeting trajectories, add temporal test
git-svn-id: http://svn.osgeo.org/postgis/trunk@13629
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 9 Jun 2015 11:18:41 +0000 (11:18 +0000)]
Fix lwgeom_tcpa distance computation for degenerate cases
git-svn-id: http://svn.osgeo.org/postgis/trunk@13628
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 9 Jun 2015 11:18:35 +0000 (11:18 +0000)]
Implement missing distance3d_pt_pt function
git-svn-id: http://svn.osgeo.org/postgis/trunk@13627
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 9 Jun 2015 09:59:17 +0000 (09:59 +0000)]
Update in-header documentation for lwgeom_split
git-svn-id: http://svn.osgeo.org/postgis/trunk@13626
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 6 Jun 2015 04:55:14 +0000 (04:55 +0000)]
#2906: move census functions into tiger_loader_2014.sql (needed since we took out of extension but still in docs) and will be needed for upgrades
git-svn-id: http://svn.osgeo.org/postgis/trunk@13625
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 5 Jun 2015 21:02:10 +0000 (21:02 +0000)]
#2906: Fix webiste link postgis.net (instead of postgis.org), consolidate censustract/bg/tabblock for 2014 into 2014 loader file, fix tabblock loading issue (they renamed it so its ends in 10 now)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13624
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 4 Jun 2015 21:13:12 +0000 (21:13 +0000)]
Get "Closest Point of Approach" name straight ...
git-svn-id: http://svn.osgeo.org/postgis/trunk@13623
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 4 Jun 2015 21:03:53 +0000 (21:03 +0000)]
Move ST_ClosestPointOfApproach tests under temporal.sql
git-svn-id: http://svn.osgeo.org/postgis/trunk@13622
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 4 Jun 2015 20:36:57 +0000 (20:36 +0000)]
change extension install to go from root of tiger
git-svn-id: http://svn.osgeo.org/postgis/trunk@13621
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 4 Jun 2015 20:32:56 +0000 (20:32 +0000)]
a lot of this stuff is not tiger_2011, we should just go back to single folder
git-svn-id: http://svn.osgeo.org/postgis/trunk@13620
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 4 Jun 2015 19:45:36 +0000 (19:45 +0000)]
#2287, fix regressions with new debug in raster
git-svn-id: http://svn.osgeo.org/postgis/trunk@13619
b70326c6 -7e19-0410-871a-
916f4a2858ee
Nicklas Avén [Thu, 4 Jun 2015 18:53:10 +0000 (18:53 +0000)]
Harmonize ST_SimplifyVW with ST_Simplify behavior when feeded with 0 tolerance
git-svn-id: http://svn.osgeo.org/postgis/trunk@13618
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 4 Jun 2015 18:43:34 +0000 (18:43 +0000)]
#2287, move debug messages in --enable-debug builds to the DEBUG PgSQL logging channel
git-svn-id: http://svn.osgeo.org/postgis/trunk@13617
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 4 Jun 2015 08:30:13 +0000 (08:30 +0000)]
#3133 add nd index recheck tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@13616
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 4 Jun 2015 08:14:59 +0000 (08:14 +0000)]
rework the knn recheck tests for goemetry, geography, add some nd tests for 3d. still more tests to add.
git-svn-id: http://svn.osgeo.org/postgis/trunk@13615
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 4 Jun 2015 08:09:52 +0000 (08:09 +0000)]
Embed full version (and revision) in package name for dev snapshots.
git-svn-id: http://svn.osgeo.org/postgis/trunk@13614
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 3 Jun 2015 23:08:51 +0000 (23:08 +0000)]
spellign
git-svn-id: http://svn.osgeo.org/postgis/trunk@13611
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 3 Jun 2015 20:53:33 +0000 (20:53 +0000)]
#3133, support for recheck on M-measured geometries
git-svn-id: http://svn.osgeo.org/postgis/trunk@13610
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 3 Jun 2015 19:36:49 +0000 (19:36 +0000)]
Isolate <<->> in version-checked regression file
git-svn-id: http://svn.osgeo.org/postgis/trunk@13609
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 3 Jun 2015 19:34:31 +0000 (19:34 +0000)]
whitespace
git-svn-id: http://svn.osgeo.org/postgis/trunk@13608
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 3 Jun 2015 19:08:23 +0000 (19:08 +0000)]
#3133, add <<->> recheck supporrt and rip out <<#>>
git-svn-id: http://svn.osgeo.org/postgis/trunk@13607
b70326c6 -7e19-0410-871a-
916f4a2858ee
Nicklas Avén [Wed, 3 Jun 2015 18:34:38 +0000 (18:34 +0000)]
Guard from 1 point linestrings in st_simplifyvw and st_seteffectivearea
git-svn-id: http://svn.osgeo.org/postgis/trunk@13606
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 3 Jun 2015 17:05:12 +0000 (17:05 +0000)]
#3132, KNN box-only operator <-> for geography to support PgSQL < 9.5
git-svn-id: http://svn.osgeo.org/postgis/trunk@13605
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 3 Jun 2015 13:50:28 +0000 (13:50 +0000)]
#3140, fix comparison function
git-svn-id: http://svn.osgeo.org/postgis/trunk@13604
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 3 Jun 2015 12:52:37 +0000 (12:52 +0000)]
quite tests a bit
git-svn-id: http://svn.osgeo.org/postgis/trunk@13603
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 3 Jun 2015 08:07:39 +0000 (08:07 +0000)]
Update the GEOS version warning to recommend 3.4.2
git-svn-id: http://svn.osgeo.org/postgis/trunk@13602
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 2 Jun 2015 16:03:05 +0000 (16:03 +0000)]
#3143, use right type size / simpler pointer math?
git-svn-id: http://svn.osgeo.org/postgis/trunk@13601
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 1 Jun 2015 16:15:29 +0000 (16:15 +0000)]
Guard against crazy selectivity numbers
git-svn-id: http://svn.osgeo.org/postgis/trunk@13600
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 1 Jun 2015 16:09:22 +0000 (16:09 +0000)]
ST_BoundingDiagonal (#3139)
Includes tests and documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@13599
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 1 Jun 2015 13:36:24 +0000 (13:36 +0000)]
Harmonize regression test
git-svn-id: http://svn.osgeo.org/postgis/trunk@13598
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 1 Jun 2015 13:23:47 +0000 (13:23 +0000)]
Stylistic OCD
git-svn-id: http://svn.osgeo.org/postgis/trunk@13597
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 1 Jun 2015 12:27:04 +0000 (12:27 +0000)]
Harmonize threshold w/ message
git-svn-id: http://svn.osgeo.org/postgis/trunk@13596
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 1 Jun 2015 09:04:59 +0000 (09:04 +0000)]
#3074: Add postgres regress for ST_SubDivide, update documentation to not use example below 8 vertices and put note about no less than 8 is allowed
git-svn-id: http://svn.osgeo.org/postgis/trunk@13595
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 31 May 2015 20:30:47 +0000 (20:30 +0000)]
more fine tuning to force index use during index tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@13594
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 31 May 2015 20:14:32 +0000 (20:14 +0000)]
#3127 revert back to use sphere distance (spheroid doesn't work with knn recheck), document that <-> is on sphere, change tests to be based on sphere instead of spheroid., #3131 reverting fixes index returned tuples wrong order issue
git-svn-id: http://svn.osgeo.org/postgis/trunk@13593
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 31 May 2015 04:48:51 +0000 (04:48 +0000)]
revert last change
git-svn-id: http://svn.osgeo.org/postgis/trunk@13592
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 31 May 2015 04:01:59 +0000 (04:01 +0000)]
#3143 get rid of duplicate measure_suite_setup declaration to try to fix winnie's 32-bit whining.
git-svn-id: http://svn.osgeo.org/postgis/trunk@13591
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 31 May 2015 01:57:31 +0000 (01:57 +0000)]
#3127 Switch knn to use spheroid distance instead of sphere distance
git-svn-id: http://svn.osgeo.org/postgis/trunk@13590
b70326c6 -7e19-0410-871a-
916f4a2858ee
Nicklas Avén [Sat, 30 May 2015 20:35:09 +0000 (20:35 +0000)]
A small opimization to not use temp buffer when size of npoints is not unpredictable
git-svn-id: http://svn.osgeo.org/postgis/trunk@13589
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Sat, 30 May 2015 15:54:17 +0000 (15:54 +0000)]
#3131, just fix KNN w/ big hammer
git-svn-id: http://svn.osgeo.org/postgis/trunk@13588
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 29 May 2015 23:08:16 +0000 (23:08 +0000)]
Use the right function!
git-svn-id: http://svn.osgeo.org/postgis/trunk@13587
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 29 May 2015 23:07:47 +0000 (23:07 +0000)]
Remove stub code!
git-svn-id: http://svn.osgeo.org/postgis/trunk@13586
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 29 May 2015 23:07:10 +0000 (23:07 +0000)]
#3131, fix crasher
git-svn-id: http://svn.osgeo.org/postgis/trunk@13585
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 29 May 2015 22:01:50 +0000 (22:01 +0000)]
Add raster garden tests to make garden run
git-svn-id: http://svn.osgeo.org/postgis/trunk@13584
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 29 May 2015 21:21:51 +0000 (21:21 +0000)]
Lower limit on max vertices
git-svn-id: http://svn.osgeo.org/postgis/trunk@13583
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 29 May 2015 21:18:23 +0000 (21:18 +0000)]
#3131, KNN geography still gives ERROR: index returned tuples in wrong order
git-svn-id: http://svn.osgeo.org/postgis/trunk@13582
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 29 May 2015 17:39:18 +0000 (17:39 +0000)]
Alter test
git-svn-id: http://svn.osgeo.org/postgis/trunk@13581
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 29 May 2015 17:29:11 +0000 (17:29 +0000)]
#3135, avoid infinite recursion on features with repeated points
git-svn-id: http://svn.osgeo.org/postgis/trunk@13580
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 29 May 2015 07:56:29 +0000 (07:56 +0000)]
#3134 change make garden to use regress install instead of the scripts in postgis/..
git-svn-id: http://svn.osgeo.org/postgis/trunk@13579
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 28 May 2015 20:25:11 +0000 (20:25 +0000)]
Move test to ifdef'ed location for GEOS 3.5
git-svn-id: http://svn.osgeo.org/postgis/trunk@13578
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 28 May 2015 20:21:54 +0000 (20:21 +0000)]
Move some types around, see if winnie gets happier
git-svn-id: http://svn.osgeo.org/postgis/trunk@13577
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 28 May 2015 19:55:10 +0000 (19:55 +0000)]
#3135, ST_SubDivide garden crasher on malformed polygon and linestring
git-svn-id: http://svn.osgeo.org/postgis/trunk@13576
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 28 May 2015 19:20:15 +0000 (19:20 +0000)]
Remove possible double free
git-svn-id: http://svn.osgeo.org/postgis/trunk@13575
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 28 May 2015 19:07:32 +0000 (19:07 +0000)]
#2093, Add extra policy argument to control ST_Simplify behavior
git-svn-id: http://svn.osgeo.org/postgis/trunk@13574
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 28 May 2015 16:30:48 +0000 (16:30 +0000)]
Remove dead code
git-svn-id: http://svn.osgeo.org/postgis/trunk@13573
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 28 May 2015 16:30:16 +0000 (16:30 +0000)]
TWKB: Drop duplicate vertices during encoding
git-svn-id: http://svn.osgeo.org/postgis/trunk@13572
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 28 May 2015 15:33:39 +0000 (15:33 +0000)]
Add NEWS entry and another example for ST_IsValidTrajectory
git-svn-id: http://svn.osgeo.org/postgis/trunk@13571
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 28 May 2015 15:18:23 +0000 (15:18 +0000)]
Add ST_IsValidTrajectory (#3129)
Adds lwgeom_is_trajectory and lwline_is_trajectory to liblwgeom.
Includes unit and regress test.
Includes documentation, starting a new "Temporal support" section
in which ST_ClosestPointOfApproach is also moved
git-svn-id: http://svn.osgeo.org/postgis/trunk@13570
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 27 May 2015 16:47:29 +0000 (16:47 +0000)]
Fix ST_ClosestPointOfApproach assumption of lwgeom->bbox being exact
See #3136
git-svn-id: http://svn.osgeo.org/postgis/trunk@13569
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 27 May 2015 11:45:54 +0000 (11:45 +0000)]
the actual geography tst needs some work, but for now just commit what current returns
git-svn-id: http://svn.osgeo.org/postgis/trunk@13568
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 27 May 2015 06:30:58 +0000 (06:30 +0000)]
#3134: make garden doesn't install postgis (revise to ignore if plpgsql is already installed.)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13567
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 26 May 2015 22:42:19 +0000 (22:42 +0000)]
#3126, ST_SubDivide garden crasher on Polyhedral Surface
git-svn-id: http://svn.osgeo.org/postgis/trunk@13566
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 26 May 2015 19:08:47 +0000 (19:08 +0000)]
Formatting
git-svn-id: http://svn.osgeo.org/postgis/trunk@13565
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 26 May 2015 19:07:02 +0000 (19:07 +0000)]
0se FP_TOLERANCE instead of 0
git-svn-id: http://svn.osgeo.org/postgis/trunk@13564
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 26 May 2015 19:05:48 +0000 (19:05 +0000)]
Do KNN distance calcs on the spherod
git-svn-id: http://svn.osgeo.org/postgis/trunk@13563
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 26 May 2015 16:39:01 +0000 (16:39 +0000)]
Fix return type of LRS functions in docs from float to float8
git-svn-id: http://svn.osgeo.org/postgis/trunk@13562
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 26 May 2015 15:38:29 +0000 (15:38 +0000)]
Add missing tests for ST_AddMeasure and ST_InterpolatePoint
git-svn-id: http://svn.osgeo.org/postgis/trunk@13561
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 26 May 2015 15:07:58 +0000 (15:07 +0000)]
Add ST_ClosestPointOfApproach (#3128)
Based on new lwgeom_tcpa liblwgeom function.
Includes unit and regress tests.
Includes documentation.
git-svn-id: http://svn.osgeo.org/postgis/trunk@13560
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 26 May 2015 09:46:04 +0000 (09:46 +0000)]
Remove unused variable
git-svn-id: http://svn.osgeo.org/postgis/trunk@13559
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 26 May 2015 09:43:13 +0000 (09:43 +0000)]
Add some const qualifiers for 3d distance functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@13558
b70326c6 -7e19-0410-871a-
916f4a2858ee