Commit graph

426 commits

Author SHA1 Message Date
Sandro Santilli 59b64593da Add item about the new "lwgeom_version" function in liblwgeom
git-svn-id: http://svn.osgeo.org/postgis/trunk@14172 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-01 20:13:11 +00:00
Regina Obe 3b775f6d29 #2842 Hide unselectable tables from raster_overview and raster_columns
git-svn-id: http://svn.osgeo.org/postgis/trunk@14093 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-24 16:15:44 +00:00
Sandro Santilli 535adff0f6 Do not reference face object after free
git-svn-id: http://svn.osgeo.org/postgis/trunk@14026 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-29 09:19:59 +00:00
Sandro Santilli 3a40bb69e5 Properly encode Nicklas name in UTF8
git-svn-id: http://svn.osgeo.org/postgis/trunk@14025 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-28 19:57:41 +00:00
Sandro Santilli c50e8ff6f8 Add lwgeom_unaryunion to liblwgeom
Includes postgis change to use liblwgeom version

git-svn-id: http://svn.osgeo.org/postgis/trunk@13941 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-19 10:52:19 +00:00
Sandro Santilli 3ba5649caf Add NEWS item about lwgeom_linemerge function in liblwgeom
git-svn-id: http://svn.osgeo.org/postgis/trunk@13940 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-19 09:15:02 +00:00
Regina Obe 6d25814e67 #3227 Support for Tiger 2015 (also summary update of what's new in PostGIS 2.2)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13906 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-14 01:42:33 +00:00
Sandro Santilli 66d1d5f9c2 Add memcmp short-circuit to ST_Equals (#3223)
Patch by Daniel Baston

git-svn-id: http://svn.osgeo.org/postgis/trunk@13864 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-31 17:23:29 +00:00
Sandro Santilli 8a6b6f0880 Switch to versioned liblwgeom interface (#2278)
See
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html

git-svn-id: http://svn.osgeo.org/postgis/trunk@13855 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-30 09:57:08 +00:00
Sandro Santilli fd47e7724b Add item about new topology API in liblwgeom
Also update reference to Regione Toscana institution under
"corporate sponsors" section.

git-svn-id: http://svn.osgeo.org/postgis/trunk@13812 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-19 10:11:16 +00:00
Sandro Santilli 08d2c65250 Leave a note about new Java binding home
git-svn-id: http://svn.osgeo.org/postgis/trunk@13809 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-18 10:04:43 +00:00
Paul Ramsey ddc7877634 #3023, ST_ClusterIntersecting / ST_ClusterWithin Functions (Dan Baston)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13752 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-29 19:11:33 +00:00
Sandro Santilli 46025a47a1 Add lwgeom_is_simple method in liblwgeom, use from postgis module
git-svn-id: http://svn.osgeo.org/postgis/trunk@13740 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-29 15:28:37 +00:00
Regina Obe f5132ad1a6 document enhancements in address_standardizer
git-svn-id: http://svn.osgeo.org/postgis/trunk@13726 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-27 19:21:34 +00:00
Olivier Courtin c27487cb9a Update NEWS file, related to #3117
git-svn-id: http://svn.osgeo.org/postgis/trunk@13713 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-25 21:08:29 +00:00
Paul Ramsey d47d1be63a #3181, Output POINT EMPTY in WKB using NaN as coordinate values
git-svn-id: http://svn.osgeo.org/postgis/trunk@13707 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-25 20:07:31 +00:00
Sandro Santilli d427e6a0b4 Expose ST_CPAWithin to SQL
Includes dox and regress test

git-svn-id: http://svn.osgeo.org/postgis/trunk@13694 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-23 18:56:11 +00:00
Sandro Santilli 533361f15d Add ST_ApproximateMedialAxis (#3169)
Requires SFCGAL (any version).
Uses SFCGAL specific API if available (1.2+),
post-processes StraightSkeleton output otherwise.

Includes regression test and documentation.

git-svn-id: http://svn.osgeo.org/postgis/trunk@13678 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-17 13:10:33 +00:00
Paul Ramsey b59ba8df91 #1137, Add a tolerance distance to ST_RemoveRepeatedPoints
git-svn-id: http://svn.osgeo.org/postgis/trunk@13666 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-12 18:35:14 +00:00
Sandro Santilli d0669ae0a9 Add item about new functions supporting compoundcurve types
git-svn-id: http://svn.osgeo.org/postgis/trunk@13665 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-12 09:09:51 +00:00
Sandro Santilli 86e9808ab2 Add missing item about |=| addition
git-svn-id: http://svn.osgeo.org/postgis/trunk@13655 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-11 19:12:43 +00:00
Sandro Santilli 4a03fe9b32 Allow passing M factor to ST_Scale (#3062)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13654 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-11 19:09:13 +00:00
Sandro Santilli f2cb3ac519 Move liblwgeom logging functions outside of public header (#1220)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13652 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-11 11:03:03 +00:00
Sandro Santilli f5393ab792 Add note about minimum PROJ4 version requirement raise
git-svn-id: http://svn.osgeo.org/postgis/trunk@13636 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-10 07:31:06 +00:00
Sandro Santilli 4c2b8a4a5e 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
2015-06-09 19:38:39 +00:00
Sandro Santilli a3e647241f ST_BoundingDiagonal (#3139)
Includes tests and documentation

git-svn-id: http://svn.osgeo.org/postgis/trunk@13599 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-01 16:09:22 +00:00
Sandro Santilli 319f35da5f Add NEWS entry and another example for ST_IsValidTrajectory
git-svn-id: http://svn.osgeo.org/postgis/trunk@13571 b70326c6-7e19-0410-871a-916f4a2858ee
2015-05-28 15:33:39 +00:00
Sandro Santilli a714ff44e0 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
2015-05-26 15:07:58 +00:00
Nicklas Avén f2047f3f89 Update NEWS-file
git-svn-id: http://svn.osgeo.org/postgis/trunk@13545 b70326c6-7e19-0410-871a-916f4a2858ee
2015-05-24 13:03:07 +00:00
Paul Ramsey 474da5f60c #2703, support true KNN in PgSQL 9.5+
git-svn-id: http://svn.osgeo.org/postgis/trunk@13530 b70326c6-7e19-0410-871a-916f4a2858ee
2015-05-20 19:00:26 +00:00
Paul Ramsey f2cd7bb252 #2918, Use GeographicLib functions for geodetics
git-svn-id: http://svn.osgeo.org/postgis/trunk@13521 b70326c6-7e19-0410-871a-916f4a2858ee
2015-05-19 14:37:01 +00:00
Sandro Santilli 5d334557cd Note Length2d_spheroid and Point_Inside_Circle renames
git-svn-id: http://svn.osgeo.org/postgis/trunk@13509 b70326c6-7e19-0410-871a-916f4a2858ee
2015-05-15 09:29:25 +00:00
Regina Obe a20f68ae80 add ST_AsX3D Geocoordinates and axis flipping support to history
git-svn-id: http://svn.osgeo.org/postgis/trunk@13486 b70326c6-7e19-0410-871a-916f4a2858ee
2015-05-09 23:06:19 +00:00
Paul Ramsey 75a88c1a6c #3092, Slow performance of geometry_columns
git-svn-id: http://svn.osgeo.org/postgis/trunk@13443 b70326c6-7e19-0410-871a-916f4a2858ee
2015-04-24 17:50:00 +00:00
Paul Ramsey 7f96b4d20e #3048, shp2pgsql - illegal number format when specific system locale set
git-svn-id: http://svn.osgeo.org/postgis/trunk@13439 b70326c6-7e19-0410-871a-916f4a2858ee
2015-04-23 19:36:10 +00:00
Paul Ramsey c2f586ac7d #3018, GROUP BY geography sometimes returns duplicate rows
git-svn-id: http://svn.osgeo.org/postgis/trunk@13437 b70326c6-7e19-0410-871a-916f4a2858ee
2015-04-23 18:20:00 +00:00
Sandro Santilli ca80d60917 Allow splitting lines by multipoints
git-svn-id: http://svn.osgeo.org/postgis/trunk@13434 b70326c6-7e19-0410-871a-916f4a2858ee
2015-04-22 15:25:42 +00:00
Sandro Santilli fab1facae8 Allow splitting lines by multilines and (multi)polygon boundaries
Funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13433 b70326c6-7e19-0410-871a-916f4a2858ee
2015-04-22 15:25:32 +00:00
Paul Ramsey b15c8fc77f Add NEWS note on ST_SubDivide
git-svn-id: http://svn.osgeo.org/postgis/trunk@13429 b70326c6-7e19-0410-871a-916f4a2858ee
2015-04-15 15:36:21 +00:00
Bborie Park f32b7827e9 Fix ST_DumpValues() crasher when cleaning. Ticket #3086
git-svn-id: http://svn.osgeo.org/postgis/trunk@13390 b70326c6-7e19-0410-871a-916f4a2858ee
2015-03-23 16:23:20 +00:00
Sandro Santilli 92de824cc2 Add 2.1.5 and 2.1.6 sections in NEWS
git-svn-id: http://svn.osgeo.org/postgis/trunk@13388 b70326c6-7e19-0410-871a-916f4a2858ee
2015-03-23 08:43:44 +00:00
Paul Ramsey f7e12b7efe #3061, do not drop repeated points when reading JSON/GML/KML
git-svn-id: http://svn.osgeo.org/postgis/trunk@13340 b70326c6-7e19-0410-871a-916f4a2858ee
2015-03-16 18:38:09 +00:00
Sandro Santilli 54f661eeb1 Simplify geometry type constraint (#3070)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13316 b70326c6-7e19-0410-871a-916f4a2858ee
2015-03-06 08:51:14 +00:00
Sandro Santilli 63aa799510 Implement canonical text output for GIDX and BOX2DF
They make spatial indexes inspectable with Gevel:
http://www.sai.msu.su/~megera/wiki/Gevel

git-svn-id: http://svn.osgeo.org/postgis/trunk@13297 b70326c6-7e19-0410-871a-916f4a2858ee
2015-03-03 10:26:01 +00:00
Sandro Santilli f89961fc6e Add ST_SwapOrdinates function
This is a generalization of ST_FlipCoordinates

git-svn-id: http://svn.osgeo.org/postgis/trunk@13289 b70326c6-7e19-0410-871a-916f4a2858ee
2015-02-25 15:03:31 +00:00
Sandro Santilli 19bd4ed016 Add N-dimensional distance operator with KNN support
Includes docs and tests

git-svn-id: http://svn.osgeo.org/postgis/trunk@13287 b70326c6-7e19-0410-871a-916f4a2858ee
2015-02-25 08:46:08 +00:00
Paul Ramsey 8fb855139d #3048, speed up simplify
git-svn-id: http://svn.osgeo.org/postgis/trunk@13248 b70326c6-7e19-0410-871a-916f4a2858ee
2015-02-20 15:18:25 +00:00
Sandro Santilli 2837af506c Document swapping 'edge crosses node' reported ids (#3022)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13206 b70326c6-7e19-0410-871a-916f4a2858ee
2015-01-29 20:19:21 +00:00
Bborie Park 556c94038f ST_AddBand out-db band uses width value for height
git-svn-id: http://svn.osgeo.org/postgis/trunk@13196 b70326c6-7e19-0410-871a-916f4a2858ee
2015-01-24 17:26:59 +00:00
Sandro Santilli aeef7987eb Update list of deprecated signatures
git-svn-id: http://svn.osgeo.org/postgis/trunk@13193 b70326c6-7e19-0410-871a-916f4a2858ee
2015-01-21 18:04:02 +00:00