]> granicus.if.org Git - postgis/log
postgis
14 years agominor formatting on ST_Covers
Regina Obe [Thu, 20 May 2010 04:20:37 +0000 (04:20 +0000)]
minor formatting on ST_Covers

git-svn-id: http://svn.osgeo.org/postgis/trunk@5632 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agolink to ST_MakePointM from ST_MakePoint
Regina Obe [Wed, 19 May 2010 15:22:15 +0000 (15:22 +0000)]
link to ST_MakePointM from ST_MakePoint

git-svn-id: http://svn.osgeo.org/postgis/trunk@5629 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agogeography example for st_covers
Regina Obe [Wed, 19 May 2010 15:17:20 +0000 (15:17 +0000)]
geography example for st_covers

git-svn-id: http://svn.osgeo.org/postgis/trunk@5628 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agoRemove crash for case when all geographies are on the outer edges of the histobox...
Paul Ramsey [Tue, 18 May 2010 17:43:09 +0000 (17:43 +0000)]
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

14 years agoRename vasbappend to stringbuffer_aprintf
Paul Ramsey [Mon, 17 May 2010 23:38:04 +0000 (23:38 +0000)]
Rename vasbappend to stringbuffer_aprintf

git-svn-id: http://svn.osgeo.org/postgis/trunk@5623 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agoAllow GUI to create partial connection strings.
Paul Ramsey [Mon, 17 May 2010 23:33:31 +0000 (23:33 +0000)]
Allow GUI to create partial connection strings.

git-svn-id: http://svn.osgeo.org/postgis/trunk@5622 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agoFix memory error in ST_Split (short allocation)
Sandro Santilli [Thu, 13 May 2010 08:39:49 +0000 (08:39 +0000)]
Fix memory error in ST_Split (short allocation)

git-svn-id: http://svn.osgeo.org/postgis/trunk@5618 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agoAdd ST_MakeValid item
Sandro Santilli [Tue, 4 May 2010 21:21:31 +0000 (21:21 +0000)]
Add ST_MakeValid item

git-svn-id: http://svn.osgeo.org/postgis/trunk@5615 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agoOops, was using GEOS types instead of LWGEOM ones..
Sandro Santilli [Tue, 4 May 2010 21:19:51 +0000 (21:19 +0000)]
Oops, was using GEOS types instead of LWGEOM ones..

git-svn-id: http://svn.osgeo.org/postgis/trunk@5614 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agofix formatting
Regina Obe [Tue, 4 May 2010 17:18:09 +0000 (17:18 +0000)]
fix formatting

git-svn-id: http://svn.osgeo.org/postgis/trunk@5612 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agoProvide at least one example of ST_GeogFromText
Regina Obe [Tue, 4 May 2010 17:17:22 +0000 (17:17 +0000)]
Provide at least one example of ST_GeogFromText

git-svn-id: http://svn.osgeo.org/postgis/trunk@5611 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agofix some faqs I got wrong, break out some long faqs. Add Tamas nightly build to...
Regina Obe [Tue, 4 May 2010 15:36:34 +0000 (15:36 +0000)]
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

14 years agoBreak out raster band editor functions into separate section
Regina Obe [Tue, 4 May 2010 03:50:49 +0000 (03:50 +0000)]
Break out raster band editor functions into separate section

git-svn-id: http://svn.osgeo.org/postgis/trunk@5609 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agolink ref
Regina Obe [Mon, 3 May 2010 20:01:37 +0000 (20:01 +0000)]
link ref

git-svn-id: http://svn.osgeo.org/postgis/trunk@5607 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agorequested changes from #514
Regina Obe [Mon, 3 May 2010 19:59:00 +0000 (19:59 +0000)]
requested changes from #514

git-svn-id: http://svn.osgeo.org/postgis/trunk@5606 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agoST_MakeValid: Early fail if an unsupported type is given
Sandro Santilli [Mon, 3 May 2010 16:35:08 +0000 (16:35 +0000)]
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

14 years agoDocument ST_MakeValid
Sandro Santilli [Mon, 3 May 2010 16:24:22 +0000 (16:24 +0000)]
Document ST_MakeValid

git-svn-id: http://svn.osgeo.org/postgis/trunk@5603 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agoAdd a 'staged-install' rule, helpful when you want to run a single test after changin...
Sandro Santilli [Mon, 3 May 2010 16:02:19 +0000 (16:02 +0000)]
Add a 'staged-install' rule, helpful when you want to run a single test after changing the core lib ...

