Commit graph

8572 commits

Author SHA1 Message Date
Sandro Santilli dada3886d9 Improve TopologySummary output
Add unregistered layers and orphaned TopoGeom count

git-svn-id: http://svn.osgeo.org/postgis/trunk@10435 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-16 08:29:26 +00:00
Sandro Santilli 6404af0579 Have TopologySummary use the word "Mixed" for collection layers
git-svn-id: http://svn.osgeo.org/postgis/trunk@10434 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-16 08:29:15 +00:00
Bborie Park e4eb1dd0f4 Fixed incorrect use of RASTER_DEBUGF().
git-svn-id: http://svn.osgeo.org/postgis/trunk@10432 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-15 19:21:51 +00:00
Bborie Park 912aaa687c More poking at the docs for ST_MapAlgebra
git-svn-id: http://svn.osgeo.org/postgis/trunk@10431 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-15 14:48:42 +00:00
Bborie Park a8edab666a Add another example of ST_MapAlgebra() and some formatting cleanup
git-svn-id: http://svn.osgeo.org/postgis/trunk@10430 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-15 14:20:18 +00:00
Bborie Park 9d2003cf48 Changed how ST_MapAlgebra regression test runs on PostgreSQL 9.0 as
usage of "GROUP BY raster" does not work.  Ticket is #2048.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10429 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-15 03:34:15 +00:00
Regina Obe 4a407867e9 #2046: fix 2.1 doesn't compile with postgresql 9.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@10428 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-14 05:40:44 +00:00
Regina Obe da2ccce9de updategeometrysrid was describing old behavior. Update to new and provide alternative syntax
git-svn-id: http://svn.osgeo.org/postgis/trunk@10427 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-14 05:13:50 +00:00
Paul Ramsey 8f23a2efd6 Remove odd srs error line from expected
git-svn-id: http://svn.osgeo.org/postgis/trunk@10425 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 20:06:29 +00:00
Paul Ramsey 3bb6c854c3 Reduce precision test to 1cm2. There is no doubt that this approach is less numerically stable than the last. (#2043) Though in exchange, it covers the globe more completely.
git-svn-id: http://svn.osgeo.org/postgis/trunk@10424 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 19:49:27 +00:00
Paul Ramsey 9926faa413 Reduce the precision of the double test... it passes here.. (#2043)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10423 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 19:32:26 +00:00
Bborie Park 0daaaa2fdd Bug fix where pos array size was incorrect.
git-svn-id: http://svn.osgeo.org/postgis/trunk@10422 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 19:31:39 +00:00
Bborie Park 37ad3433b5 Removed warning block for ST_MapAlgebra() doc page. Rearranged warning boxes
git-svn-id: http://svn.osgeo.org/postgis/trunk@10421 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 19:31:30 +00:00
Bborie Park db9854a9d4 More documentation changes regarding deprecation status of
ST_MapAlgebraFct() variants. Added news item regarding deprecation status of ST_MapAlgebraFct and ST_MapAlgebraFctNgb variants

git-svn-id: http://svn.osgeo.org/postgis/trunk@10420 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 16:06:35 +00:00
Bborie Park 6d4a860c64 Duplicated and refactored the ST_XXX4ma() functions for ST_MapAlgebra
usage.  Exception for ST_InvDistWeight4ma() and ST_MinDist4ma(), both of
which are new for 2.1. Added regression tests as well.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10419 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 16:06:27 +00:00
Sandro Santilli c3dee3684e Exit with non-zero code when commandline is malformed
It still exists with zero code when user explictly asks for the
help screen (with -? as documented and with no switch as popular
habit [well, mine])

git-svn-id: http://svn.osgeo.org/postgis/trunk@10418 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 15:20:44 +00:00
Sandro Santilli ebc076f07d Add pdf-localized rule for building localized pdf manual
git-svn-id: http://svn.osgeo.org/postgis/trunk@10417 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 14:26:02 +00:00
Sandro Santilli 85c7612cc0 Ignoring generated files in tiger_geocoder extension
git-svn-id: http://svn.osgeo.org/postgis/trunk@10416 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 14:06:29 +00:00
Sandro Santilli 42d62c52ef Fix compiler warnings in lwgeom_geos.c
git-svn-id: http://svn.osgeo.org/postgis/trunk@10415 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 08:40:40 +00:00
Sandro Santilli a6b7a4dc38 Fix a "set but not used" warning.
This was about the return from getPoint2d_p, but it really only
returns zero on error and after lwerror was called, and only if
a PARANOIA compile time macro is set...

git-svn-id: http://svn.osgeo.org/postgis/trunk@10414 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 08:34:35 +00:00
Sandro Santilli a1b679b776 Fix ptarray_area_sphere signature (#2040)
Since I was a it I also removed a "set but not used" warning.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10413 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 08:27:09 +00:00
Sandro Santilli 22fb86a435 Update po files after changes in installation.xml
git-svn-id: http://svn.osgeo.org/postgis/trunk@10412 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 07:50:07 +00:00
Sandro Santilli db73179828 Add more uses of <command> and <filename> in installation.xml
Also fixes a missing dash in "make comments-install"

git-svn-id: http://svn.osgeo.org/postgis/trunk@10411 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 07:49:54 +00:00
Sandro Santilli de0e25e568 Put <comment> tags in <para>, fixing #2041
git-svn-id: http://svn.osgeo.org/postgis/trunk@10410 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 07:49:44 +00:00
Sandro Santilli 94dfd3b831 Consistently use <command> tag for "make comments"
Fixes complains by msgmerge (internationalization)

git-svn-id: http://svn.osgeo.org/postgis/trunk@10409 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-12 07:20:46 +00:00
Paul Ramsey e9bf8eeb82 Improve support for ST_Area(geography) over dateline and poles (#2006, #2039)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10407 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-11 22:48:11 +00:00
Sandro Santilli c6e5b63756 Translation of intruduction.xml to pt_BR by George Silva
git-svn-id: http://svn.osgeo.org/postgis/trunk@10406 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-11 21:44:03 +00:00
Sandro Santilli b787375a7c Update po files
git-svn-id: http://svn.osgeo.org/postgis/trunk@10405 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-11 21:41:12 +00:00
Paul Ramsey 9665523267 Move area core calculation to ptarray.
git-svn-id: http://svn.osgeo.org/postgis/trunk@10404 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-11 17:29:55 +00:00
Paul Ramsey 61388b5cb4 Ignore build artifacts from geocoder
git-svn-id: http://svn.osgeo.org/postgis/trunk@10403 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-11 17:29:16 +00:00
Sandro Santilli 195acfc471 Simplify description of TopoElementArray
... and add TopoElement link to See Also section (things are better
explained in there).

git-svn-id: http://svn.osgeo.org/postgis/trunk@10401 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-11 17:07:17 +00:00
Regina Obe 0a5054292b Get rid of hard-coded paths
git-svn-id: http://svn.osgeo.org/postgis/trunk@10400 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-11 15:23:06 +00:00
Sandro Santilli 98ce6f4b1b Update json-c url
git-svn-id: http://svn.osgeo.org/postgis/trunk@10399 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-11 10:53:33 +00:00
Regina Obe b69f7c369d create norm_addy
git-svn-id: http://svn.osgeo.org/postgis/trunk@10397 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-10 23:06:34 +00:00
Regina Obe 4214b824dd #1627 : more cleanup of extension install, add configure of tiger extension script to configure.ac. Fix comment in tiger comments preventing install
git-svn-id: http://svn.osgeo.org/postgis/trunk@10396 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-10 22:59:09 +00:00
Bborie Park 7d3069f12d Added missing Availability details for various raster docs.
Ticket is #2037

git-svn-id: http://svn.osgeo.org/postgis/trunk@10395 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-10 22:41:47 +00:00
Regina Obe 7e4b51cadb fix error in index column name picked up when trying to install as extension
git-svn-id: http://svn.osgeo.org/postgis/trunk@10394 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-10 22:30:55 +00:00
Regina Obe 736d4bc37f #2037: flag some new raster functions as new in this release. Hmm I merged hopefully didn't screw things up
git-svn-id: http://svn.osgeo.org/postgis/trunk@10393 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-10 22:06:20 +00:00
Bborie Park 514fd04622 Added n-raster ST_MapAlgebra(). Additional error checking in
rt_raster_iterator(). Added regression checks for n-raster
ST_MapAlgebra(). Ticket is #2030. Added news and docs for
ST_MapAlgebra().

git-svn-id: http://svn.osgeo.org/postgis/trunk@10392 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-10 22:02:40 +00:00
Regina Obe 83e380890d Just enough to make it compile but doesn't work yet
git-svn-id: http://svn.osgeo.org/postgis/trunk@10391 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-10 21:45:23 +00:00
Paul Ramsey 97fc6137b1 Add in arc ptarray vs ptarray and arc ptarray vs arc ptarray distance functions. (#2018)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10390 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-10 00:00:54 +00:00
Bborie Park 35af99a5e2 Added HASH opclass and = operator for raster. This permits GROUP BY
raster usage.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10389 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-09 23:12:54 +00:00
Bborie Park 1727aedb20 Syntax cleanup
git-svn-id: http://svn.osgeo.org/postgis/trunk@10388 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-09 23:12:46 +00:00
Paul Ramsey dc469753b7 Add in arc ptarray vs point distance function (#2018)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10387 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-09 22:48:39 +00:00
Paul Ramsey 0360456a04 Fix comment per rcoup
git-svn-id: http://svn.osgeo.org/postgis/trunk@10386 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-09 22:04:57 +00:00
Paul Ramsey ed2d7c4f6b Fix up some errors in ptarray_arc iteration and the cunit test cases for arc p-i-p. (#2018)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10385 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-09 21:48:39 +00:00
Paul Ramsey d89c7aff1f Point-in-polygon function for arc-based point-arrays. (#2018)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10384 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-09 17:49:03 +00:00
Regina Obe 64f77aec54 #1627: Start work on packaging as an extension -- it's not functioning yet
git-svn-id: http://svn.osgeo.org/postgis/trunk@10383 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-09 05:06:47 +00:00
Sandro Santilli 7d6daaf548 Fix adding a splitting point into a 2.5d topology (#2033)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10381 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-05 19:26:57 +00:00
Regina Obe 43475cc266 link to ST_3DClosestPoint from ST_ClosestPoint. Some people didn't notice we had a 3D variant and looked in the wrong place.
git-svn-id: http://svn.osgeo.org/postgis/trunk@10379 b70326c6-7e19-0410-871a-916f4a2858ee
2012-10-05 19:22:13 +00:00