]> granicus.if.org Git - postgis/log
postgis
12 years agoWrap most topology.sql into a transaction
Sandro Santilli [Tue, 27 Mar 2012 17:30:43 +0000 (17:30 +0000)]
Wrap most topology.sql into a transaction

CREATE SCHEMA is left out because uninstall_topology isn't getting
rid of it (to be fixed later)

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

12 years agoDo not mess with search_path when installing comments (#1723)
Sandro Santilli [Tue, 27 Mar 2012 17:06:20 +0000 (17:06 +0000)]
Do not mess with search_path when installing comments (#1723)

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

12 years agoUpdate extensions/README (#1720)
Sandro Santilli [Tue, 27 Mar 2012 14:47:12 +0000 (14:47 +0000)]
Update extensions/README (#1720)

- reStructuredText Markup, 80 column text
- Rewrite several paragraphs
- Add requirements section
- Make it clear that --with-raster is required, and that postgis also
  includes the raster support

Patch by Mike Toews

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

12 years agoAccept POINT types in ST_MakeValid (#1719)
Sandro Santilli [Tue, 27 Mar 2012 14:32:33 +0000 (14:32 +0000)]
Accept POINT types in ST_MakeValid (#1719)

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

12 years ago80 cols wrap for pgsql2shp help screen (#1722)
Sandro Santilli [Tue, 27 Mar 2012 10:51:20 +0000 (10:51 +0000)]
80 cols wrap for pgsql2shp help screen (#1722)

Patch by Mike Toews

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

12 years agoUpdate doc/README (#1721)
Sandro Santilli [Tue, 27 Mar 2012 09:56:17 +0000 (09:56 +0000)]
Update doc/README (#1721)

- reStructuredText Markup, 80 column text limit
- Structure the make targets using definition lists
- It turns out that graphviz is required for make doxygen

Patch by Mike Toews

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

12 years agoDrop pljava (#1411)
Sandro Santilli [Tue, 27 Mar 2012 07:01:16 +0000 (07:01 +0000)]
Drop pljava (#1411)

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

12 years ago#1693, #1704 - twofer - change DROP AGGREGATE and DROP VIEW to be DROP .. IF EXISTS
Regina Obe [Tue, 27 Mar 2012 02:08:55 +0000 (02:08 +0000)]
#1693, #1704 - twofer - change DROP AGGREGATE and DROP VIEW to be DROP .. IF EXISTS

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

12 years agominor typo correction
Regina Obe [Tue, 27 Mar 2012 01:16:40 +0000 (01:16 +0000)]
minor typo correction

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

12 years agoRework code from r9204 (bug #900: shp2pgsql: a switch to drop M from 4d imports)...
Mark Cave-Ayland [Mon, 26 Mar 2012 16:23:58 +0000 (16:23 +0000)]
Rework code from r9204 (bug #900: shp2pgsql: a switch to drop M from 4d imports) to fix bug #1710: shp2pgsql -t option is not working properly.

The original implementation set the has_z/has_m flags directly based upon the -t parameter; however this lost the information
as to how many dimensions were specified. Resolve this by specifying a new force_output configuration variable and setting
it to an enumerated constant, so that we can then implement a simple switch() to set both the output dimension and output
flags correctly.

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

12 years agoRemove istypeM state variable from loader as it isn't used anymore.
Mark Cave-Ayland [Mon, 26 Mar 2012 16:23:45 +0000 (16:23 +0000)]
Remove istypeM state variable from loader as it isn't used anymore.

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

12 years agoImprove readability in the loader by fixing various whitespace issues.
Mark Cave-Ayland [Mon, 26 Mar 2012 16:23:38 +0000 (16:23 +0000)]
Improve readability in the loader by fixing various whitespace issues.

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

12 years agochange example for totopogeom
Regina Obe [Mon, 26 Mar 2012 13:18:28 +0000 (13:18 +0000)]
change example for totopogeom

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

12 years agoWrap within 80 cols
Sandro Santilli [Mon, 26 Mar 2012 13:17:31 +0000 (13:17 +0000)]
Wrap within 80 cols

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

12 years agoAdd an example for toTopoGeom
Regina Obe [Mon, 26 Mar 2012 12:26:54 +0000 (12:26 +0000)]
Add an example for toTopoGeom

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

12 years agoUpdates for 2.0
Paul Ramsey [Fri, 23 Mar 2012 23:46:51 +0000 (23:46 +0000)]
Updates for 2.0

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

12 years agoAdd topology validity checking (extra paranoia)
Sandro Santilli [Fri, 23 Mar 2012 23:00:19 +0000 (23:00 +0000)]
Add topology validity checking (extra paranoia)

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

12 years agoDo not abuse ST_Snap for tweaking edge endpoints (#1706)
Sandro Santilli [Fri, 23 Mar 2012 22:54:10 +0000 (22:54 +0000)]
Do not abuse ST_Snap for tweaking edge endpoints (#1706)

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

12 years agoEnhance edge splitting robustness (#1711)
Sandro Santilli [Fri, 23 Mar 2012 22:23:05 +0000 (22:23 +0000)]
Enhance edge splitting robustness (#1711)

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

12 years agoSkip over geodetic check for empty geometries.
Paul Ramsey [Fri, 23 Mar 2012 21:07:00 +0000 (21:07 +0000)]
Skip over geodetic check for empty geometries.

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

12 years agoAllow build to work under DEBUG=5
Paul Ramsey [Fri, 23 Mar 2012 19:14:13 +0000 (19:14 +0000)]
Allow build to work under DEBUG=5

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

12 years agoAdd debugging lines to sqlmm edge splitting functions
Sandro Santilli [Fri, 23 Mar 2012 17:08:08 +0000 (17:08 +0000)]
Add debugging lines to sqlmm edge splitting functions

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

12 years agoAdd missing ticket reference to it's regression test
Sandro Santilli [Fri, 23 Mar 2012 15:11:07 +0000 (15:11 +0000)]
Add missing ticket reference to it's regression test

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

12 years agoMade the red color for parameters a bit darker...
Pierre Racine [Fri, 23 Mar 2012 13:16:11 +0000 (13:16 +0000)]
Made the red color for parameters a bit darker...

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

12 years agoflesh out upgrade a bit.
Regina Obe [Fri, 23 Mar 2012 13:09:53 +0000 (13:09 +0000)]
flesh out upgrade a bit.

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

12 years agomake variables names red to stand out better
Regina Obe [Fri, 23 Mar 2012 07:54:27 +0000 (07:54 +0000)]
make variables names red to stand out better

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

12 years agoUpdate regression to handle new collection(empty) possibilities
Paul Ramsey [Thu, 22 Mar 2012 17:24:57 +0000 (17:24 +0000)]
Update regression to handle new collection(empty) possibilities

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

12 years agoParse error on WKT for multi with empty elements (#1703)
Paul Ramsey [Thu, 22 Mar 2012 16:55:18 +0000 (16:55 +0000)]
Parse error on WKT for multi with empty elements (#1703)

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

12 years agoAdd collapsed polygon case to ST_Simplify test (#1698)
Sandro Santilli [Thu, 22 Mar 2012 15:07:11 +0000 (15:07 +0000)]
Add collapsed polygon case to ST_Simplify test (#1698)

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

12 years agoAdd a ptarray_simplify parameter to preserve min vertices (#1698)
Sandro Santilli [Thu, 22 Mar 2012 15:07:03 +0000 (15:07 +0000)]
Add a ptarray_simplify parameter to preserve min vertices (#1698)

A polygon ring collapsed to a segment is still better handled by
mapnik than the same ring collapsed to a single point. This commit
retains at least 3 vertices for polygons.

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

12 years agoDo not drop collapsed polygon shells (#1698)
Sandro Santilli [Thu, 22 Mar 2012 15:06:52 +0000 (15:06 +0000)]
Do not drop collapsed polygon shells (#1698)

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

12 years agomissing para tag
Regina Obe [Thu, 22 Mar 2012 13:33:00 +0000 (13:33 +0000)]
missing para tag

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

12 years agoexplain geometry_columns is now a view and that spatial tables can be created in...
Regina Obe [Thu, 22 Mar 2012 13:29:25 +0000 (13:29 +0000)]
explain geometry_columns is now a view and that spatial tables can be created in 1 step.

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

12 years agomore expounding on typmod vs. constraint based geometry columns
Regina Obe [Thu, 22 Mar 2012 13:02:36 +0000 (13:02 +0000)]
more expounding on typmod vs. constraint based geometry columns

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

12 years agoChange @rm to rm for visibility
Paul Ramsey [Wed, 21 Mar 2012 21:36:59 +0000 (21:36 +0000)]
Change @rm to rm for visibility

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

12 years agoMake distclean should remove all the Makefile's generated by ./configure
Paul Ramsey [Wed, 21 Mar 2012 20:32:29 +0000 (20:32 +0000)]
Make distclean should remove all the Makefile's generated by ./configure

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

12 years agoBump versions for beta4
Paul Ramsey [Wed, 21 Mar 2012 20:03:36 +0000 (20:03 +0000)]
Bump versions for beta4

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

12 years agoIgnore some files
Paul Ramsey [Wed, 21 Mar 2012 18:22:55 +0000 (18:22 +0000)]
Ignore some files

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

12 years agoREADME.raster needs updating or removal (#1649)
Paul Ramsey [Mon, 19 Mar 2012 20:40:51 +0000 (20:40 +0000)]
README.raster needs updating or removal (#1649)

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

12 years agoST_SnapToGrid: retain type on empty return (#1695)
Sandro Santilli [Mon, 19 Mar 2012 12:07:39 +0000 (12:07 +0000)]
ST_SnapToGrid: retain type on empty return (#1695)

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

12 years agoFix typo puffered -> buffered
Sandro Santilli [Fri, 16 Mar 2012 19:13:34 +0000 (19:13 +0000)]
Fix typo puffered -> buffered

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

12 years agoBe quieter on polygon ring collapse (in ST_Simplify)
Sandro Santilli [Fri, 16 Mar 2012 19:11:09 +0000 (19:11 +0000)]
Be quieter on polygon ring collapse (in ST_Simplify)

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

12 years agofix typo in example was adding band 1 twice
Regina Obe [Fri, 16 Mar 2012 15:03:43 +0000 (15:03 +0000)]
fix typo in example was adding band 1 twice

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

12 years agosurreal clipping
Regina Obe [Fri, 16 Mar 2012 12:58:47 +0000 (12:58 +0000)]
surreal clipping

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

12 years agoslightly more efficient (and hmm my last timing was with 2 buildings instead of 3)
Regina Obe [Fri, 16 Mar 2012 12:47:31 +0000 (12:47 +0000)]
slightly more efficient (and hmm my last timing was with 2 buildings instead of 3)

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

12 years agominor adjustment to example
Regina Obe [Fri, 16 Mar 2012 12:40:31 +0000 (12:40 +0000)]
minor adjustment to example

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

12 years agoProvide summarizing summary stats example using intersection of geometry. Pretty...
Regina Obe [Fri, 16 Mar 2012 12:25:42 +0000 (12:25 +0000)]
Provide summarizing summary stats example using intersection of geometry. Pretty fast.

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

12 years agoRename legacy_compatibility_layer.sql to legacy_minimal.sql
Sandro Santilli [Fri, 16 Mar 2012 12:15:47 +0000 (12:15 +0000)]
Rename legacy_compatibility_layer.sql to legacy_minimal.sql

As per http://postgis.refractions.net/pipermail/postgis-devel/2012-March/019663.html

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

12 years agoDo not take PROJ4 errno value as a sign of error (#1580, #1690)
Sandro Santilli [Fri, 16 Mar 2012 11:58:49 +0000 (11:58 +0000)]
Do not take PROJ4 errno value as a sign of error (#1580, #1690)

Dejavu...

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

12 years agoAdd more descriptive notes detailing difference between files
Regina Obe [Fri, 16 Mar 2012 08:48:31 +0000 (08:48 +0000)]
Add more descriptive notes detailing difference between files

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

12 years agofix spelling typos
Regina Obe [Fri, 16 Mar 2012 08:27:10 +0000 (08:27 +0000)]
fix spelling typos

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

12 years agoPut in a section for crowd sourcing campaigns
Regina Obe [Fri, 16 Mar 2012 06:59:40 +0000 (06:59 +0000)]
Put in a section for crowd sourcing campaigns

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

12 years agoBail out if user specified json dir isn't correct (#1688)
Sandro Santilli [Thu, 15 Mar 2012 09:54:29 +0000 (09:54 +0000)]
Bail out if user specified json dir isn't correct (#1688)

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

12 years agoput note about slowness of raster st_union and promise it will be better in later...
Regina Obe [Wed, 14 Mar 2012 21:45:23 +0000 (21:45 +0000)]
put note about slowness of raster st_union and promise it will be better in later versions

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

12 years agochange example to be more efficient (prior version was taking 9-10 seconds this much...
Regina Obe [Wed, 14 Mar 2012 21:35:44 +0000 (21:35 +0000)]
change example to be more efficient (prior version was taking 9-10 seconds this much improved one takes 3.5 seconds)

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

12 years agoUpdated to have C API tests use libtool
Bborie Park [Wed, 14 Mar 2012 20:26:07 +0000 (20:26 +0000)]
Updated to have C API tests use libtool

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

12 years agoUse AC_SEARCH_LIBS instead of AC_CHECK_LIB for checking GDAL libraries
Bborie Park [Wed, 14 Mar 2012 19:05:02 +0000 (19:05 +0000)]
Use AC_SEARCH_LIBS instead of AC_CHECK_LIB for checking GDAL libraries

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

12 years agoDon't re-implement AC_PATH_PROG for gdal-config
Sandro Santilli [Wed, 14 Mar 2012 16:35:02 +0000 (16:35 +0000)]
Don't re-implement AC_PATH_PROG for gdal-config

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

12 years agoPrepare for 2.0.0beta3 release
Paul Ramsey [Wed, 14 Mar 2012 16:02:59 +0000 (16:02 +0000)]
Prepare for 2.0.0beta3 release

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

12 years agoEncode dependency of raster _scripts_ to postgis_svn_revision.h
Sandro Santilli [Wed, 14 Mar 2012 15:50:48 +0000 (15:50 +0000)]
Encode dependency of raster _scripts_ to postgis_svn_revision.h

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

12 years agoEncode postgis_svn_revision.h dependency for raster lib
Sandro Santilli [Wed, 14 Mar 2012 15:46:41 +0000 (15:46 +0000)]
Encode postgis_svn_revision.h dependency for raster lib

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

12 years agoMake sure to rebuild topology.sql on postgis_svn_revision.h change
Sandro Santilli [Wed, 14 Mar 2012 15:40:33 +0000 (15:40 +0000)]
Make sure to rebuild topology.sql on postgis_svn_revision.h change

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

12 years agoAdd a TOPOLOGY and a RASTER label in postgis_full_version() output
Sandro Santilli [Wed, 14 Mar 2012 15:32:33 +0000 (15:32 +0000)]
Add a TOPOLOGY and a RASTER label in postgis_full_version() output

This is to know if they are available

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

12 years agoSimplify ST_AsLatLonText code and possily fix #1657
Sandro Santilli [Wed, 14 Mar 2012 13:13:23 +0000 (13:13 +0000)]
Simplify ST_AsLatLonText code and possily fix #1657

The possible bug was a call to pg_do_encoding_conversion w/out
a defined string size argument.

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

12 years agoUse existing text2cstring and cstring2text wheel
Sandro Santilli [Wed, 14 Mar 2012 12:15:14 +0000 (12:15 +0000)]
Use existing text2cstring and cstring2text wheel

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

12 years agoExplicitly set NULL character to snprintf outputs as Windows does not do so automatic...
Bborie Park [Tue, 13 Mar 2012 18:06:58 +0000 (18:06 +0000)]
Explicitly set NULL character to snprintf outputs as Windows does not do so automatically.  Ticket is #1682.

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

12 years agoAdd simple tests to stringbuffer class (#1668)
Sandro Santilli [Tue, 13 Mar 2012 17:08:59 +0000 (17:08 +0000)]
Add simple tests to stringbuffer class (#1668)

Hopefully these fail on windows so it's easier to test.
It may take a memory debugger to really see the failure.

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

12 years agoRename misc testsuite to "misc"
Sandro Santilli [Tue, 13 Mar 2012 17:08:48 +0000 (17:08 +0000)]
Rename misc testsuite to "misc"

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

12 years agoRoll back changes for autodetecting C99 vsnprintf (#1688)
Paul Ramsey [Tue, 13 Mar 2012 16:23:38 +0000 (16:23 +0000)]
Roll  back changes for autodetecting C99 vsnprintf (#1688)

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

12 years agoRemoved "hasnodata" column output of ST_BandMetaData as per #1681. If a band does...
Bborie Park [Tue, 13 Mar 2012 16:13:48 +0000 (16:13 +0000)]
Removed "hasnodata" column output of ST_BandMetaData as per #1681.  If a band does NOT have a NODATA value, the "nodatavalue" column will be NULL.

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

12 years agoAdd upgrade instructions
Sandro Santilli [Tue, 13 Mar 2012 09:18:04 +0000 (09:18 +0000)]
Add upgrade instructions

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

12 years agoDrop SRID constraint issue (not an issue anymore with typmod)
Sandro Santilli [Tue, 13 Mar 2012 09:17:55 +0000 (09:17 +0000)]
Drop SRID constraint issue (not an issue anymore with typmod)

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

12 years agoAdd note about toTopoGeom
Sandro Santilli [Tue, 13 Mar 2012 09:17:46 +0000 (09:17 +0000)]
Add note about toTopoGeom

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

12 years agoSet Version to match Version.config (HOWTO_RELEASE file mentions you need to edit...
Sandro Santilli [Tue, 13 Mar 2012 08:33:06 +0000 (08:33 +0000)]
Set Version to match Version.config (HOWTO_RELEASE file mentions you need to edit it anyway)

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

12 years agoAdd note about topology/README
Sandro Santilli [Tue, 13 Mar 2012 08:30:02 +0000 (08:30 +0000)]
Add note about topology/README

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

12 years agoUpdate README.postgis (#1670)
Sandro Santilli [Tue, 13 Mar 2012 08:18:10 +0000 (08:18 +0000)]
Update README.postgis (#1670)

- Use consistent formatting in reStructuredText; see
  formatted result with rst2pdf or rst2html, or if you don't
  want to install docutils, you can copy/paste the text to
  http://www.tele3.cz/jbar/rest/rest.html
- Wrap lines to 80 columns, trim trailing whitespace, replace tabs
  with space chars
- Fix typos, and use consistent case and punctuation
- Alphabetize the directory structure
- Add ./libpgcommon to directory structure, and attempt to
  describe it
- Arrange style of REQUIREMENTS section a bit more consistent
  across components: removing repetition, stating what is required
  or optional, etc.
- When referencing PostGIS SQL functions, use the "ST_" prefix,
  where applicable
- Mention that both Raster and Topology extensions are built by
  default, add notes how build without them

Patch by Mike Toews

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

12 years agoComplete alternate implementation of vsnprintf, vasprintf for non-C99 systems. (...
Paul Ramsey [Mon, 12 Mar 2012 21:27:39 +0000 (21:27 +0000)]
Complete alternate implementation of vsnprintf, vasprintf for non-C99 systems. (#1668)

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

12 years agoFix UTM zone reserved SRID interpretation (#1680)
Sandro Santilli [Mon, 12 Mar 2012 17:45:48 +0000 (17:45 +0000)]
Fix UTM zone reserved SRID interpretation (#1680)

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

12 years agoCheck docs as part of "make check"
Sandro Santilli [Sat, 10 Mar 2012 14:33:35 +0000 (14:33 +0000)]
Check docs as part of "make check"

Adds "xmllint" to the requirements for running "make check"

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

12 years agoIntroduce use of <simplelist>. I think we should use it more..
Sandro Santilli [Sat, 10 Mar 2012 14:28:09 +0000 (14:28 +0000)]
Introduce use of <simplelist>. I think we should use it more..

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

12 years agotypo
Sandro Santilli [Sat, 10 Mar 2012 14:28:00 +0000 (14:28 +0000)]
typo

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

12 years agoDrop commented out lines
Sandro Santilli [Sat, 10 Mar 2012 14:27:48 +0000 (14:27 +0000)]
Drop commented out lines

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

12 years agoAdd credits to Salvatore
Sandro Santilli [Sat, 10 Mar 2012 14:08:42 +0000 (14:08 +0000)]
Add credits to Salvatore

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

12 years agoNo <para> allowed after <simplesect> in <sect1> (xmllint) -- add Vizzuality credit
Sandro Santilli [Sat, 10 Mar 2012 14:08:23 +0000 (14:08 +0000)]
No <para> allowed after <simplesect> in <sect1> (xmllint) -- add Vizzuality credit

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

12 years ago<sect1info> goes before <title>
Sandro Santilli [Sat, 10 Mar 2012 14:08:13 +0000 (14:08 +0000)]
<sect1info> goes before <title>

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

12 years ago<note> cannot be direct child of <abstract> (xmllint)
Sandro Santilli [Sat, 10 Mar 2012 14:08:03 +0000 (14:08 +0000)]
<note> cannot be direct child of <abstract> (xmllint)

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

12 years agochoice is a <paramdef> attribute, not <type>'s
Sandro Santilli [Sat, 10 Mar 2012 14:07:54 +0000 (14:07 +0000)]
choice is a <paramdef> attribute, not <type>'s

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

12 years ago<abstract> can't contain <note> (xmllint)
Sandro Santilli [Sat, 10 Mar 2012 14:07:41 +0000 (14:07 +0000)]
<abstract> can't contain <note> (xmllint)

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

12 years agoUse empty params as placeholders, add missing refsection title (xmllint)
Sandro Santilli [Sat, 10 Mar 2012 13:44:22 +0000 (13:44 +0000)]
Use empty params as placeholders, add missing refsection title (xmllint)

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

12 years agoMore <para> wrapping (xmllint)
Sandro Santilli [Sat, 10 Mar 2012 13:44:14 +0000 (13:44 +0000)]
More <para> wrapping (xmllint)

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

12 years agowrap more <informalfigure> content in <para> (xmllint)
Sandro Santilli [Sat, 10 Mar 2012 13:44:04 +0000 (13:44 +0000)]
wrap more <informalfigure> content in <para> (xmllint)

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

12 years agochoice is a <paramdef> attribute, not <type>'s
Sandro Santilli [Sat, 10 Mar 2012 13:43:53 +0000 (13:43 +0000)]
choice is a <paramdef> attribute, not <type>'s

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

12 years agowrap <informalfigure> content in <para> (xmllint)
Sandro Santilli [Sat, 10 Mar 2012 13:43:44 +0000 (13:43 +0000)]
wrap <informalfigure> content in <para> (xmllint)

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

12 years agowrap <listitem> content in <para> (xmllint)
Sandro Santilli [Sat, 10 Mar 2012 13:43:35 +0000 (13:43 +0000)]
wrap <listitem> content in <para> (xmllint)

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

12 years agochoice belongs to <paramdef>, not <parameter> (xmllint)
Sandro Santilli [Sat, 10 Mar 2012 13:43:26 +0000 (13:43 +0000)]
choice belongs to <paramdef>, not <parameter> (xmllint)

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

12 years ago<sect1info> goes before <title>
Sandro Santilli [Sat, 10 Mar 2012 13:43:15 +0000 (13:43 +0000)]
<sect1info> goes before <title>

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

12 years ago<informalfigure> goes in <para> (xmllint)
Sandro Santilli [Sat, 10 Mar 2012 13:43:06 +0000 (13:43 +0000)]
<informalfigure> goes in <para> (xmllint)

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

12 years agoUse <para> as appropriate (xmllint)
Sandro Santilli [Sat, 10 Mar 2012 13:42:56 +0000 (13:42 +0000)]
Use <para> as appropriate (xmllint)

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

12 years ago<informalfigure> must be in <para> (xmllint)
Sandro Santilli [Sat, 10 Mar 2012 13:42:43 +0000 (13:42 +0000)]
<informalfigure> must be in <para> (xmllint)

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

12 years agoPut semicolon where it belongs (xmllint)
Sandro Santilli [Sat, 10 Mar 2012 13:42:32 +0000 (13:42 +0000)]
Put semicolon where it belongs (xmllint)

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