git-svn-id: http://svn.osgeo.org/postgis/trunk@5602 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agoST_MakeValid: don't choke on MULTILINESTRING containing invalid LINESTRING elements
Sandro Santilli [Mon, 3 May 2010 15:59:16 +0000 (15:59 +0000)]
ST_MakeValid: don't choke on MULTILINESTRING containing invalid LINESTRING elements

git-svn-id: http://svn.osgeo.org/postgis/trunk@5601 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agoMerge SRID-retainment tests with some of the other tests
Sandro Santilli [Mon, 3 May 2010 12:11:09 +0000 (12:11 +0000)]
Merge SRID-retainment tests with some of the other tests

git-svn-id: http://svn.osgeo.org/postgis/trunk@5600 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agoDo not drop polygon boundaries collapsed to points
Sandro Santilli [Mon, 3 May 2010 11:31:18 +0000 (11:31 +0000)]
Do not drop polygon boundaries collapsed to points

git-svn-id: http://svn.osgeo.org/postgis/trunk@5599 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agoLink to helper function built using ST_Value
Regina Obe [Mon, 3 May 2010 03:26:11 +0000 (03:26 +0000)]
Link to helper function built using ST_Value

git-svn-id: http://svn.osgeo.org/postgis/trunk@5598 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agoGet rid of still under development for ST_DumpAsPolygons. Seems to be working fairly...
Regina Obe [Mon, 3 May 2010 03:11:02 +0000 (03:11 +0000)]
Get rid of still under development for ST_DumpAsPolygons.  Seems to be working fairly well now.

git-svn-id: http://svn.osgeo.org/postgis/trunk@5597 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agomove bandnodatavalue to raster band section
Regina Obe [Fri, 30 Apr 2010 19:17:01 +0000 (19:17 +0000)]
move bandnodatavalue to raster band section

git-svn-id: http://svn.osgeo.org/postgis/trunk@5595 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agoslight correction
Regina Obe [Fri, 30 Apr 2010 18:34:55 +0000 (18:34 +0000)]
slight correction

git-svn-id: http://svn.osgeo.org/postgis/trunk@5594 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agodocument build date and lib version maintenance functions
Regina Obe [Fri, 30 Apr 2010 18:34:04 +0000 (18:34 +0000)]
document build date and lib version maintenance functions

git-svn-id: http://svn.osgeo.org/postgis/trunk@5593 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agodocument more functions -- start breaking out raster band functions from raster functions
Regina Obe [Fri, 30 Apr 2010 18:25:04 +0000 (18:25 +0000)]
document more functions -- start breaking out raster band functions from raster functions

git-svn-id: http://svn.osgeo.org/postgis/trunk@5592 b70326c6-7e19-0410-871a-916f4a2858ee

14 years agoexample for ST_DumpAsPolygons
Regina Obe [Fri, 30 Apr 2010 16:17:18 +0000 (16:17 +0000)]
example for ST_DumpAsPolygons

git-svn-id: http://svn.osgeo.org/postgis/trunk@5591 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoAdd new option to ST_AsGML: ability to remove srsDimension attribute in GML 3. cf...
Olivier Courtin [Tue, 27 Apr 2010 15:26:08 +0000 (15:26 +0000)]
Add new option to ST_AsGML: ability to remove srsDimension attribute in GML 3. cf #508

git-svn-id: http://svn.osgeo.org/postgis/trunk@5575 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoFix wrong OGC URN in GeoJson and GML output. Cf #507
Olivier Courtin [Tue, 27 Apr 2010 13:58:41 +0000 (13:58 +0000)]
Fix wrong OGC URN in GeoJson and GML output. Cf #507

git-svn-id: http://svn.osgeo.org/postgis/trunk@5572 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoAdd another example to st_value demonstrating sampling and fix other example
Regina Obe [Tue, 20 Apr 2010 04:18:28 +0000 (04:18 +0000)]
Add another example to st_value demonstrating sampling and fix other example

git-svn-id: http://svn.osgeo.org/postgis/trunk@5568 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agodocument ST_SetBandHasNoDataValue
Regina Obe [Mon, 19 Apr 2010 03:07:53 +0000 (03:07 +0000)]
document ST_SetBandHasNoDataValue

git-svn-id: http://svn.osgeo.org/postgis/trunk@5567 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoEscape fields named xmin (xmax was already escaped). See issue #504.
Sandro Santilli [Sun, 18 Apr 2010 12:13:36 +0000 (12:13 +0000)]
Escape fields named xmin (xmax was already escaped). See issue #504.

