Commit graph

11252 commits

Author SHA1 Message Date
Daniel Baston 73517d81ac Fix logic error introduced in r14890
git-svn-id: http://svn.osgeo.org/postgis/trunk@14893 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-11 14:30:37 +00:00
Daniel Baston d857ce24ff Fix compiler warning in ST_GeometricMedian
git-svn-id: http://svn.osgeo.org/postgis/trunk@14892 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-11 14:27:52 +00:00
Daniel Baston 52c1eab944 Use limits for double, not float, in fix for #3523
git-svn-id: http://svn.osgeo.org/postgis/trunk@14891 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-11 14:18:53 +00:00
Daniel Baston 392263f4b1 #3523, kmeans compile warnings
git-svn-id: http://svn.osgeo.org/postgis/trunk@14890 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-11 14:10:24 +00:00
Sandro Santilli 6232597fee Simplify GML test for P1/P2 to use a single ORDER BY
This is yet another attempt to fix #3513

git-svn-id: http://svn.osgeo.org/postgis/trunk@14889 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-11 09:53:39 +00:00
Sandro Santilli e8106fc216 Review comments above P1-visited and P2-visited GML test
The comment explain the expected scan of elements.
Might help with #3513

git-svn-id: http://svn.osgeo.org/postgis/trunk@14888 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-11 09:26:31 +00:00
Sandro Santilli 2497d582c7 style-only commit: remove trailing spaces
git-svn-id: http://svn.osgeo.org/postgis/trunk@14887 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-11 08:38:33 +00:00
Regina Obe aa109cb0a6 Closes #3514 zipcode penalty switch
fix casting issue introduced in r14850

