Commit graph

3003 commits

Author SHA1 Message Date
Sandro Santilli 9d7b18cc52 Cross-link ST_Subdivide and ST_Split
git-svn-id: http://svn.osgeo.org/postgis/trunk@14079 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-21 06:59:25 +00:00
Sandro Santilli abbb6356e8 Fix docs for topology.intersects (#2593)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14061 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-09 13:18:52 +00:00
Regina Obe c367f57a60 fix mismatched ids
git-svn-id: http://svn.osgeo.org/postgis/trunk@14058 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-09 07:44:05 +00:00
Regina Obe ad95337cb7 fix link tag typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@14057 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-09 07:14:31 +00:00
Regina Obe 36bfb49021 Flesh out the rules table description and how to create rules
git-svn-id: http://svn.osgeo.org/postgis/trunk@14056 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-09 06:30:28 +00:00
Regina Obe fa96023117 give example of ST_3DArea
git-svn-id: http://svn.osgeo.org/postgis/trunk@14044 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-03 23:20:38 +00:00
Regina Obe de509a887d #2324: Fix chart so 2D support only enabled with sfcgal is tagged with sfcgal icon
git-svn-id: http://svn.osgeo.org/postgis/trunk@14041 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-03 22:33:20 +00:00
Regina Obe 6d3d997656 fix tag typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@14040 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-03 21:22:36 +00:00
Regina Obe 3a24c985a1 ST_Volume example with caveats need to have Solid geometry
git-svn-id: http://svn.osgeo.org/postgis/trunk@14039 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-03 21:09:03 +00:00
Regina Obe 6f58e5e697 fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@14038 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-03 19:53:58 +00:00
Regina Obe 20b853b924 put in more description of minkowski sum, fix first example so fits in 200x200 grid, add second example
git-svn-id: http://svn.osgeo.org/postgis/trunk@14037 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-03 17:19:23 +00:00
Regina Obe dfb117336a #2305 example with figure for minkowski sum. Could do with a better explanation too for what it is.
git-svn-id: http://svn.osgeo.org/postgis/trunk@14036 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-03 15:47:53 +00:00
Paul Ramsey ce5edfbdb0 yes, our docs have to 1:1 match our functions :/
git-svn-id: http://svn.osgeo.org/postgis/trunk@14024 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-28 12:39:49 +00:00
Regina Obe edbd39f450 updte loading data to include vacuumning and install missing indexes
git-svn-id: http://svn.osgeo.org/postgis/trunk@13995 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-24 19:47:34 +00:00
Regina Obe ddc1a46749 git-svn-id: http://svn.osgeo.org/postgis/trunk@13986 b70326c6-7e19-0410-871a-916f4a2858ee 2015-08-23 07:46:04 +00:00
Regina Obe e11ae0582d more updating to reflect all the extensions packaged in postgis 2.2
git-svn-id: http://svn.osgeo.org/postgis/trunk@13985 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-23 07:42:24 +00:00
Regina Obe 1b64d2a670 update test regress output. Fix command/screen tags not in para tags
git-svn-id: http://svn.osgeo.org/postgis/trunk@13984 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-23 07:19:21 +00:00
Regina Obe 3c6924efec #3258 installcheck for tiger geocoder, update some regress so they reflect actual state of outputs, add new genrated folders to gitignore and svn ignore. Update the docs to describe new installcheck for (postgis_tiger_geocoder and address_standardizer extensions)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13982 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-23 06:52:15 +00:00
Regina Obe 4e848ca940 ST_Relate use integer instead of int for arg type. That's what PostgreSQL shows it as in final function and int is tripping up garden tests (doesn't know what int is).
git-svn-id: http://svn.osgeo.org/postgis/trunk@13968 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-21 06:54:08 +00:00
Regina Obe d2641fbf7c #2448 geocoder_setting gives primary key on restore (created a new table geocode_settings_default to hold defaults and keep geocode_settings for custom ones)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13967 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-21 06:09:55 +00:00
Sandro Santilli f41a47d9b4 Fix typo in PopulateGeometryColumns docs
Thanks Oliver Tonnhofer for spotting this

