Commit graph

10712 commits

Author SHA1 Message Date
Regina Obe d1c99d59d9 Put in example of ST_3DDifference and fix a typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@14186 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-04 22:54:32 +00:00
Regina Obe ffc47387c9 #3315: fix typos in error messages for map algebra mask and provide more descriptive error about dimension mismatch
git-svn-id: http://svn.osgeo.org/postgis/trunk@14185 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-04 20:47:09 +00:00
Regina Obe 2fd19d90a0 #3314 patch from sebastic for big endian
git-svn-id: http://svn.osgeo.org/postgis/trunk@14184 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-04 17:37:59 +00:00
Regina Obe 64d8d6049a #3298 document change in behavior of ST_3DClosestPoint, ST_3DShortestLine, ST_3DLongestLine, ST_3DMaxDistance
git-svn-id: http://svn.osgeo.org/postgis/trunk@14183 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-04 16:36:30 +00:00
Paul Ramsey ef57b7405a Force output to little endian, #3314
git-svn-id: http://svn.osgeo.org/postgis/trunk@14182 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-04 15:59:37 +00:00
Regina Obe 2b717d4c6a Add note that ST_Summary now supports tins and curves. 2.1.8 just returned unknown type for these. ST_Summary now tells the type (though I think it does a sucky job on reporting subelements of multisurface)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14181 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-04 07:55:49 +00:00
Regina Obe e44888ac8a put a note enhancment only availabe if compiled with proj 4.9+ for all geographiclib enhanced function. (also change to use ST_GeogFromText instead of the painfully long ST_GeographyFromText alias)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14180 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-03 19:51:17 +00:00
Nicklas Avén 72330168be Fix for #3298, open for multi-geometries with mixed dim or 2d in 3d measurment functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@14179 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-03 19:05:00 +00:00
Regina Obe 67ffd6f4a1 #2603: add weighted and mask args
git-svn-id: http://svn.osgeo.org/postgis/trunk@14178 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-03 18:28:58 +00:00
Regina Obe a5f37f8b59 #1748: change arg names in raster ST_Intersection docs to agree with arg names installed. Also get rid of coming soon raster/geom that returns raster -- that's called ST_Clip. Put in a note about that for people looking at ST_Intersection wanting ST_Clip. Get rid of default args that aren't default at all (we have more protos than we need - may want to consider removing them in 2.3 and replacing with default args)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14177 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-03 16:20:44 +00:00
Sandro Santilli ac88738293 Drop postgis_config.h include from header file (#2303)
It's better to only include build config header from C files.

git-svn-id: http://svn.osgeo.org/postgis/trunk@14176 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-03 06:12:01 +00:00
Paul Ramsey fd21864ac7 Update emails, #3309
git-svn-id: http://svn.osgeo.org/postgis/trunk@14175 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-02 23:05:23 +00:00
Regina Obe c83b12ab53 #3308 patch winnie's build and packaging and regress to go back to static linking.
git-svn-id: http://svn.osgeo.org/postgis/trunk@14174 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-02 15:11:05 +00:00
Regina Obe 6d6100a79e #3308 gui loader on windows doesn't work -- add in the extra dependencies introduced by PostGIS 2.2 :(
git-svn-id: http://svn.osgeo.org/postgis/trunk@14173 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-02 05:40:08 +00:00
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
Sandro Santilli 4427dbffa5 Add check for liblwgeom version mismatch in postgis_full_version()
Adds a postgis_liblwgeom_version() function accessible to SQL.

git-svn-id: http://svn.osgeo.org/postgis/trunk@14171 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-01 20:09:57 +00:00
Regina Obe f9c6a422a0 update srid exclude range for proper dump/restore preserve of custom spatial ref. Add WHERE to compute_srid.. so its an easier cut and paster to editable routine
git-svn-id: http://svn.osgeo.org/postgis/trunk@14170 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-01 04:39:38 +00:00
Sandro Santilli 40ee7755ea Honour topology-wide precision configuration (#3304)
NOTE: only 2.2.0-RC1 was published with this bug present

git-svn-id: http://svn.osgeo.org/postgis/trunk@14156 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-30 15:37:40 +00:00
Sandro Santilli d68c695122 Improve robustness of adding points to topology (#3280)
When multiple edges are within tolerance from the added point,
give preference to snapping to the one which contains a point
projected to it.

Also, make sure to sort nodes and edges by distance before
considering them for matching or snapping, which is what
was done in previous versions.

git-svn-id: http://svn.osgeo.org/postgis/trunk@14155 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-30 13:57:52 +00:00
Regina Obe de9dc4f402 try to fix illegal abstract (with note (instead of para)) and listltiem with no para
git-svn-id: http://svn.osgeo.org/postgis/trunk@14149 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-30 04:33:44 +00:00
Regina Obe 2987940a76 update tiger instructions to be comprehensive (next step will be to delete them from README os have only one source to edit). Also add a note about using GUC for raster settings (instead of less cross-platform environment approach)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14148 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-30 03:19:37 +00:00
Sandro Santilli 74d96ea908 Fix check-local rule to properly setup symlinks
git-svn-id: http://svn.osgeo.org/postgis/trunk@14147 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 21:25:59 +00:00
Sandro Santilli 27fd2c870c Update italian installation transation
git-svn-id: http://svn.osgeo.org/postgis/trunk@14146 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 21:15:37 +00:00
Regina Obe e7cd458d08 commit debbie's translation script and add the check_localized call. (Switched debbie's job alreayd to use this script instead of the one from buildbot svn)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14145 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 20:38:52 +00:00
Sandro Santilli 42e4770519 Fix it_IT translation of installation.xml.po
git-svn-id: http://svn.osgeo.org/postgis/trunk@14143 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 20:10:56 +00:00
Sandro Santilli 12174037c3 Add "check-localized" rule in doc/Makefile (#3302)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14142 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 20:09:06 +00:00
Sandro Santilli 609d9c9e8c Fix pt_BR translation of installation.xml.po
git-svn-id: http://svn.osgeo.org/postgis/trunk@14141 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 19:36:41 +00:00
Sandro Santilli bea0161698 update-po after new german translation was added
git-svn-id: http://svn.osgeo.org/postgis/trunk@14140 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 19:29:51 +00:00
Sandro Santilli fd7af6b42e Add missing Makefile to build german documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@14139 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 19:29:19 +00:00
Sandro Santilli 0394935f9e Add missing ending quotes in german faq translations (#3293)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14138 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 19:15:57 +00:00
Sandro Santilli 87525dace6 Update German translation of FAQs (#3293)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14137 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 19:10:26 +00:00
Paul Ramsey 24364cc3a9 #3300, Box3D for curves calculation fix
git-svn-id: http://svn.osgeo.org/postgis/trunk@14136 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 17:30:28 +00:00
Sandro Santilli 47a13879c5 Add german (partial) translation from transifex
git-svn-id: http://svn.osgeo.org/postgis/trunk@14135 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 14:47:32 +00:00
Sandro Santilli 9803014b2b Add missing reference_temporal.xml.po files
git-svn-id: http://svn.osgeo.org/postgis/trunk@14134 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 14:47:00 +00:00
Sandro Santilli 44290abd69 Update translation files from transifex
git-svn-id: http://svn.osgeo.org/postgis/trunk@14133 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 14:46:39 +00:00
Paul Ramsey 17b48d5484 #2473, only create spatial index if there's a shape file
git-svn-id: http://svn.osgeo.org/postgis/trunk@14132 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 12:54:22 +00:00
Paul Ramsey 3394dc67f0 Remove old deprcated manual steps
git-svn-id: http://svn.osgeo.org/postgis/trunk@14131 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 12:38:10 +00:00
Sandro Santilli 5e43e7e27b Update translation templates
git-svn-id: http://svn.osgeo.org/postgis/trunk@14130 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 12:31:27 +00:00
Sandro Santilli 45e08edd14 Add reference_temporal.xml translation resource
git-svn-id: http://svn.osgeo.org/postgis/trunk@14129 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 12:31:03 +00:00
Sandro Santilli f6ff297f88 Honor build flags in liblwgeom and loader dirs (#3291)
Patch by Markus Wanner <markus@bluegap.ch>

git-svn-id: http://svn.osgeo.org/postgis/trunk@14128 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 11:43:58 +00:00
Sandro Santilli ea6f8a59d5 Strip BOM out of manpage (#3292)
Thanks Markus Wanner <markus@bluegap.ch>

git-svn-id: http://svn.osgeo.org/postgis/trunk@14127 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 11:38:31 +00:00
Sandro Santilli 14e95483c2 Add 3D tests for ST_DelaunayTriangles (#2301)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14126 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 11:25:27 +00:00
Sandro Santilli d57ca2a235 Do not override install/uninstall/clean targets from PGXS (#3284)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14125 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 11:12:36 +00:00
Regina Obe dde0731cf5 fix typo in tag provide example for enable driver and database and system level
git-svn-id: http://svn.osgeo.org/postgis/trunk@14123 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 03:30:28 +00:00
Regina Obe 1a44cfd60f git-svn-id: http://svn.osgeo.org/postgis/trunk@14122 b70326c6-7e19-0410-871a-916f4a2858ee 2015-09-29 03:20:05 +00:00
Regina Obe 7739ecac2d update ST_GDALDrivers example to demonstrate how to enable all drivers and also show some cool new offerings in GDAL 2.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@14121 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-29 03:14:33 +00:00
Sandro Santilli eb9c9ed714 Add support for creating extension from unpackaged (#3296)
Use: ./run_test.pl --extension --upgrade-path unpackaged--2.2.0

git-svn-id: http://svn.osgeo.org/postgis/trunk@14119 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-28 07:40:13 +00:00
Sandro Santilli e464ea80e6 Typo in help message
git-svn-id: http://svn.osgeo.org/postgis/trunk@14118 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-28 07:15:11 +00:00
Regina Obe f92c9971d5 #3043: Some raster2pgsql options are not documented
git-svn-id: http://svn.osgeo.org/postgis/trunk@14117 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-26 16:42:54 +00:00
Regina Obe f38b921529 #3297 fix check_gdal regress test to not test initial state (so not sensitive to users default postgis.gdal_enabled_drivers settings
git-svn-id: http://svn.osgeo.org/postgis/trunk@14116 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-26 15:48:51 +00:00