Commit graph

4362 commits

Author SHA1 Message Date
Sandro Santilli 14d81ce4de Document ST_isCollection (see #549)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5723 b70326c6-7e19-0410-871a-916f4a2858ee
2010-07-06 08:28:36 +00:00
Sandro Santilli 25c10402ef Remove spurious element (was hiding behind a fill)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5722 b70326c6-7e19-0410-871a-916f4a2858ee
2010-07-06 08:28:08 +00:00
Paul Ramsey a48d79d596 Add in micro commit to see if email hook is running
git-svn-id: http://svn.osgeo.org/postgis/trunk@5721 b70326c6-7e19-0410-871a-916f4a2858ee
2010-07-04 16:34:25 +00:00
Sandro Santilli 827113edc2 Add ST_isCollection (see ticket #549)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5718 b70326c6-7e19-0410-871a-916f4a2858ee
2010-07-01 13:20:43 +00:00
Sandro Santilli d98e51793b Do not source psqlrc when doing tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@5717 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-30 16:14:03 +00:00
Sandro Santilli e2d33bcc46 More explicit cast from geometry to text (for quote_ident's sake) and an handling of unexistent topology. Tests run again with psql 8.3.9
git-svn-id: http://svn.osgeo.org/postgis/trunk@5716 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-30 16:10:54 +00:00
Sandro Santilli bacacf52bc Define the cross-pgsql macros that used to be in sqldefines.h (now lost) + use st_union rather than geomunion (now lost)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5715 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-30 15:52:02 +00:00
Sandro Santilli d30ca83a70 Fix loading of postgis.sql
git-svn-id: http://svn.osgeo.org/postgis/trunk@5714 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-30 15:51:17 +00:00
Sandro Santilli 9243258003 More exception handling to avoid leaks and give more info when it happens
git-svn-id: http://svn.osgeo.org/postgis/trunk@5708 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-25 10:05:36 +00:00
Sandro Santilli 684390dbb1 Properly handle GEOS exceptions on cascaded union code (failing since introduction of postponed exception for cleaning geoms)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5707 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-25 09:30:11 +00:00
Regina Obe c4d027eda6 #536 get rid of strict on ST_Intersects, ST_CoveredBy and ST_Covers because spatial index doesn't work with strict on (and text,text ST_DWithin)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5705 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-25 07:46:24 +00:00
Sandro Santilli 7f8e86fbf8 Test splitting 3d line by 2d blade
git-svn-id: http://svn.osgeo.org/postgis/trunk@5703 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-25 07:41:42 +00:00
Regina Obe f8f590a1c1 minor corrections
git-svn-id: http://svn.osgeo.org/postgis/trunk@5702 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-24 13:26:14 +00:00
Regina Obe f51fd5ffe1 Add another FAQ
git-svn-id: http://svn.osgeo.org/postgis/trunk@5701 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-24 13:22:36 +00:00
Regina Obe a9a1ff89d6 fix some data type typos
git-svn-id: http://svn.osgeo.org/postgis/trunk@5700 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-24 12:02:00 +00:00
Regina Obe f70515b451 typo in data type
git-svn-id: http://svn.osgeo.org/postgis/trunk@5699 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-23 17:56:15 +00:00
Regina Obe f255a8cfee ST_Intersection and minor changes for setof to distinquish from array types
git-svn-id: http://svn.osgeo.org/postgis/trunk@5698 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-23 16:53:41 +00:00
Regina Obe 87a07cb210 fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@5697 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-23 16:27:28 +00:00
Regina Obe 0629a4e873 Document ST_Intersects
git-svn-id: http://svn.osgeo.org/postgis/trunk@5696 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-23 14:36:47 +00:00
Regina Obe fcf39abae7 document ST_Polygon
git-svn-id: http://svn.osgeo.org/postgis/trunk@5695 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-23 14:18:40 +00:00
Regina Obe 8a002c7e48 Add some faqs from the wkt raster wiki. A lot I left out for now because they are too wordy.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5694 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-23 13:51:29 +00:00
Paul Ramsey d38b9b71e4 Remove crash when dbf file is missing / unloadable
git-svn-id: http://svn.osgeo.org/postgis/trunk@5678 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-03 19:10:00 +00:00
Paul Ramsey 28ba7e14e8 Fix sense of the dbf/date test.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5666 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-01 19:59:23 +00:00
Paul Ramsey c1293c285c Accept "0" as a null value for Date types.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5665 b70326c6-7e19-0410-871a-916f4a2858ee
2010-06-01 19:58:17 +00:00
Paul Ramsey f1142264ef Remember to close the iconv handle
git-svn-id: http://svn.osgeo.org/postgis/trunk@5649 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-27 14:03:24 +00:00
Paul Ramsey 3165f83a32 Make use of iconvctl conditional on it existing
git-svn-id: http://svn.osgeo.org/postgis/trunk@5648 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-27 14:02:07 +00:00
Paul Ramsey 87e412cdcf Remove unused variable
git-svn-id: http://svn.osgeo.org/postgis/trunk@5647 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-27 13:40:21 +00:00
Paul Ramsey c31cb1351c Fix utf8 to return *something* when it can, so that something can be reported in
the error string.


git-svn-id: http://svn.osgeo.org/postgis/trunk@5646 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-27 13:19:12 +00:00
Paul Ramsey a1e5b8a235 Change default back to UTF8 and improve error message on failure.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5643 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-26 17:26:58 +00:00
Paul Ramsey 3ed79dd9ed Read configuration info from environment, if it's there.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5642 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-26 16:26:15 +00:00
Paul Ramsey 3ffb233078 Only update the progress bar once every N records, where N is determined by the number of records in the file.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5639 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-26 16:02:37 +00:00
Paul Ramsey e9a496c4ec Back off from Win32 encoding to more generic ISO8859-1
git-svn-id: http://svn.osgeo.org/postgis/trunk@5638 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-25 18:44:41 +00:00
Sandro Santilli 3ac0bacf8d Add note about the truncated multibyte enhancement (as the issue came out on IRC for another dataset)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5634 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-22 15:41:28 +00:00
Regina Obe e2113bf107 minor formatting on ST_Covers
git-svn-id: http://svn.osgeo.org/postgis/trunk@5632 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-20 04:20:37 +00:00
Regina Obe 63477d6f1c link to ST_MakePointM from ST_MakePoint
git-svn-id: http://svn.osgeo.org/postgis/trunk@5629 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-19 15:22:15 +00:00
Regina Obe 4f9f1acebc geography example for st_covers
git-svn-id: http://svn.osgeo.org/postgis/trunk@5628 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-19 15:17:20 +00:00
Paul Ramsey 70b75198d9 Remove crash for case when all geographies are on the outer edges of the histobox, causing all to be classified as "deviants" by the stdev code line (#474)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5625 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-18 17:43:09 +00:00
Paul Ramsey 77b245cb34 Rename vasbappend to stringbuffer_aprintf
git-svn-id: http://svn.osgeo.org/postgis/trunk@5623 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-17 23:38:04 +00:00
Paul Ramsey e1468a20ac Allow GUI to create partial connection strings.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5622 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-17 23:33:31 +00:00
Sandro Santilli 0ea70b0e01 Fix memory error in ST_Split (short allocation)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5618 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-13 08:39:49 +00:00
Sandro Santilli 488b522f86 Add ST_MakeValid item
git-svn-id: http://svn.osgeo.org/postgis/trunk@5615 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-04 21:21:31 +00:00
Sandro Santilli f48a85d497 Oops, was using GEOS types instead of LWGEOM ones..
git-svn-id: http://svn.osgeo.org/postgis/trunk@5614 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-04 21:19:51 +00:00
Regina Obe 668d36bc61 fix formatting
git-svn-id: http://svn.osgeo.org/postgis/trunk@5612 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-04 17:18:09 +00:00
Regina Obe ad367ca4c4 Provide at least one example of ST_GeogFromText
git-svn-id: http://svn.osgeo.org/postgis/trunk@5611 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-04 17:17:22 +00:00
Regina Obe a76673bf19 fix some faqs I got wrong, break out some long faqs. Add Tamas nightly build to list for latest and greatest windows GDAL binaries
git-svn-id: http://svn.osgeo.org/postgis/trunk@5610 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-04 15:36:34 +00:00
Regina Obe b97d8cf02f Break out raster band editor functions into separate section
git-svn-id: http://svn.osgeo.org/postgis/trunk@5609 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-04 03:50:49 +00:00
Regina Obe 4b27bec2fd link ref
git-svn-id: http://svn.osgeo.org/postgis/trunk@5607 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-03 20:01:37 +00:00
Regina Obe e8860b080a requested changes from #514
git-svn-id: http://svn.osgeo.org/postgis/trunk@5606 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-03 19:59:00 +00:00
Sandro Santilli b8cd10bfca ST_MakeValid: Early fail if an unsupported type is given
git-svn-id: http://svn.osgeo.org/postgis/trunk@5604 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-03 16:35:08 +00:00
Sandro Santilli 8838ea7328 Document ST_MakeValid
git-svn-id: http://svn.osgeo.org/postgis/trunk@5603 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-03 16:24:22 +00:00