]> granicus.if.org Git - postgis/log
postgis
12 years agoAddition of RASTER_rasterToWorldCoord and RASTER_worldToRasterCoord
Bborie Park [Wed, 16 May 2012 18:47:36 +0000 (18:47 +0000)]
Addition of RASTER_rasterToWorldCoord and RASTER_worldToRasterCoord
functions

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

12 years agoAdditional lower-casing of language for PostgreSQL 9.2 as per r9735
Bborie Park [Wed, 16 May 2012 15:16:45 +0000 (15:16 +0000)]
Additional lower-casing of language for PostgreSQL 9.2 as per r9735

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

12 years ago#1820 part fix 9.2 language is case sensitive if quoted -- change 'C' and 'SQL' to...
Regina Obe [Wed, 16 May 2012 08:29:14 +0000 (08:29 +0000)]
#1820 part fix 9.2 language is case sensitive if quoted -- change 'C' and 'SQL' to 'c' and 'sql'

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

12 years agoAddition of some commented code. Might be useful if an option is added
Bborie Park [Mon, 14 May 2012 23:28:56 +0000 (23:28 +0000)]
Addition of some commented code.  Might be useful if an option is added
to output the VRTs used in the process of loading rasters

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

12 years agoChanged function parameter datatypes from uint16_t to int to better
Bborie Park [Mon, 14 May 2012 23:28:50 +0000 (23:28 +0000)]
Changed function parameter datatypes from uint16_t to int to better
handle out-of-range values

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

