]>
granicus.if.org Git - postgis/log
Bborie Park [Wed, 16 May 2012 18:50:09 +0000 (18:50 +0000)]
Updated to note bug #1819
git-svn-id: http://svn.osgeo.org/postgis/trunk@9739
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Wed, 16 May 2012 18:47:46 +0000 (18:47 +0000)]
Added ST_Raster2WorldCoord and ST_World2RasterCoord functions to consume
RASTER_rasterToWorldCoord and RASTER_worldToRasterCoord functions.
Refactored existing ST_Raster2WorldCoord(X|Y) and
ST_World2RasterCoord(X|Y) functions to call new functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@9738
b70326c6 -7e19-0410-871a-
916f4a2858ee
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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