Commit graph

89 commits

Author SHA1 Message Date
Sandro Santilli f4a53f17dc Drop topology specific versioning
git-svn-id: http://svn.osgeo.org/postgis/trunk@8406 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-14 13:31:07 +00:00
Sandro Santilli 83acab6ec3 tabs to spaces
git-svn-id: http://svn.osgeo.org/postgis/trunk@8381 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-13 12:00:46 +00:00
Bborie Park ad529be679 With commit of C-based raster2pgsql in r8369, removed dependency checks on Python, NumPy and GDAL with Python bindings. You will want to run autogen.sh with this commit. With this commit, the python-based raster2pgsql.py is now retired and unsupported.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8371 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-13 03:00:12 +00:00
Bborie Park 8b8ce38f5d Addition of C-based raster2pgsql in raster/loader. No changes have been made to remove the existing python-based raster2pgsql.py nor remove the python dependency in configure. Users will need to run autogen.sh after this revision.
Associated ticket is #1297.


git-svn-id: http://svn.osgeo.org/postgis/trunk@8369 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-12 23:12:46 +00:00
Bborie Park 028ea10f03 Added a flag --with-raster-dblwarning so as to provide the software builder the option of enabling all the value truncation/clamping/conversion warnings, which can be many. The new default is to suppress those warnings. All appropriate regression tests have been updated.
Associated ticket is #1307


