[postgis-devel] [PostGIS] #575: ST_Union fails on a group of linestrings.
PostGIS
trac at osgeo.org
Mon Mar 7 09:31:10 PST 2011
#575: ST_Union fails on a group of linestrings.
--------------------------+-------------------------------------------------
Reporter: jeffadams78 | Owner: pramsey
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 1.5.3
Component: postgis | Version: 1.5.X
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------
Changes (by jadams):
* cc: jadams (added)
Comment:
strk: Yes upgrading to the GEOS trunk fixes it.
For others who want to try this:
1. Download the trunk from http://geos.osgeo.org/snapshots/
2. tar -xvfj the file
3. configure, make, sudo make install
4. Remove the existing libgeos-3.2.2.so, libgeos_c.so, libgeos_c.so.1
files from /usr/lib, replace with libgeos-3.3.0.so, libgeos_c.so, and
libgeos_c.so.1 files from /usr/local/lib.
5. Restart postgresql.
6. Verify you now are using GEOS 3.3.0 by running "SELECT
postgis_full_version()".
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/575#comment:4>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list