git-svn-id: http://svn.osgeo.org/postgis/trunk@5566 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoFix documentation for ST_Split (so postgis_comments.sql is correct)
Sandro Santilli [Sat, 17 Apr 2010 21:25:53 +0000 (21:25 +0000)]
Fix documentation for ST_Split (so postgis_comments.sql is correct)

git-svn-id: http://svn.osgeo.org/postgis/trunk@5565 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoPlug a couple of memory leaks
Sandro Santilli [Sat, 17 Apr 2010 11:06:07 +0000 (11:06 +0000)]
Plug a couple of memory leaks

git-svn-id: http://svn.osgeo.org/postgis/trunk@5564 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoFix crash on invalid polygon rings conversion to geos
Sandro Santilli [Sat, 17 Apr 2010 08:26:39 +0000 (08:26 +0000)]
Fix crash on invalid polygon rings conversion to geos

git-svn-id: http://svn.osgeo.org/postgis/trunk@5563 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agofix typos and add more links
Regina Obe [Sat, 17 Apr 2010 01:53:44 +0000 (01:53 +0000)]
fix typos and add more links

git-svn-id: http://svn.osgeo.org/postgis/trunk@5562 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoST_SkewX, ST_SkewY, ST_SetSkew
Regina Obe [Sat, 17 Apr 2010 00:57:52 +0000 (00:57 +0000)]
ST_SkewX, ST_SkewY, ST_SetSkew

git-svn-id: http://svn.osgeo.org/postgis/trunk@5561 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agotypo in return description of ST_MakeEmptyRaster
Regina Obe [Sat, 17 Apr 2010 00:13:03 +0000 (00:13 +0000)]
typo in return description of ST_MakeEmptyRaster

git-svn-id: http://svn.osgeo.org/postgis/trunk@5560 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agofix typos
Regina Obe [Wed, 14 Apr 2010 17:42:17 +0000 (17:42 +0000)]
fix typos

git-svn-id: http://svn.osgeo.org/postgis/trunk@5551 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agomore gdal_translate examples
Regina Obe [Wed, 14 Apr 2010 14:56:32 +0000 (14:56 +0000)]
more gdal_translate examples

git-svn-id: http://svn.osgeo.org/postgis/trunk@5550 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoanother example of gdal_translate
Regina Obe [Wed, 14 Apr 2010 14:48:28 +0000 (14:48 +0000)]
another example of gdal_translate

git-svn-id: http://svn.osgeo.org/postgis/trunk@5549 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoExample of AddRasterColumn
Regina Obe [Wed, 14 Apr 2010 14:09:45 +0000 (14:09 +0000)]
Example of AddRasterColumn

git-svn-id: http://svn.osgeo.org/postgis/trunk@5547 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoFix typo
Regina Obe [Wed, 14 Apr 2010 13:16:09 +0000 (13:16 +0000)]
Fix typo

git-svn-id: http://svn.osgeo.org/postgis/trunk@5546 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoProvide yet more common use case examples of ST_Value
Regina Obe [Wed, 14 Apr 2010 12:52:02 +0000 (12:52 +0000)]
Provide yet more common use case examples of ST_Value

git-svn-id: http://svn.osgeo.org/postgis/trunk@5545 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agotry to get rid of really long lines
Regina Obe [Wed, 14 Apr 2010 11:48:04 +0000 (11:48 +0000)]
try to get rid of really long lines

git-svn-id: http://svn.osgeo.org/postgis/trunk@5544 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoDocument how to define a raster layer in Mapserver
Regina Obe [Wed, 14 Apr 2010 11:40:28 +0000 (11:40 +0000)]
Document how to define a raster layer in Mapserver

git-svn-id: http://svn.osgeo.org/postgis/trunk@5543 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoGive faq an id for easier pretty bookmarking
Regina Obe [Tue, 13 Apr 2010 06:08:27 +0000 (06:08 +0000)]
Give faq an id for easier pretty bookmarking