12 years agoCleanup new BuildArea code, add profiling prints (#1806)
Sandro Santilli [Thu, 10 May 2012 07:24:08 +0000 (07:24 +0000)]
Cleanup new BuildArea code, add profiling prints (#1806)

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

12 years agoSignificatively speedup BuildArea with complex input (#1806)
Sandro Santilli [Wed, 9 May 2012 12:08:16 +0000 (12:08 +0000)]
Significatively speedup BuildArea with complex input (#1806)

Affects ST_BuildArea, ST_MakeValid and ST_GetFaceGeometry.

Replaces the iterated SymDifference used since 2005 with a more
scalable algorithm. The new algorithm removes from the polygonized
result all polygons whose rings are known to be already represented
by holes or shells of other polygons and finally runs a single
overlay operation (unary union).

With the case attached to ticket #1806, ST_BuildArea completes
within 12 seconds using the new code while it takes 27 _minutes_
with the old. Both versions return the same result (according to
ST_Equals).

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

12 years agoAdd unit test for lwgeom_buildarea (useful for #1806)
Sandro Santilli [Wed, 9 May 2012 12:08:06 +0000 (12:08 +0000)]
Add unit test for lwgeom_buildarea (useful for #1806)

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

12 years agoST_BuildArea: arrange polygonized output reducing overlay cost (#1806)
Sandro Santilli [Tue, 8 May 2012 16:47:40 +0000 (16:47 +0000)]
ST_BuildArea: arrange polygonized output reducing overlay cost (#1806)

By running SymDifference against items with less points first we
reduce the overall cost (output vertices tend to always grow).

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

12 years agoMake ST_MakeValid tests immune by coordinates order (using ST_Equals)
Sandro Santilli [Tue, 8 May 2012 16:47:33 +0000 (16:47 +0000)]
Make ST_MakeValid tests immune by coordinates order (using ST_Equals)

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

12 years agoCross reference ST_BuildArea with ST_MakePolygon
Sandro Santilli [Tue, 8 May 2012 16:47:25 +0000 (16:47 +0000)]
Cross reference ST_BuildArea with ST_MakePolygon

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

12 years agowho is in charge of QA here? 1.5.4 completely missing from trunk
Regina Obe [Mon, 7 May 2012 11:50:41 +0000 (11:50 +0000)]
who is in charge of QA here? 1.5.4 completely missing from trunk

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

12 years agopostgis_raster_lib_version is also in rtpostgis.sql, not topology.sql
Sandro Santilli [Mon, 7 May 2012 07:08:13 +0000 (07:08 +0000)]
postgis_raster_lib_version is also in rtpostgis.sql, not topology.sql

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

12 years agopostgis_raster_scripts_installed is in rtpostgis.sql, not topology.sql
Sandro Santilli [Mon, 7 May 2012 06:58:36 +0000 (06:58 +0000)]
postgis_raster_scripts_installed is in rtpostgis.sql, not topology.sql

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

12 years agoREADME Installation error (#1804)
Paul Ramsey [Sat, 5 May 2012 13:06:13 +0000 (13:06 +0000)]
README Installation error (#1804)

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

12 years agoSort bugfixes by ticket number, add an item for #1802
Sandro Santilli [Fri, 4 May 2012 15:12:29 +0000 (15:12 +0000)]
Sort bugfixes by ticket number, add an item for #1802

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

12 years agoTurn custom allocators into an occasion for interruption (#1802)
Sandro Santilli [Fri, 4 May 2012 11:21:18 +0000 (11:21 +0000)]
Turn custom allocators into an occasion for interruption (#1802)

This change allows interrupting any function at allocation time.
Doesn't allow interrupting loops not invoking custom allocators
(includes GEOS, so far).

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

12 years agoProtect ST_Segmentize from max_length=0 (#1799)
Sandro Santilli [Fri, 4 May 2012 08:06:16 +0000 (08:06 +0000)]
Protect ST_Segmentize from max_length=0  (#1799)

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

12 years agoAdditional refactoring of rtpg_getSR().
Bborie Park [Fri, 4 May 2012 02:54:21 +0000 (02:54 +0000)]
Additional refactoring of rtpg_getSR().

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

12 years agoAdditional fixups in rtpg_getSR() for better handling of spatial_ref_sys.
Bborie Park [Fri, 4 May 2012 02:54:14 +0000 (02:54 +0000)]
Additional fixups in rtpg_getSR() for better handling of spatial_ref_sys.
Also inclusion of several regression tests to stress rtpg_getSR().

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

12 years agoRestrict the coverage of the geography polar interesction slightly.
Paul Ramsey [Mon, 30 Apr 2012 17:27:09 +0000 (17:27 +0000)]
Restrict the coverage of the geography polar interesction slightly.

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

12 years agoupdate stats
Regina Obe [Mon, 30 Apr 2012 00:35:56 +0000 (00:35 +0000)]
update stats

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

12 years agodrop_state_tables_generate_script state arg misnamed as address instead of param_state
Regina Obe [Mon, 30 Apr 2012 00:22:50 +0000 (00:22 +0000)]
drop_state_tables_generate_script state arg misnamed as address instead of param_state

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

12 years agoAdd note about clang build fix (#1694)
Sandro Santilli [Thu, 26 Apr 2012 20:32:27 +0000 (20:32 +0000)]
Add note about clang build fix (#1694)

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

12 years agoFix wrong ticket reference
Sandro Santilli [Thu, 26 Apr 2012 20:26:25 +0000 (20:26 +0000)]
Fix wrong ticket reference

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

12 years agoFix false edge-node crossing report in ValidateTopology (#1625)
Sandro Santilli [Thu, 26 Apr 2012 20:10:22 +0000 (20:10 +0000)]
Fix false edge-node crossing report in ValidateTopology (#1625)

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

12 years agoGive ST_Azimuth a chance with close but distinct points (#1791)
Sandro Santilli [Thu, 26 Apr 2012 16:30:18 +0000 (16:30 +0000)]
Give ST_Azimuth a chance with close but distinct points (#1791)

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

12 years agomeida /print wasn't working on all cheatsheets because too specific.
Regina Obe [Wed, 25 Apr 2012 22:36:38 +0000 (22:36 +0000)]
meida /print wasn't working on all cheatsheets because too specific.

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

12 years agoAddGeometryColumns allow dims = 0 (#1573)
Paul Ramsey [Wed, 25 Apr 2012 20:04:41 +0000 (20:04 +0000)]
AddGeometryColumns allow dims = 0 (#1573)

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

12 years agoFix toTopoGeom handling of duplicated primitives (#1790)
Sandro Santilli [Wed, 25 Apr 2012 19:41:33 +0000 (19:41 +0000)]
Fix toTopoGeom handling of duplicated primitives (#1790)

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

12 years agost_dwithin(geog, geog, 0) doesn't work (#1264)
Paul Ramsey [Wed, 25 Apr 2012 18:49:42 +0000 (18:49 +0000)]
st_dwithin(geog, geog, 0) doesn't work (#1264)

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

12 years agoForward port test from #1170
Paul Ramsey [Wed, 25 Apr 2012 17:54:57 +0000 (17:54 +0000)]
Forward port test from #1170

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

12 years agodon't underline and color hyperlinks in print mode
Regina Obe [Tue, 24 Apr 2012 22:05:04 +0000 (22:05 +0000)]
don't underline and color hyperlinks in print mode

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

12 years agorun_test hangs on MSYS (#1788)
Paul Ramsey [Tue, 24 Apr 2012 20:02:54 +0000 (20:02 +0000)]
run_test hangs on MSYS (#1788)

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

12 years agorun_test hangs on MSYS (#1788)
Paul Ramsey [Tue, 24 Apr 2012 19:56:35 +0000 (19:56 +0000)]
run_test hangs on MSYS (#1788)

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

12 years agoAzimuth on the 9th hour of the clock is 3PI/2, not 3PI/4 (thanks ij)
Sandro Santilli [Tue, 24 Apr 2012 19:12:12 +0000 (19:12 +0000)]
Azimuth on the 9th hour of the clock is 3PI/2, not 3PI/4 (thanks ij)

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

12 years agolibjson configure test doesn't include support for DLL (#1787)
Paul Ramsey [Tue, 24 Apr 2012 17:58:15 +0000 (17:58 +0000)]
libjson configure test doesn't include support for DLL (#1787)

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

12 years agoHush debugging in ST_DumpPoints
Sandro Santilli [Tue, 24 Apr 2012 15:37:55 +0000 (15:37 +0000)]
Hush debugging in ST_DumpPoints

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

12 years agoliblwgeom depends on postgis_config.h and postgis_svn_revision.h (#1786)
Sandro Santilli [Tue, 24 Apr 2012 09:16:17 +0000 (09:16 +0000)]
liblwgeom depends on postgis_config.h and postgis_svn_revision.h (#1786)

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

12 years agoFix deps of postgis on postgis_svn_revision.h, pgcommon and lwgeom
Sandro Santilli [Tue, 24 Apr 2012 09:16:09 +0000 (09:16 +0000)]
Fix deps of postgis on postgis_svn_revision.h, pgcommon and lwgeom

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

12 years agomake igst index link tag friendly and provide example of nd index.
Regina Obe [Mon, 23 Apr 2012 05:48:25 +0000 (05:48 +0000)]
make igst index link tag friendly and provide example of nd index.

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

12 years agoAdded note related to overviews not being aligned though the source
Bborie Park [Fri, 20 Apr 2012 16:13:01 +0000 (16:13 +0000)]
Added note related to overviews not being aligned though the source
rasters are aligned for specific overview factors.

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

12 years agoAdded ticket #1782 to NEWS. Updated contributors section.
Bborie Park [Fri, 20 Apr 2012 14:50:08 +0000 (14:50 +0000)]
Added ticket #1782 to NEWS.  Updated contributors section.

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

12 years agoFix incorrect call to geom->type where geom->flags is needed
Paul Ramsey [Fri, 20 Apr 2012 03:28:42 +0000 (03:28 +0000)]
Fix incorrect call to geom->type where geom->flags is needed

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

12 years agost_isclosed() doesn't return false for unclosed POLYGONS only LINESTRINGS (#1756)
Paul Ramsey [Fri, 20 Apr 2012 03:23:47 +0000 (03:23 +0000)]
st_isclosed() doesn't return false for unclosed POLYGONS only LINESTRINGS (#1756)

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

12 years agoRemoved emptry string check that prevented use of proj4text or srtext in
Bborie Park [Thu, 19 Apr 2012 15:24:00 +0000 (15:24 +0000)]
Removed emptry string check that prevented use of proj4text or srtext in
rtpg_getSR().  Ticket is #1782

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

12 years agominor comments changed
Bborie Park [Thu, 19 Apr 2012 15:23:55 +0000 (15:23 +0000)]
minor comments changed

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

12 years agoFix handling of tuples as described in #1782
Bborie Park [Wed, 18 Apr 2012 19:21:49 +0000 (19:21 +0000)]
Fix handling of tuples as described in #1782

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

12 years agoReplaced testing of two rasters' geotransform matrix with alignment test
Bborie Park [Mon, 16 Apr 2012 20:06:19 +0000 (20:06 +0000)]
Replaced testing of two rasters' geotransform matrix with alignment test

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

12 years agoFix #1468: shp2pgsql-gui table column schema get shifted
Mark Cave-Ayland [Sun, 15 Apr 2012 15:47:41 +0000 (15:47 +0000)]
Fix #1468: shp2pgsql-gui table column schema get shifted

A couple of copy/paste errors meant that the update handler was being invoked
a second time on the loader shapefile column name, rather than just once on
the schema column.

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

12 years agoshp2pgsql-gui: don't allow the user to edit the schema name in the listview.
Mark Cave-Ayland [Sun, 15 Apr 2012 15:46:44 +0000 (15:46 +0000)]
shp2pgsql-gui: don't allow the user to edit the schema name in the listview.

This brings the behaviour in line with that of the table name, and since
these entries are generated from the table selector there should be no
need to do this.

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

12 years agoRegress-test ST_ChangeEdgeGeom with 2-vertext target (#1775)
Sandro Santilli [Fri, 13 Apr 2012 21:14:57 +0000 (21:14 +0000)]
Regress-test ST_ChangeEdgeGeom with 2-vertext target (#1775)

This case was actually fixed by previous commit (ST_SymDifference)

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

12 years agofix ST_SymDifference(empty, geom) to return geom (#1776)
Sandro Santilli [Fri, 13 Apr 2012 21:04:15 +0000 (21:04 +0000)]
fix ST_SymDifference(empty, geom) to return geom (#1776)

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

12 years agoGive more detail on topology editing function exception
Sandro Santilli [Fri, 13 Apr 2012 14:32:07 +0000 (14:32 +0000)]
Give more detail on topology editing function exception

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

12 years agoUse an SQLPP command for pre-processing SQL files (#1694)
Sandro Santilli [Thu, 12 Apr 2012 14:09:22 +0000 (14:09 +0000)]
Use an SQLPP command for pre-processing SQL files (#1694)

The SQLPP command is figured at ./configure time.
It will use cpp(1) or gpp(1) if any is found in that order or
fallback to whatever CPP expands to (usually the compiler with -E)

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

12 years agoUse more compatible '#define' syntax
Sandro Santilli [Thu, 12 Apr 2012 14:09:10 +0000 (14:09 +0000)]
Use more compatible '#define' syntax

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

12 years agoDo not assume ndims check statements are fully qualified (#1708)
Sandro Santilli [Thu, 12 Apr 2012 10:51:31 +0000 (10:51 +0000)]
Do not assume ndims check statements are fully qualified (#1708)

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

12 years agoAutomate test for toTopoGeom usage with custom search_path (#1763)
Sandro Santilli [Thu, 12 Apr 2012 10:28:30 +0000 (10:28 +0000)]
Automate test for toTopoGeom usage with custom search_path (#1763)

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

12 years agoDo not consider RESET outputs
Sandro Santilli [Thu, 12 Apr 2012 10:28:11 +0000 (10:28 +0000)]
Do not consider RESET outputs

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

12 years agoRephrase item for about topology functions and full qualification
Sandro Santilli [Thu, 12 Apr 2012 10:06:40 +0000 (10:06 +0000)]
Rephrase item for about topology functions and full qualification

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

12 years agoFix NaN from ptarray_locate_point with zero-length lines (#1772)
Sandro Santilli [Thu, 12 Apr 2012 07:21:38 +0000 (07:21 +0000)]
Fix NaN from ptarray_locate_point with zero-length lines (#1772)

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

12 years agoFix comment doc about lwline_split_by_point_to
Sandro Santilli [Thu, 12 Apr 2012 07:21:23 +0000 (07:21 +0000)]
Fix comment doc about lwline_split_by_point_to

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

12 years agoAdd note about ST_RemEdgeModFace and ST_RemEdgeNewFace fix (#1766)
Sandro Santilli [Wed, 11 Apr 2012 19:20:25 +0000 (19:20 +0000)]
Add note about ST_RemEdgeModFace and ST_RemEdgeNewFace fix (#1766)

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

12 years agoDon't let ST_RemEdge* destroy TopoGeometry objects (#1766)
Sandro Santilli [Wed, 11 Apr 2012 19:17:49 +0000 (19:17 +0000)]
Don't let ST_RemEdge* destroy TopoGeometry objects (#1766)

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

12 years agoAdd note aboute #1714 bugfix
Sandro Santilli [Wed, 11 Apr 2012 12:37:26 +0000 (12:37 +0000)]
Add note aboute #1714 bugfix

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

12 years agoCleanup lines after (bad) snapping (#1714)
Sandro Santilli [Wed, 11 Apr 2012 12:37:18 +0000 (12:37 +0000)]
Cleanup lines after (bad) snapping (#1714)

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

12 years agoHave ST_ModEdgeSplit and ST_NewEdgesSplit to use ST_Spit (#1715)
Sandro Santilli [Tue, 10 Apr 2012 17:26:57 +0000 (17:26 +0000)]
Have ST_ModEdgeSplit and ST_NewEdgesSplit to use ST_Spit (#1715)

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

12 years agoCall config.status if liblwgeom.h.in newer than liblwgeom.h (#1691)
Sandro Santilli [Tue, 10 Apr 2012 15:51:06 +0000 (15:51 +0000)]
Call config.status if liblwgeom.h.in newer than liblwgeom.h (#1691)

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

12 years agoAdd bug fixes committed so far in the 2.0 branch
Sandro Santilli [Tue, 10 Apr 2012 10:20:33 +0000 (10:20 +0000)]
Add bug fixes committed so far in the 2.0 branch

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

12 years ago#1759 transform functionality doesn't work if you have raster installed.
Regina Obe [Tue, 10 Apr 2012 00:20:05 +0000 (00:20 +0000)]
#1759 transform functionality doesn't work if you have raster installed.

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

12 years agoAdded handling of subdatasets coming from NetCDF, HDF4 and HDF5.
Bborie Park [Mon, 9 Apr 2012 22:44:02 +0000 (22:44 +0000)]
Added handling of subdatasets coming from NetCDF, HDF4 and HDF5.
Associated ticket is #1761.

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

12 years agoFully qualify calls to topology functions (#1763)
Sandro Santilli [Sun, 8 Apr 2012 10:00:13 +0000 (10:00 +0000)]
Fully qualify calls to topology functions (#1763)

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

12 years ago#1757 -- change in behavior of ST_3Dlength_spheroid not noted and changed name incorr...
Regina Obe [Sat, 7 Apr 2012 02:05:15 +0000 (02:05 +0000)]
#1757 -- change in behavior of ST_3Dlength_spheroid not noted and changed name incorrectly stated.

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

12 years agohyperlink function names to section in online manual
Regina Obe [Fri, 6 Apr 2012 12:38:36 +0000 (12:38 +0000)]
hyperlink function names to section in online manual

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

12 years agoupdated version number in pom.xml
Chris Hodgson [Thu, 5 Apr 2012 18:35:47 +0000 (18:35 +0000)]
updated version number in pom.xml

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

12 years agoGeometry has Z dimension but column does not (#1755)
Paul Ramsey [Thu, 5 Apr 2012 18:25:22 +0000 (18:25 +0000)]
Geometry has Z dimension but column does not (#1755)

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

12 years agoSend an "unknown" typmod into gserialized constructor from ST_GeographyFromText ...
Paul Ramsey [Thu, 5 Apr 2012 18:22:40 +0000 (18:22 +0000)]
Send an "unknown" typmod into gserialized constructor from ST_GeographyFromText (#1755)

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

12 years agoAllow for 1.#INF to be threated as Inf (#1736)
Sandro Santilli [Thu, 5 Apr 2012 09:11:51 +0000 (09:11 +0000)]
Allow for 1.#INF to be threated as Inf (#1736)

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

12 years agoThreat Infinite and 1.#INF the same (#1736)
Sandro Santilli [Thu, 5 Apr 2012 09:11:43 +0000 (09:11 +0000)]
Threat Infinite and 1.#INF the same (#1736)

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

12 years agoDrop java/pljava dir (#1411)
Sandro Santilli [Thu, 5 Apr 2012 08:56:29 +0000 (08:56 +0000)]
Drop java/pljava dir (#1411)

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

12 years agoDo not mention pljava, it's gone (#1411)
Sandro Santilli [Thu, 5 Apr 2012 08:54:53 +0000 (08:54 +0000)]
Do not mention pljava, it's gone (#1411)

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

12 years agoFixed missing SVN revision tag in raster2pgsql's help
Bborie Park [Thu, 5 Apr 2012 00:27:42 +0000 (00:27 +0000)]
Fixed missing SVN revision tag in raster2pgsql's help

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

12 years agoAdd note about topology.Polygonize not doing edge linking
Sandro Santilli [Wed, 4 Apr 2012 21:49:31 +0000 (21:49 +0000)]
Add note about topology.Polygonize not doing edge linking

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

12 years agoTabs to spaces
Sandro Santilli [Wed, 4 Apr 2012 21:49:26 +0000 (21:49 +0000)]
Tabs to spaces

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

12 years agoUpdate release date for 2.0.0 (TODO more readable release notes)
Paul Ramsey [Tue, 3 Apr 2012 19:26:12 +0000 (19:26 +0000)]
Update release date for 2.0.0 (TODO more readable release notes)

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

12 years agoSet up for 2.0.1
Paul Ramsey [Tue, 3 Apr 2012 19:24:26 +0000 (19:24 +0000)]
Set up for 2.0.1

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

12 years agoPrep for 2.0.0
Paul Ramsey [Tue, 3 Apr 2012 19:22:38 +0000 (19:22 +0000)]
Prep for 2.0.0

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

12 years agoFix error message
Bborie Park [Tue, 3 Apr 2012 18:46:19 +0000 (18:46 +0000)]
Fix error message

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

12 years agoUse full URL to trac query
Sandro Santilli [Tue, 3 Apr 2012 18:29:06 +0000 (18:29 +0000)]
Use full URL to trac query

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

12 years agoAdd extensions
Paul Ramsey [Tue, 3 Apr 2012 18:24:48 +0000 (18:24 +0000)]
Add extensions

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

12 years agoConvert text to UTF8
Paul Ramsey [Tue, 3 Apr 2012 18:21:35 +0000 (18:21 +0000)]
Convert text to UTF8

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

12 years agoFinal answer?
Paul Ramsey [Tue, 3 Apr 2012 18:10:59 +0000 (18:10 +0000)]
Final answer?

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

12 years agorewrite breaking section
Paul Ramsey [Tue, 3 Apr 2012 17:46:05 +0000 (17:46 +0000)]
rewrite breaking section

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

12 years agoMore minor edits
Paul Ramsey [Tue, 3 Apr 2012 17:34:14 +0000 (17:34 +0000)]
More minor edits

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

12 years agoAdd ST_Node item
Sandro Santilli [Tue, 3 Apr 2012 17:27:39 +0000 (17:27 +0000)]
Add ST_Node item

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

12 years agoMinor reorg of NEWS, more to come
Paul Ramsey [Tue, 3 Apr 2012 17:25:34 +0000 (17:25 +0000)]
Minor reorg of NEWS, more to come

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

12 years agoWrite CREATE TYPE as expected by postgis_proc_upgrade.pl (#1746)
Sandro Santilli [Tue, 3 Apr 2012 12:05:54 +0000 (12:05 +0000)]
Write CREATE TYPE as expected by postgis_proc_upgrade.pl (#1746)

The script expects CREATE TYPE to spawn multimultiple lines ...

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

12 years agoAdd note about input noding for ST_Polygonize and ST_BuildArea
Sandro Santilli [Tue, 3 Apr 2012 12:05:45 +0000 (12:05 +0000)]
Add note about input noding for ST_Polygonize and ST_BuildArea

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

12 years agoUpdate changelog on trunk
Paul Ramsey [Sun, 1 Apr 2012 20:19:37 +0000 (20:19 +0000)]
Update changelog on trunk

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

12 years agoVersion bumps for RC2
Paul Ramsey [Sun, 1 Apr 2012 20:16:22 +0000 (20:16 +0000)]
Version bumps for RC2

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