Commit graph

7879 commits

Author SHA1 Message Date
Bborie Park d1abde2e06 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
2012-03-13 16:13:48 +00:00
Sandro Santilli ba8ee640f5 Add upgrade instructions
git-svn-id: http://svn.osgeo.org/postgis/trunk@9483 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-13 09:18:04 +00:00
Sandro Santilli 08fb7ae21e 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
2012-03-13 09:17:55 +00:00
Sandro Santilli 17aad4599b Add note about toTopoGeom
git-svn-id: http://svn.osgeo.org/postgis/trunk@9481 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-13 09:17:46 +00:00
Sandro Santilli a3d4467fbe 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
2012-03-13 08:33:06 +00:00
Sandro Santilli 3e394c5358 Add note about topology/README
git-svn-id: http://svn.osgeo.org/postgis/trunk@9479 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-13 08:30:02 +00:00
Sandro Santilli 7b72ac706b 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
2012-03-13 08:18:10 +00:00
Paul Ramsey 8be09879c7 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
2012-03-12 21:27:39 +00:00
Sandro Santilli 03de589457 Fix UTM zone reserved SRID interpretation (#1680)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9476 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-12 17:45:48 +00:00
Sandro Santilli 70d5cdcc0a 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
2012-03-10 14:33:35 +00:00
Sandro Santilli 1e8b055719 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
2012-03-10 14:28:09 +00:00
Sandro Santilli fa965b01d8 typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@9473 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 14:28:00 +00:00
Sandro Santilli be17351a07 Drop commented out lines
git-svn-id: http://svn.osgeo.org/postgis/trunk@9472 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 14:27:48 +00:00
Sandro Santilli 5f34d6975f Add credits to Salvatore
git-svn-id: http://svn.osgeo.org/postgis/trunk@9471 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 14:08:42 +00:00
Sandro Santilli a1e5813887 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
2012-03-10 14:08:23 +00:00
Sandro Santilli 8678447b0a <sect1info> goes before <title>
git-svn-id: http://svn.osgeo.org/postgis/trunk@9469 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 14:08:13 +00:00
Sandro Santilli e3ec105140 <note> cannot be direct child of <abstract> (xmllint)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9468 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 14:08:03 +00:00
Sandro Santilli 6e6b7f543a choice is a <paramdef> attribute, not <type>'s
git-svn-id: http://svn.osgeo.org/postgis/trunk@9467 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 14:07:54 +00:00
Sandro Santilli 40800ea070 <abstract> can't contain <note> (xmllint)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9466 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 14:07:41 +00:00
Sandro Santilli a7449b83f8 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
2012-03-10 13:44:22 +00:00
Sandro Santilli 4ba2305eb2 More <para> wrapping (xmllint)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9464 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 13:44:14 +00:00
Sandro Santilli 1959c4cb86 wrap more <informalfigure> content in <para> (xmllint)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9463 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 13:44:04 +00:00
Sandro Santilli 1be16d8f5b choice is a <paramdef> attribute, not <type>'s
git-svn-id: http://svn.osgeo.org/postgis/trunk@9462 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 13:43:53 +00:00
Sandro Santilli 2750194e80 wrap <informalfigure> content in <para> (xmllint)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9461 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 13:43:44 +00:00
Sandro Santilli f7539b3ce6 wrap <listitem> content in <para> (xmllint)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9460 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 13:43:35 +00:00
Sandro Santilli 88390212c1 choice belongs to <paramdef>, not <parameter> (xmllint)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9459 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 13:43:26 +00:00
Sandro Santilli 01e55e41fb <sect1info> goes before <title>
git-svn-id: http://svn.osgeo.org/postgis/trunk@9458 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 13:43:15 +00:00
Sandro Santilli 16ed5615bc <informalfigure> goes in <para> (xmllint)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9457 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 13:43:06 +00:00
Sandro Santilli e42a126ace Use <para> as appropriate (xmllint)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9456 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 13:42:56 +00:00
Sandro Santilli 7050467d4f <informalfigure> must be in <para> (xmllint)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9455 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 13:42:43 +00:00
Sandro Santilli 7a5eba86d4 Put semicolon where it belongs (xmllint)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9454 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 13:42:32 +00:00
Sandro Santilli dee88e2084 Use <para> elements according to the DTD (xmllint)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9453 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 13:42:22 +00:00
Sandro Santilli 079c61f2f4 <strong> to <emphasis> (xmllint)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9452 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 13:42:12 +00:00
Sandro Santilli 294a380e66 <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
2012-03-10 13:00:14 +00:00
Sandro Santilli 7473ee4fb1 More linked -> linkend typos
git-svn-id: http://svn.osgeo.org/postgis/trunk@9450 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 12:51:42 +00:00
Sandro Santilli e5b730c35c Fix xref (thanks make check)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9449 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 12:10:11 +00:00
Sandro Santilli 6428c819c2 linked -> linkend (thanks make check)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9448 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 12:07:17 +00:00
Sandro Santilli de76fa3d95 Add credit to Avencia (#1671)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9447 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 11:38:56 +00:00
Sandro Santilli 35771aa464 More credits
git-svn-id: http://svn.osgeo.org/postgis/trunk@9446 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 11:31:44 +00:00
Sandro Santilli 01ccee8b26 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
2012-03-10 11:26:31 +00:00
Sandro Santilli a1c27d1b2f Substitute CREDITS content with pointers to manual (#1601)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9444 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 10:34:47 +00:00
Sandro Santilli 6c351db6c6 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
2012-03-10 10:27:28 +00:00
Bborie Park 472f517d67 Cleanup for testing GDAL include files
git-svn-id: http://svn.osgeo.org/postgis/trunk@9442 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 00:40:10 +00:00
Bborie Park 9882d1ff9f 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
2012-03-10 00:30:32 +00:00
Bborie Park adf7df8613 Removed multiple AC_ARG_WITH calls for raster
git-svn-id: http://svn.osgeo.org/postgis/trunk@9440 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 00:24:53 +00:00
Bborie Park b5b3041a47 Another attempt to fix hudson...
git-svn-id: http://svn.osgeo.org/postgis/trunk@9439 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 00:19:00 +00:00
Bborie Park 5d6396d598 Comment cleanup as hudson isn't happy.
git-svn-id: http://svn.osgeo.org/postgis/trunk@9438 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-10 00:05:08 +00:00
Bborie Park 4318f5229e 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
2012-03-09 23:57:50 +00:00
Bborie Park 885d19a614 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
2012-03-09 19:00:25 +00:00
Paul Ramsey a0a812c9b6 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
2012-03-09 17:46:29 +00:00