git-svn-id: http://svn.osgeo.org/postgis/trunk@8181 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-18 18:30:00 +00:00
Paul Ramsey ace966d7c3 Move library link to appropriate place.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8168 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-18 00:29:19 +00:00
Paul Ramsey 07b03da783 Add ST_GeomFromGeoJSON (#376)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8167 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-18 00:17:56 +00:00
Bborie Park c577caddff Fixed --with-gdalconfig parameter as per ticket #1167.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7950 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-05 18:55:03 +00:00
Bborie Park 54d6bc0265 Adds postgis_gdal_version() function as per ticket #1225.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7945 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-04 22:38:46 +00:00
Sandro Santilli 1e09b5c1b8 Include version in liblwgeom.h [RT-SIGTA]
Closes ticket #1164

git-svn-id: http://svn.osgeo.org/postgis/trunk@7762 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-19 10:12:00 +00:00
Sandro Santilli a1304fc5ab Fix for missing include directory on Mingw (#1158). Thanks Bryce Nordgren.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7748 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-14 19:47:04 +00:00
Sandro Santilli f3db965181 Second attempt at libtool usage. Seems better to me now.
PostGIS clients still all use the static version of the library.
Libraries are not installed by default.
[RT-SIGTA]

git-svn-id: http://svn.osgeo.org/postgis/trunk@7744 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-13 10:06:07 +00:00
Sandro Santilli 4239e692bb Make transformation and projection cache API available (ticket #1053)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7734 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-12 17:25:01 +00:00
Sandro Santilli 25ae1f548b Re-drop use of libtool (more troubles than help).
Stub a rule to build and install a shared liblwgeom.
[RT-SIGTA].

git-svn-id: http://svn.osgeo.org/postgis/trunk@7701 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-06 17:48:39 +00:00
Sandro Santilli e5152c02d6 Use libtool to build liblwgeom. Still only static. [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7699 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-06 15:12:32 +00:00
Sandro Santilli 5a9d3c5db2 Use GEOS compiler and linker flags for liblwgeom, add lwgeom_geos_noop and cunit test for it (to confirm linking works, and it does) [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7698 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-06 09:47:01 +00:00
Jorge Arévalo 6c38bd8437 Check for new GDALFPolygonize function. If it isn't present, the old GDALPolygonize is called. Related ticket #650.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7316 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-03 15:19:40 +00:00
Sandro Santilli 2f5a7640a4 Drop the unused BUILD_RASTER configure variable, fix use of the RASTER variable. Fixes bug #910.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7031 b70326c6-7e19-0410-871a-916f4a2858ee
2011-04-14 13:50:39 +00:00
Jorge Arévalo e3dba3f6ca Raster testing added to core testing. Related ticket #762.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6994 b70326c6-7e19-0410-871a-916f4a2858ee
2011-04-01 05:18:45 +00:00
Mateusz Loskot 708e3a0268 Improved GDAL detection and reporting
git-svn-id: http://svn.osgeo.org/postgis/trunk@6848 b70326c6-7e19-0410-871a-916f4a2858ee
2011-02-19 01:05:30 +00:00
Mateusz Loskot 5126c12a59 ./configure checks for GDAL Python bindings with built-in NumPy array support (Ticket #838)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6847 b70326c6-7e19-0410-871a-916f4a2858ee
2011-02-19 00:42:52 +00:00
Sandro Santilli 89d8fb0289 Generate GNUMakefile, add a --with-topology switch to configure, enabling descending under topology/ dir
git-svn-id: http://svn.osgeo.org/postgis/trunk@6404 b70326c6-7e19-0410-871a-916f4a2858ee
2010-12-15 18:03:52 +00:00
Mateusz Loskot 0f330a7dd9 Updated the raster messages output by the configure script.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6248 b70326c6-7e19-0410-871a-916f4a2858ee
2010-12-02 15:28:46 +00:00
Paul Ramsey 88f90fa704 First attempt at i18n for the loader/dumper.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6239 b70326c6-7e19-0410-871a-916f4a2858ee
2010-12-02 00:44:24 +00:00
Paul Ramsey 32e4d5caee Clean out scruft from my G_ phase and start attempting to separate _internal from external liblwgeom functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6157 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-31 02:31:34 +00:00
Jorge Arévalo d2f82a6424 Fixes on PostGIS Raster debug system. The raster core uses
default_info_handler() call. Other minor bugs fixed. Created DEBUG file in
raster directory, similar to postgis/DEBUG file. Erased references to old raster debug variables in configure.ac. Deleted old readme file.


git-svn-id: http://svn.osgeo.org/postgis/trunk@6136 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-26 17:40:32 +00:00
Jorge Arévalo 1d76af7b79 Changed '--with-gdal' for '--with-gdalconfig'. Related tickets #610 #616
git-svn-id: http://svn.osgeo.org/postgis/trunk@6099 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 16:29:26 +00:00
Jorge Arévalo 562b81caab Raster build simplified. Only "./configure --with-raster & make & make install" needed. Raster objetive names changed in GNUMakefile. Raster library object generated with PostGIS version numbers.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6095 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 14:00:49 +00:00
Jorge Arévalo dc8b342f29 - Added raster extension to new 'raster' directory.
- Modified PostGIS 'configure.ac' script to add support for new raster type (driven by '--with-raster' configure option.
- Added raster build options to 'GNUMakefile' script.
- PostGIS Python scripts moved to a 'python' subdirectory inside 'raster/scripts' directory.
- References to "WKT" deleted from source code.


git-svn-id: http://svn.osgeo.org/postgis/trunk@6019 b70326c6-7e19-0410-871a-916f4a2858ee
2010-09-26 21:21:03 +00:00
Mark Cave-Ayland 24e1473a21 Fix #458: postgis_comments being installed in contrib instead of version folder (this is a little bit of a hack since we can't merge PGXS into the main Makefile directly, but it works).
git-svn-id: http://svn.osgeo.org/postgis/trunk@5926 b70326c6-7e19-0410-871a-916f4a2858ee
2010-09-10 12:58:05 +00:00
Mark Leslie 8627624d89 Pushing the shp2pgsql-gui changes (multi-file, validation, drag-n-drop) pulled from stable branch into trunk.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5809 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-11 09:50:38 +00:00
Paul Ramsey 3165f83a32 Make use of iconvctl conditional on it existing
git-svn-id: http://svn.osgeo.org/postgis/trunk@5648 b70326c6-7e19-0410-871a-916f4a2858ee
2010-05-27 14:02:07 +00:00
Paul Ramsey 46b86887f5 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
2010-04-06 23:37:07 +00:00
Mark Cave-Ayland 1c5cb035c3 Fix the PGXS override code for detecting older versions of PostgreSQL - the existing (incomplete) check was still checking for a minimum version of 8.5, rather
than the new version number of 9.0.


git-svn-id: http://svn.osgeo.org/postgis/trunk@5422 b70326c6-7e19-0410-871a-916f4a2858ee
2010-03-12 13:29:28 +00:00
Paul Ramsey 2bfaa2112f Keep floats out of registers for spheroid calculation. Fixes odd bug in OS/X gcc 4.1. Could probably be narrowed to only use flag on affected platform. (#395)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5180 b70326c6-7e19-0410-871a-916f4a2858ee
2010-01-29 21:24:24 +00:00
Paul Ramsey 151d59d317 Make GEOS test insist on >= 3.1.1
git-svn-id: http://svn.osgeo.org/postgis/trunk@5171 b70326c6-7e19-0410-871a-916f4a2858ee
2010-01-26 21:10:56 +00:00
Nicklas Avén 4c3126d011 add missing comment
git-svn-id: http://svn.osgeo.org/postgis/trunk@5149 b70326c6-7e19-0410-871a-916f4a2858ee
2010-01-21 13:08:34 +00:00
Nicklas Avén 2a46f5271b Fix for make check on MingW #389
git-svn-id: http://svn.osgeo.org/postgis/trunk@5148 b70326c6-7e19-0410-871a-916f4a2858ee
2010-01-21 07:19:31 +00:00
Paul Ramsey 7d94c6fd13 Make GEOS 3.1 the mandatory minimum (#385)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5129 b70326c6-7e19-0410-871a-916f4a2858ee
2010-01-15 17:54:52 +00:00
Paul Ramsey 59cdac512b Override pgxs defaults for install, from mcayland (#311)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5105 b70326c6-7e19-0410-871a-916f4a2858ee
2010-01-08 22:48:29 +00:00
Paul Ramsey 05c892198a Make configure error out when iconv is unavailable. (#367)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5097 b70326c6-7e19-0410-871a-916f4a2858ee
2010-01-04 05:42:06 +00:00
Olivier Courtin 1358086804 Libxml become mandatory. Cf #344. Modify configure step, remove all HAVE_LIBXML2 from code, sql and unit tests. Update documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@5032 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-18 19:08:20 +00:00
Paul Ramsey b91c810871 Add in icon and resource information for Win32 GUI
git-svn-id: http://svn.osgeo.org/postgis/trunk@5024 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-18 06:39:48 +00:00
Paul Ramsey 22582d936c Make GUI open w/o console under Win32
git-svn-id: http://svn.osgeo.org/postgis/trunk@5023 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-18 05:55:45 +00:00
Paul Ramsey a2e2a58e0b Add --with-libiconv argument to configure, to allow third-party iconv libraries to be used instead of system iconv, if so desired. Necessary to work around an OS/X Snow Leopard issue (iconv_open only available as a 32 bit call!)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5004 b70326c6-7e19-0410-871a-916f4a2858ee
2009-12-15 18:44:09 +00:00
Paul Ramsey ece3a6e512 Fix warnings from cpp during sql file build as reported by kneufeld
git-svn-id: http://svn.osgeo.org/postgis/trunk@4943 b70326c6-7e19-0410-871a-916f4a2858ee
2009-11-30 20:37:56 +00:00
Olivier Courtin d1f3fe6f05 Add libxml2 version information in postgis_full_version. Add libxml2 support information in postgis_version. Add new postgis_libxml_version function. Add doc entry for this new function.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4885 b70326c6-7e19-0410-871a-916f4a2858ee
2009-11-23 14:26:45 +00:00
Paul Ramsey 843402c2fd Make scripts version independent of library micro-version.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4838 b70326c6-7e19-0410-871a-916f4a2858ee
2009-11-16 20:25:13 +00:00
Paul Ramsey 88301cc4d4 Make POSTGIS_SCRIPTS_VERSION reflect the maximum SVN version of the SQL input files. (#242)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4837 b70326c6-7e19-0410-871a-916f4a2858ee
2009-11-16 19:52:58 +00:00
Paul Ramsey 8e1bedc4d9 Make the configure-time test for PgSQL version check for 8.3+ (#290)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4765 b70326c6-7e19-0410-871a-916f4a2858ee
2009-11-07 16:17:58 +00:00