git-svn-id: http://svn.osgeo.org/postgis/trunk@14885 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-09 08:26:31 +00:00
Daniel Baston 2199e4fd20 Add additional test to document ST_Polygonize behavior with nulls
git-svn-id: http://svn.osgeo.org/postgis/trunk@14883 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-04 21:48:46 +00:00
Daniel Baston 5ccf7719f7 #3470, ST_Polygonize doesn't accept NULL geometries
git-svn-id: http://svn.osgeo.org/postgis/trunk@14882 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-04 00:56:52 +00:00
Daniel Baston a3126c80c7 Set nargs correctly in PGISDirectFunctionCall2
git-svn-id: http://svn.osgeo.org/postgis/trunk@14881 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-04 00:34:37 +00:00
Daniel Baston bf20185822 Fix debug output
git-svn-id: http://svn.osgeo.org/postgis/trunk@14880 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-04 00:20:57 +00:00
Sandro Santilli 08c28bfb85 Make AsGML execution order predictable (see #3513 again)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14878 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-02 17:05:52 +00:00
Daniel Baston dc0e1579aa #3119, Wrong documented behavior for ST_LengthSpheroid
git-svn-id: http://svn.osgeo.org/postgis/trunk@14873 b70326c6-7e19-0410-871a-916f4a2858ee
2016-05-01 16:22:41 +00:00
Sandro Santilli e3f9ed5050 Some syle consistency (and drop trailing whitespaces)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14870 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-28 09:37:36 +00:00
Sandro Santilli f6ed58d1fd Style only change: remove trailing whitespaces
git-svn-id: http://svn.osgeo.org/postgis/trunk@14869 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-27 14:45:28 +00:00
Sandro Santilli de88ae4049 Make ordering consistent with the rest of the test
(see #3513)

git-svn-id: http://svn.osgeo.org/postgis/trunk@14868 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-27 14:14:26 +00:00
Sandro Santilli 038f9e5ccb Order return from SRF, improving predictability
Should close #3513

git-svn-id: http://svn.osgeo.org/postgis/trunk@14867 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-27 14:07:36 +00:00
Daniel Baston 98cb1f769d #3218, ST_PixelAsCentroid documentation has incorrect names
git-svn-id: http://svn.osgeo.org/postgis/trunk@14864 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-27 12:11:26 +00:00
Daniel Baston 02b476b980 #3217, ST_Value documentation has incorrect parameter names
git-svn-id: http://svn.osgeo.org/postgis/trunk@14861 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-27 12:03:24 +00:00
Daniel Baston 2f93569d42 #3413, typo in find_srid error notice
git-svn-id: http://svn.osgeo.org/postgis/trunk@14860 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-27 00:06:35 +00:00
Daniel Baston 85865626b5 fix doc typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@14859 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-26 23:19:09 +00:00
Daniel Baston 27de370d7c Preserve SRID in ST_MinimumClearanceLine, and add regress checks missed in last commit
git-svn-id: http://svn.osgeo.org/postgis/trunk@14858 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-26 23:17:34 +00:00
Daniel Baston e5e8645730 #3424, ST_MinimumClearance
git-svn-id: http://svn.osgeo.org/postgis/trunk@14856 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-25 21:02:23 +00:00
Sandro Santilli 14197673c4 Trim trailing whitespaces (as per .editorconfig)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14855 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-22 09:46:38 +00:00
Sandro Santilli 8b2edca5e3 Add note about ST_IsValid flag argument being an extension to specs
git-svn-id: http://svn.osgeo.org/postgis/trunk@14854 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-22 09:43:05 +00:00
Sandro Santilli 35ef91baa2 Trim trailing whitespaces (as per .editorconfig)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14853 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-21 14:34:39 +00:00
Sandro Santilli e4bc1a5b1b Fix link to gitlab-ci build for the branch
git-svn-id: http://svn.osgeo.org/postgis/trunk@14851 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-18 08:30:32 +00:00
Regina Obe 13520b358f prevent error when tiger street number is not a number (just return first number part)
Closes #3531 for trunk (PostGIS 2.3.0)

git-svn-id: http://svn.osgeo.org/postgis/trunk@14850 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-17 21:49:37 +00:00
Regina Obe 0822b0627b Minor cleanup of last commit and also more schema qualifying
references #3530 #3421  for postgis 2.3 (trunk)

git-svn-id: http://svn.osgeo.org/postgis/trunk@14847 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-17 20:30:29 +00:00
Regina Obe b59c87e9e8 revise to use node start/end of edges for geocode_intersection and remove ST_Intersects check
references #3530 for postgis 2.3 (trunk)

git-svn-id: http://svn.osgeo.org/postgis/trunk@14846 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-17 20:19:00 +00:00
Regina Obe 89d2d23ffa put back makde pdf but after the html files ahave already been copied
git-svn-id: http://svn.osgeo.org/postgis/trunk@14843 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-14 00:02:12 +00:00
Regina Obe b46f93a21d get rid of make update po, get rid of html make hard coding and replace with make html localized. Remove pdf generation for now.
git-svn-id: http://svn.osgeo.org/postgis/trunk@14842 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-13 22:50:07 +00:00
Paul Ramsey 5358659d13 #3529, move test to subdivide.sql
git-svn-id: http://svn.osgeo.org/postgis/trunk@14839 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-13 16:53:02 +00:00
Paul Ramsey 84bcf4affb Don't run online test for GEOS 3.5+ feature, closes #3529
git-svn-id: http://svn.osgeo.org/postgis/trunk@14838 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-13 15:57:26 +00:00
Sandro Santilli f945575797 Fix reference to ST_LineLocatePoint
Should fix #3527

git-svn-id: http://svn.osgeo.org/postgis/trunk@14836 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-13 08:52:02 +00:00
Paul Ramsey aa78412ce6 #3522, handle POINT and MULTIPOINT correctly in ST_Subdivide
git-svn-id: http://svn.osgeo.org/postgis/trunk@14835 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-12 21:39:32 +00:00
Paul Ramsey 1a46c668c6 ignore build stuff
git-svn-id: http://svn.osgeo.org/postgis/trunk@14833 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-12 21:37:50 +00:00
Paul Ramsey 5c89b2ff30 #3524, add interruptibility to geography brute force distance calculation
git-svn-id: http://svn.osgeo.org/postgis/trunk@14832 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-12 19:20:15 +00:00
Paul Ramsey 97a1b0aea8 #1851, spatial_ref_sys fixes for Pulkovo_1942_58, to_wgs84
git-svn-id: http://svn.osgeo.org/postgis/trunk@14830 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-11 18:42:26 +00:00
Sandro Santilli c045a7ca6e First pass of style tweaks
Use space indent by default, tabs for Makefiles and C sources.
Add comments

git-svn-id: http://svn.osgeo.org/postgis/trunk@14823 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-06 08:43:15 +00:00
Sandro Santilli 3f09075b18 Remove reference to '*.in.c' files as they don't exist anymore
git-svn-id: http://svn.osgeo.org/postgis/trunk@14822 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-06 08:43:09 +00:00
Sandro Santilli 6c63cd7c1a Stub an EditorConfig configuration
See http://editorconfig.org/

git-svn-id: http://svn.osgeo.org/postgis/trunk@14821 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-06 07:30:47 +00:00
Regina Obe a0d3a85469 minor cleanup to prevent adding ofa ll address*.dlls
git-svn-id: http://svn.osgeo.org/postgis/trunk@14816 b70326c6-7e19-0410-871a-916f4a2858ee
2016-04-03 20:43:18 +00:00
Daniel Baston 9253042004 #3516, ST_Voronoi crashes backend
git-svn-id: http://svn.osgeo.org/postgis/trunk@14810 b70326c6-7e19-0410-871a-916f4a2858ee
2016-03-26 23:23:48 +00:00
Paul Ramsey 13e6715a2d Ignore some new build artifacts
git-svn-id: http://svn.osgeo.org/postgis/trunk@14809 b70326c6-7e19-0410-871a-916f4a2858ee
2016-03-24 23:40:07 +00:00
Sandro Santilli a1a8b815f7 Add 2.2.2 section
git-svn-id: http://svn.osgeo.org/postgis/trunk@14805 b70326c6-7e19-0410-871a-916f4a2858ee
2016-03-23 11:46:25 +00:00
Sandro Santilli f9ee51ae87 Remove unused function
git-svn-id: http://svn.osgeo.org/postgis/trunk@14804 b70326c6-7e19-0410-871a-916f4a2858ee
2016-03-23 11:46:17 +00:00
Regina Obe 62d0287ec6 Force sorting in ST_ColorMap test (fix aliasing issue rid was aliased as testid)
closes #3503

git-svn-id: http://svn.osgeo.org/postgis/trunk@14794 b70326c6-7e19-0410-871a-916f4a2858ee
2016-03-20 19:52:40 +00:00
Regina Obe ef1a2d9ff4 Force sorting in ST_ColorMap test
references #3503

git-svn-id: http://svn.osgeo.org/postgis/trunk@14793 b70326c6-7e19-0410-871a-916f4a2858ee
2016-03-20 19:41:05 +00:00