]> granicus.if.org Git - postgis/log
postgis
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

12 years agoUse <para> elements according to the DTD (xmllint)
Sandro Santilli [Sat, 10 Mar 2012 13:42:22 +0000 (13:42 +0000)]
Use <para> elements according to the DTD (xmllint)

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

12 years ago<strong> to <emphasis> (xmllint)
Sandro Santilli [Sat, 10 Mar 2012 13:42:12 +0000 (13:42 +0000)]
<strong> to <emphasis> (xmllint)

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

12 years ago<filename> is not a valid child of <listitem>, <para> is (xmllint)
Sandro Santilli [Sat, 10 Mar 2012 13:00:14 +0000 (13:00 +0000)]
<filename> is not a valid child of <listitem>, <para> is (xmllint)

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

12 years agoMore linked -> linkend typos
Sandro Santilli [Sat, 10 Mar 2012 12:51:42 +0000 (12:51 +0000)]
More linked -> linkend typos

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

12 years agoFix xref (thanks make check)
Sandro Santilli [Sat, 10 Mar 2012 12:10:11 +0000 (12:10 +0000)]
Fix xref (thanks make check)

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

12 years agolinked -> linkend (thanks make check)
Sandro Santilli [Sat, 10 Mar 2012 12:07:17 +0000 (12:07 +0000)]
linked -> linkend (thanks make check)

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