git-svn-id: http://svn.osgeo.org/postgis/trunk@5540 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agogit-svn-id: http://svn.osgeo.org/postgis/trunk@5539 b70326c6-7e19-0410-871a-916f4a2858ee
Regina Obe [Tue, 13 Apr 2010 04:38:48 +0000 (04:38 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@5539 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoforgot paragraph mark
Regina Obe [Tue, 13 Apr 2010 04:37:10 +0000 (04:37 +0000)]
forgot paragraph mark

git-svn-id: http://svn.osgeo.org/postgis/trunk@5538 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agomore elaboration of the important Can I export my raster data FAQ
Regina Obe [Tue, 13 Apr 2010 04:35:29 +0000 (04:35 +0000)]
more elaboration of the important Can I export my raster data FAQ

git-svn-id: http://svn.osgeo.org/postgis/trunk@5537 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agotypo fix
Regina Obe [Mon, 12 Apr 2010 21:11:30 +0000 (21:11 +0000)]
typo fix

git-svn-id: http://svn.osgeo.org/postgis/trunk@5536 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoAdd quickie faq about exporting raster data from PostGIS
Regina Obe [Mon, 12 Apr 2010 20:58:39 +0000 (20:58 +0000)]
Add quickie faq about exporting raster data from PostGIS

git-svn-id: http://svn.osgeo.org/postgis/trunk@5535 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoAdd optional namespace to ST_AsKML function. related in a way to #460
Olivier Courtin [Mon, 12 Apr 2010 08:48:02 +0000 (08:48 +0000)]
Add optional namespace to ST_AsKML function. related in a way to #460

git-svn-id: http://svn.osgeo.org/postgis/trunk@5532 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agominor additions
Regina Obe [Mon, 12 Apr 2010 04:44:35 +0000 (04:44 +0000)]
minor additions

git-svn-id: http://svn.osgeo.org/postgis/trunk@5531 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agostart documenting ST_DumpAsPolygons. Will provide examples once get it to stop crash...
Regina Obe [Sun, 11 Apr 2010 23:21:47 +0000 (23:21 +0000)]
start documenting ST_DumpAsPolygons.  Will provide examples once get it to stop crashing on me.

git-svn-id: http://svn.osgeo.org/postgis/trunk@5530 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agofix tag typo
Regina Obe [Sun, 11 Apr 2010 23:03:07 +0000 (23:03 +0000)]
fix tag typo

git-svn-id: http://svn.osgeo.org/postgis/trunk@5529 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agomistated something. Correct constraint description of addrastercolumn
Regina Obe [Sun, 11 Apr 2010 22:52:59 +0000 (22:52 +0000)]
mistated something.  Correct constraint description of addrastercolumn

git-svn-id: http://svn.osgeo.org/postgis/trunk@5528 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoAdd management functions section
Regina Obe [Sun, 11 Apr 2010 22:45:50 +0000 (22:45 +0000)]
Add management functions section

git-svn-id: http://svn.osgeo.org/postgis/trunk@5527 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agominor change
Regina Obe [Sat, 10 Apr 2010 15:32:35 +0000 (15:32 +0000)]
minor change

git-svn-id: http://svn.osgeo.org/postgis/trunk@5526 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agotitle change
Regina Obe [Sat, 10 Apr 2010 03:39:25 +0000 (03:39 +0000)]
title change

git-svn-id: http://svn.osgeo.org/postgis/trunk@5525 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agostart itemizing operators
Regina Obe [Sat, 10 Apr 2010 02:48:04 +0000 (02:48 +0000)]
start itemizing operators

git-svn-id: http://svn.osgeo.org/postgis/trunk@5524 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agodocument st_setgeoreference
Regina Obe [Sat, 10 Apr 2010 01:42:40 +0000 (01:42 +0000)]
document st_setgeoreference

git-svn-id: http://svn.osgeo.org/postgis/trunk@5523 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoAdd ST_SetUpperLeft
Regina Obe [Fri, 9 Apr 2010 16:24:06 +0000 (16:24 +0000)]
Add ST_SetUpperLeft

git-svn-id: http://svn.osgeo.org/postgis/trunk@5517 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agogit-svn-id: http://svn.osgeo.org/postgis/trunk@5514 b70326c6-7e19-0410-871a-916f4a2858ee
Regina Obe [Wed, 7 Apr 2010 21:45:47 +0000 (21:45 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@5514 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agofix reference typo
Regina Obe [Wed, 7 Apr 2010 19:22:38 +0000 (19:22 +0000)]
fix reference typo

git-svn-id: http://svn.osgeo.org/postgis/trunk@5513 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoforgot to add faq_wktraster item
Regina Obe [Wed, 7 Apr 2010 17:25:22 +0000 (17:25 +0000)]
forgot to add faq_wktraster item

git-svn-id: http://svn.osgeo.org/postgis/trunk@5512 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoFirst draft of wktraster faq
Regina Obe [Wed, 7 Apr 2010 16:54:46 +0000 (16:54 +0000)]
First draft of wktraster faq

git-svn-id: http://svn.osgeo.org/postgis/trunk@5511 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoconver to 1 column 2 row table
Regina Obe [Wed, 7 Apr 2010 14:35:43 +0000 (14:35 +0000)]
conver to 1 column 2 row table

git-svn-id: http://svn.osgeo.org/postgis/trunk@5510 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agotypo
Regina Obe [Wed, 7 Apr 2010 14:15:11 +0000 (14:15 +0000)]
typo

git-svn-id: http://svn.osgeo.org/postgis/trunk@5509 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agocorrect typo
Regina Obe [Wed, 7 Apr 2010 14:06:55 +0000 (14:06 +0000)]
correct typo

git-svn-id: http://svn.osgeo.org/postgis/trunk@5508 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoPut link to spec for a diagrammatic view.
Regina Obe [Wed, 7 Apr 2010 14:05:31 +0000 (14:05 +0000)]
Put link to spec for a diagrammatic view.

git-svn-id: http://svn.osgeo.org/postgis/trunk@5507 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agofirst draft of ST_ConvexHull -- still need to put in pictures
Regina Obe [Wed, 7 Apr 2010 13:59:11 +0000 (13:59 +0000)]
first draft of ST_ConvexHull -- still need to put in pictures

git-svn-id: http://svn.osgeo.org/postgis/trunk@5506 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoAdd support for command-q shutdown in Mac GTK build
Paul Ramsey [Tue, 6 Apr 2010 23:37:07 +0000 (23:37 +0000)]
Add support for command-q shutdown in Mac GTK build

git-svn-id: http://svn.osgeo.org/postgis/trunk@5505 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoWARN and continue on incomplete multibyte sequence
Sandro Santilli [Tue, 6 Apr 2010 18:33:10 +0000 (18:33 +0000)]
WARN and continue on incomplete multibyte sequence

git-svn-id: http://svn.osgeo.org/postgis/trunk@5503 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoslight correction
Regina Obe [Mon, 5 Apr 2010 21:38:06 +0000 (21:38 +0000)]
slight correction

git-svn-id: http://svn.osgeo.org/postgis/trunk@5497 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoitemize band pixel types and fix some formatting issues
Regina Obe [Mon, 5 Apr 2010 21:32:18 +0000 (21:32 +0000)]
itemize band pixel types and fix some formatting issues

git-svn-id: http://svn.osgeo.org/postgis/trunk@5496 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agomore blurb in description
Regina Obe [Mon, 5 Apr 2010 15:17:55 +0000 (15:17 +0000)]
more blurb in description

git-svn-id: http://svn.osgeo.org/postgis/trunk@5495 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoxsl to build postgresql help for wktraster
Regina Obe [Mon, 5 Apr 2010 15:16:54 +0000 (15:16 +0000)]
xsl to build postgresql help for wktraster

git-svn-id: http://svn.osgeo.org/postgis/trunk@5494 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoStart adding editors, give an additional better example of ST_Value
Regina Obe [Mon, 5 Apr 2010 14:12:11 +0000 (14:12 +0000)]
Start adding editors, give an additional better example of ST_Value

git-svn-id: http://svn.osgeo.org/postgis/trunk@5493 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoupper left x and y
Regina Obe [Mon, 5 Apr 2010 07:28:06 +0000 (07:28 +0000)]
upper left x and y

git-svn-id: http://svn.osgeo.org/postgis/trunk@5492 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoexample for st_value
Regina Obe [Mon, 5 Apr 2010 05:59:46 +0000 (05:59 +0000)]
example for st_value

git-svn-id: http://svn.osgeo.org/postgis/trunk@5491 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agotypo in constructor section
Regina Obe [Mon, 5 Apr 2010 05:55:27 +0000 (05:55 +0000)]
typo in constructor section

git-svn-id: http://svn.osgeo.org/postgis/trunk@5490 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agost_box2d, st_envelope (note regular Postgis changed st_box2d to just box2d old st_box...
Regina Obe [Mon, 5 Apr 2010 05:52:59 +0000 (05:52 +0000)]
st_box2d, st_envelope (note regular Postgis changed st_box2d to just box2d old st_box2d is deprecated)

git-svn-id: http://svn.osgeo.org/postgis/trunk@5489 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agomore typos fixed, add constructor section
Regina Obe [Mon, 5 Apr 2010 05:25:02 +0000 (05:25 +0000)]
more typos fixed, add constructor section

git-svn-id: http://svn.osgeo.org/postgis/trunk@5488 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoFix typo
Regina Obe [Mon, 5 Apr 2010 04:59:44 +0000 (04:59 +0000)]
Fix typo

git-svn-id: http://svn.osgeo.org/postgis/trunk@5487 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agomore functions documented
Regina Obe [Mon, 5 Apr 2010 04:30:44 +0000 (04:30 +0000)]
more functions documented

git-svn-id: http://svn.osgeo.org/postgis/trunk@5486 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agomore accessors
Regina Obe [Mon, 5 Apr 2010 02:28:54 +0000 (02:28 +0000)]
more accessors

git-svn-id: http://svn.osgeo.org/postgis/trunk@5485 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agomore changes
Regina Obe [Mon, 5 Apr 2010 01:32:30 +0000 (01:32 +0000)]
more changes

git-svn-id: http://svn.osgeo.org/postgis/trunk@5484 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoFirst start at integrating wktraster documentation -- hopefully didn't break anything...
Regina Obe [Mon, 5 Apr 2010 01:05:46 +0000 (01:05 +0000)]
First start at integrating wktraster documentation -- hopefully didn't break anything doing this.

git-svn-id: http://svn.osgeo.org/postgis/trunk@5483 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoDo not hard-code default encoding (since it's a macro)
Sandro Santilli [Wed, 31 Mar 2010 15:34:14 +0000 (15:34 +0000)]
Do not hard-code default encoding (since it's a macro)

git-svn-id: http://svn.osgeo.org/postgis/trunk@5473 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoDump more informations about failing decoding
Sandro Santilli [Wed, 31 Mar 2010 14:50:53 +0000 (14:50 +0000)]
Dump more informations about failing decoding

git-svn-id: http://svn.osgeo.org/postgis/trunk@5472 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoAdd geography support to ST_AsGML with prefix namespace option. Update doc and unit...
Olivier Courtin [Tue, 30 Mar 2010 12:32:24 +0000 (12:32 +0000)]
Add geography support to ST_AsGML with prefix namespace option. Update doc and unit tests. cf #460

git-svn-id: http://svn.osgeo.org/postgis/trunk@5471 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoRemove old reference file
Olivier Courtin [Tue, 30 Mar 2010 12:29:13 +0000 (12:29 +0000)]
Remove old reference file

git-svn-id: http://svn.osgeo.org/postgis/trunk@5470 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoFix syntax error.
Paul Ramsey [Mon, 29 Mar 2010 20:03:35 +0000 (20:03 +0000)]
Fix syntax error.

git-svn-id: http://svn.osgeo.org/postgis/trunk@5469 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoReorganize avprintf a litle.
Paul Ramsey [Mon, 29 Mar 2010 20:02:59 +0000 (20:02 +0000)]
Reorganize avprintf a litle.

git-svn-id: http://svn.osgeo.org/postgis/trunk@5468 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoPropogate vsnprintf errors up verbatim
Paul Ramsey [Mon, 29 Mar 2010 19:57:15 +0000 (19:57 +0000)]
Propogate vsnprintf errors up verbatim

git-svn-id: http://svn.osgeo.org/postgis/trunk@5467 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoFix a lot of DocBook errors. Use DocBook + MathML DTD. Fix xsl/postgis_aggs_mm.xml...
Olivier Courtin [Sun, 28 Mar 2010 08:33:41 +0000 (08:33 +0000)]
Fix a lot of DocBook errors. Use DocBook + MathML DTD. Fix xsl/postgis_aggs_mm.xml.xsl to produce valid Docbook. Now make check output in docs is clean. cf #471

git-svn-id: http://svn.osgeo.org/postgis/trunk@5466 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoadd make check rule in doc/Makefile. Use xmllint to check postgis.xml documentation...
Olivier Courtin [Sat, 27 Mar 2010 17:50:25 +0000 (17:50 +0000)]
add make check rule in doc/Makefile. Use xmllint to check postgis.xml documentation against docbook dtd.

git-svn-id: http://svn.osgeo.org/postgis/trunk@5465 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoMake the default size more reasonable again.
Paul Ramsey [Thu, 25 Mar 2010 05:11:20 +0000 (05:11 +0000)]
Make the default size more reasonable again.

git-svn-id: http://svn.osgeo.org/postgis/trunk@5463 b70326c6-7e19-0410-871a-916f4a2858ee