Re: [geos-devel] [#317] Build configuration for CMake build system

2010-01-21 Thread strk
On Wed, Jan 20, 2010 at 11:05:40PM +, Mateusz Loskot wrote: > strk wrote: > > /usr/src/geos/cmake_build/include/geos/platform.h:147:3: error: #error > > "Could not find finite or isfinite function or macro!" > > make[2]: *** > > [src/CMakeFiles/geos.dir/algorithm/distance/DiscreteHausdorffDi

[geos-devel] [GEOS] #320: factory for std::vector

2010-01-21 Thread GEOS
#320: factory for std::vector +--- Reporter: 12345678| Owner: geos-devel@lists.osgeo.org Type: task| Status: new Priority: major | Milestone:

[geos-devel] Re: [GEOS] #320: factory for std::vector

2010-01-21 Thread GEOS
#320: factory for std::vector +--- Reporter: 12345678|Owner: geos-devel@lists.osgeo.org Type: task| Status: new Priority: major |Milestone:

[geos-devel] [GEOS] #321: crash in geos::geom::WKTWriter

2010-01-21 Thread GEOS
#321: crash in geos::geom::WKTWriter +--- Reporter: 12345678| Owner: geos-devel@lists.osgeo.org Type: defect | Status: new Priority: major | Milestone:

Re: [geos-devel] Topology Exception with nested collections

2010-01-21 Thread Martin Davis
JTS/GEOS does not support unioning GeometryCollections. Not sure how PostGIS is sidestepping this problem - perhaps it just ignores it? One issue is that just because a GeometryCollection of Polygons is valid does not mean that the set of Polygons would form a valid MultiPolygon (they might o

RE: [geos-devel] Topology Exception with nested collections

2010-01-21 Thread Obe, Regina
Hmm more smurf code but in PostGIS. I guess its been there for a while since my PostGIS 1.3.6 exhibits the same behavior. I presume it must be then dumping out the collection before feeding it to GEOS if GEOS doesn't support this directly. Martin -- If all the Polygons are valid though, the