12 years agoAdd credit to Avencia (#1671)
Sandro Santilli [Sat, 10 Mar 2012 11:38:56 +0000 (11:38 +0000)]
Add credit to Avencia  (#1671)

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

12 years agoMore credits
Sandro Santilli [Sat, 10 Mar 2012 11:31:44 +0000 (11:31 +0000)]
More credits

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

12 years agoAdd postgis topology signers to credits section (#1601)
Sandro Santilli [Sat, 10 Mar 2012 11:26:31 +0000 (11:26 +0000)]
Add postgis topology signers to credits section (#1601)

I also formatted the names to be one-per-line. Output won't care
but it's easier to sort alphabetically ...

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

12 years agoSubstitute CREDITS content with pointers to manual (#1601)
Sandro Santilli [Sat, 10 Mar 2012 10:34:47 +0000 (10:34 +0000)]
Substitute CREDITS content with pointers to manual (#1601)

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

12 years agoBe quiet when postgis_svn_revision.h isn't needed (#1666)
Sandro Santilli [Sat, 10 Mar 2012 10:27:28 +0000 (10:27 +0000)]
Be quiet when postgis_svn_revision.h isn't needed (#1666)

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

12 years agoCleanup for testing GDAL include files
Bborie Park [Sat, 10 Mar 2012 00:40:10 +0000 (00:40 +0000)]
Cleanup for testing GDAL include files

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

12 years agoThis should do it. Debugging Hudson is fun... like entertaining a grumpy old man.
Bborie Park [Sat, 10 Mar 2012 00:30:32 +0000 (00:30 +0000)]
This should do it.  Debugging Hudson is fun... like entertaining a grumpy old man.

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

12 years agoRemoved multiple AC_ARG_WITH calls for raster
Bborie Park [Sat, 10 Mar 2012 00:24:53 +0000 (00:24 +0000)]
Removed multiple AC_ARG_WITH calls for raster

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

12 years agoAnother attempt to fix hudson...
Bborie Park [Sat, 10 Mar 2012 00:19:00 +0000 (00:19 +0000)]
Another attempt to fix hudson...

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

12 years agoComment cleanup as hudson isn't happy.
Bborie Park [Sat, 10 Mar 2012 00:05:08 +0000 (00:05 +0000)]
Comment cleanup as hudson isn't happy.

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

12 years agoFixed GDAL configuration as hudson wasn't getting GDALFPolygonize. This may be the...
Bborie Park [Fri, 9 Mar 2012 23:57:50 +0000 (23:57 +0000)]
Fixed GDAL configuration as hudson wasn't getting GDALFPolygonize.  This may be the cause for Windows not detecting GDALFPolygonize either.

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

12 years agoInitialize variables that may cause compile-time warnings in rt_api.c. Added additio...
Bborie Park [Fri, 9 Mar 2012 19:00:25 +0000 (19:00 +0000)]
Initialize variables that may cause compile-time warnings in rt_api.c.  Added additional NLS items to raster2pgsql.

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

12 years agoWork around difference between behavior of MS snprintf and C99 snprintf. (#1668)
Paul Ramsey [Fri, 9 Mar 2012 17:46:29 +0000 (17:46 +0000)]
Work around difference between behavior of MS snprintf and C99 snprintf. (#1668)

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

12 years agominor correction in title of example
Regina Obe [Fri, 9 Mar 2012 14:59:24 +0000 (14:59 +0000)]
minor correction in title of example

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

12 years agoFix mapalgebra2 syntax
Regina Obe [Fri, 9 Mar 2012 14:20:05 +0000 (14:20 +0000)]
Fix mapalgebra2 syntax

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

13 years agoIgnore all html files under doc/html/ (also chunked)
Sandro Santilli [Thu, 8 Mar 2012 10:58:47 +0000 (10:58 +0000)]
Ignore all html files under doc/html/ (also chunked)

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

13 years agoGive introduction chapter an id.
Sandro Santilli [Thu, 8 Mar 2012 10:58:35 +0000 (10:58 +0000)]
Give introduction chapter an id.

This should give it a nice URL online so we can point to credits
from the CREDITS file (#1601)

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

13 years agoRemove .svnignore files (#1665)
Sandro Santilli [Thu, 8 Mar 2012 10:36:27 +0000 (10:36 +0000)]
Remove .svnignore files (#1665)

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

13 years agoDrop .cvsignore files
Sandro Santilli [Thu, 8 Mar 2012 10:36:15 +0000 (10:36 +0000)]
Drop .cvsignore files

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

13 years agoUpdate trunk versions for next cycle
Paul Ramsey [Wed, 7 Mar 2012 20:51:19 +0000 (20:51 +0000)]
Update trunk versions for next cycle

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

13 years agoUpdate for beta2 release
Paul Ramsey [Wed, 7 Mar 2012 20:50:11 +0000 (20:50 +0000)]
Update for beta2 release

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

13 years agoFix need to hack regress source path
Paul Ramsey [Wed, 7 Mar 2012 20:47:38 +0000 (20:47 +0000)]
Fix need to hack regress source path

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

13 years agoRemove reliance on `pwd` for raster build and test.
Paul Ramsey [Wed, 7 Mar 2012 20:38:53 +0000 (20:38 +0000)]
Remove reliance on `pwd` for raster build and test.

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

13 years agoReplace " with ' in mingw pwd call
Paul Ramsey [Wed, 7 Mar 2012 19:31:38 +0000 (19:31 +0000)]
Replace " with ' in mingw pwd call

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

13 years agoMinGW configure for regression dir
Paul Ramsey [Wed, 7 Mar 2012 19:27:09 +0000 (19:27 +0000)]
MinGW configure for regression dir

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

13 years agoST_Summary output contains a spurious "+" sign (#1663)
Paul Ramsey [Wed, 7 Mar 2012 17:40:39 +0000 (17:40 +0000)]
ST_Summary output contains a spurious "+" sign (#1663)

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

13 years agoActually run GeoJSON input tests when libjson is available
Sandro Santilli [Wed, 7 Mar 2012 11:39:46 +0000 (11:39 +0000)]
Actually run GeoJSON input tests when libjson is available

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

13 years agoReport libjson availability from postgis_full_version (#1660)
Sandro Santilli [Wed, 7 Mar 2012 11:18:07 +0000 (11:18 +0000)]
Report libjson availability from postgis_full_version (#1660)

This commit adds a postgis_libjson_version() although the library
doesn't give any version information. We just return NULL if not
using the library and "UNKNOWN" otherwise.

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

13 years agoAdd note about installing json-c library on apt-based systems
Sandro Santilli [Wed, 7 Mar 2012 10:55:52 +0000 (10:55 +0000)]
Add note about installing json-c library on apt-based systems

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

13 years agoUpdate REQUIREMENTS section, add JSON-C (#1660)
Sandro Santilli [Wed, 7 Mar 2012 09:16:06 +0000 (09:16 +0000)]
Update REQUIREMENTS section, add JSON-C (#1660)

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

13 years agoI didn't realize we had ST_AsLatLonText already :)
Sandro Santilli [Wed, 7 Mar 2012 08:17:41 +0000 (08:17 +0000)]
I didn't realize we had ST_AsLatLonText already :)

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

13 years agoCrash in ST_Project on NULL input (#1658)
Paul Ramsey [Wed, 7 Mar 2012 05:31:24 +0000 (05:31 +0000)]
Crash in ST_Project on NULL input (#1658)

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

13 years agoSlightly more verbose error message for when rt_raster_gdal_rasterize() is unable...
Bborie Park [Wed, 7 Mar 2012 04:28:02 +0000 (04:28 +0000)]
Slightly more verbose error message for when rt_raster_gdal_rasterize() is unable to have an OSR object project a provided srs text.

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

13 years agoUpdate TODO list dropping done items
Sandro Santilli [Tue, 6 Mar 2012 21:16:38 +0000 (21:16 +0000)]
Update TODO list dropping done items

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

13 years agoWork around default rule for lexer generation. (#1644)
Paul Ramsey [Tue, 6 Mar 2012 18:55:19 +0000 (18:55 +0000)]
Work around default rule for lexer generation. (#1644)

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

13 years agoI'm not sure this "fix" was actually a fix so I'm removing it.
Paul Ramsey [Tue, 6 Mar 2012 16:19:25 +0000 (16:19 +0000)]
I'm not sure this "fix" was actually a fix so I'm removing it.

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

13 years agoSnap new lines over existing nodes (#1654)
Sandro Santilli [Tue, 6 Mar 2012 16:16:34 +0000 (16:16 +0000)]
Snap new lines over existing nodes (#1654)

Also add Salvatore to the list of testing heroes :)

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

13 years agoDon't let a single collapse hide _all_ edges (#1650)
Sandro Santilli [Tue, 6 Mar 2012 13:44:04 +0000 (13:44 +0000)]
Don't let a single collapse hide _all_ edges (#1650)

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

13 years agoSkip collapsed edges after snapping (#1650)
Sandro Santilli [Tue, 6 Mar 2012 13:21:01 +0000 (13:21 +0000)]
Skip collapsed edges after snapping (#1650)

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

13 years agoUncomment new tests for #1641
Sandro Santilli [Tue, 6 Mar 2012 13:20:41 +0000 (13:20 +0000)]
Uncomment new tests for #1641

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

13 years agoHave "make install" only install what "make" built (#1652)
Sandro Santilli [Tue, 6 Mar 2012 09:45:47 +0000 (09:45 +0000)]
Have "make install" only install what "make" built (#1652)

Also updates the README to be in sync with Makefile.in

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

13 years agoFix toTopoGeom to actualy _use_ to given tolerance (#1647)
Sandro Santilli [Tue, 6 Mar 2012 09:05:00 +0000 (09:05 +0000)]
Fix toTopoGeom to actualy _use_ to given tolerance (#1647)

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

13 years agoRename LOADER_OBJS to the more direct SHPLIB_OBJS
Paul Ramsey [Mon, 5 Mar 2012 23:09:24 +0000 (23:09 +0000)]
Rename LOADER_OBJS to the more direct SHPLIB_OBJS

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

13 years agoDefines are picked up from ../../postgis_config.h via ../liblwgeom_internal.h
Paul Ramsey [Mon, 5 Mar 2012 22:54:48 +0000 (22:54 +0000)]
Defines are picked up from ../../postgis_config.h via ../liblwgeom_internal.h

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