git-svn-id: http://svn.osgeo.org/postgis/trunk@13951 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-20 15:00:02 +00:00
Sandro Santilli 48c035b7a8 Correct exception info about GetFaceByPoint and GetEdgeByPoint (#3241)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13929 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-18 12:58:32 +00:00
Sandro Santilli e230a46c32 See Also GetFaceByPoint in GetNodeByPoint and GetEdgeByPoint docs
git-svn-id: http://svn.osgeo.org/postgis/trunk@13920 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-18 09:14:44 +00:00
Regina Obe 7db1374415 #3227 incorporate Brian's suggested changes and fix some other minor issues with instructions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@13907 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-16 01:48:43 +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 7e47727975 Typo in doc
git-svn-id: http://svn.osgeo.org/postgis/trunk@13860 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-30 21:15:48 +00:00
Paul Ramsey 63f2b4871f #2577, ST_Project() doc update
git-svn-id: http://svn.osgeo.org/postgis/trunk@13846 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-23 18:05:26 +00:00
Paul Ramsey 5e3551e7d1 #3201 ST_DistanceSphere uses SRID to obtain spheroid
git-svn-id: http://svn.osgeo.org/postgis/trunk@13840 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-23 16:26: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 106023f719 Tag <para> can be within <note>, not viceversa (oops)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13796 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-09 10:16:57 +00:00
Sandro Santilli 43f81d8ac7 Clarify ST_AddEdgeModFace docs about new face side (#3198)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13791 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-09 09:49:14 +00:00
Regina Obe 12bb4f04a1 #3116: SFCGAL add documentation for geometry backend switch. Patch from Vincent Mora
git-svn-id: http://svn.osgeo.org/postgis/trunk@13777 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-04 05:50:48 +00:00
Regina Obe 597726052f #3189 put note about 3.5 is needed to take advantage of all features. Copy geos note in availabilty tag so appears on support
git-svn-id: http://svn.osgeo.org/postgis/trunk@13754 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-30 11:27:29 +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
Regina Obe 0aa10f1679 another typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@13729 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-27 22:51:29 +00:00
Regina Obe a528d6dce6 ah another typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@13728 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-27 22:49:01 +00:00
Regina Obe b3df886dc3 fix embarassing typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@13727 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-27 22:48:15 +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
Regina Obe 1af16d9516 #2816 show output of address_standardizer_data_us
git-svn-id: http://svn.osgeo.org/postgis/trunk@13724 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-27 16:04:32 +00:00
Regina Obe 4c95db6165 #2816: Might have missed some commits on last go round, also add some updated doco
git-svn-id: http://svn.osgeo.org/postgis/trunk@13719 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-27 14:50:32 +00:00
Regina Obe a6a9860380 #3182 update docs and configure to reflect SFCGAL 1.1+ is required to build with SFCGAL (patch from Vincent Mora)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13714 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-26 09:06:14 +00:00
Olivier Courtin 7c1ef74c78 Documentation fix in ST_Orientation function. #2831
git-svn-id: http://svn.osgeo.org/postgis/trunk@13712 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-25 20:58:26 +00:00
Olivier Courtin b56d8c653a Update SFCGAL installation instructions. #3115.
git-svn-id: http://svn.osgeo.org/postgis/trunk@13711 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-25 20:55:18 +00:00
Olivier Courtin 0863846f1e Add suport for SFCGAL 1.1. #3117. Apply patch written by Vincent Mora
git-svn-id: http://svn.osgeo.org/postgis/trunk@13709 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-25 20:44:47 +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 f1272e2bfc Add multipolygon-by-line ST_Split case in documentation
Funded by RT-SITA (CIG 6002233F59)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13691 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-23 14:54:20 +00:00
Sandro Santilli 4f5548ca9a Drop PGXSOVERRIDE temporary hack. PostgreSQL 9.0 is minimum req now.
git-svn-id: http://svn.osgeo.org/postgis/trunk@13687 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-22 14:47:43 +00:00
Sandro Santilli c0cb56e4d8 Bye bye, java
New home for java bindings is https://github.com/postgis/postgis-java
See https://lists.osgeo.org/pipermail/postgis-devel/2015-June/025006.html

git-svn-id: http://svn.osgeo.org/postgis/trunk@13680 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-17 18:34: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
Sandro Santilli cda47b7aff Add ST_Boundary in "see also" section for ST_MakePolygon
See https://lists.osgeo.org/pipermail/postgis-users/2015-June/040574.html

git-svn-id: http://svn.osgeo.org/postgis/trunk@13674 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-13 08:08:39 +00:00