Re: [geos-devel] Holes in holes

2009-11-27 Thread strk
direction is OGC valid. --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! ___ geos-devel mailing list geos-devel@lists.osgeo.org http://lists.osgeo.org/mailman

Re: [geos-devel] platform.h and config.h

2009-11-26 Thread strk
I've added ISNAN detection result in platform.h instead. config.h seems to be unused except from a profiler.h file which probably doesn't need it in turn.. I'd drop config.h (after release though). Please test r2748. (./configure sould do, no need to autogen.sh again) --strk; On Thu, Nov 26

[geos-devel] 3.2.0-rc2 tagged

2009-11-24 Thread strk
For the sake of heap allocation reductions... svn co http://svn.osgeo.org/geos/tags/3.2.0-rc1 --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! ___ geos-devel

Re: [geos-devel] 3.2.0-rc2 ready for download/test

2009-11-24 Thread strk
And here's the tarball: http://download.osgeo.org/geos/geos-3.2.0rc2.tar.bz2 --strk; On Tue, Nov 24, 2009 at 07:16:20PM +0100, strk wrote: For the sake of heap allocation reductions... svn co http://svn.osgeo.org/geos/tags/3.2.0-rc1 --strk; Free GIS Flash consultant/developer

Re: [geos-devel] Benchmark between various geometry libraries

2009-11-23 Thread strk
the difference between GEOS and GGL is : coordinates access. --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! ___ geos-devel mailing list geos-devel@lists.osgeo.org http

Re: [geos-devel] Benchmark between various geometry libraries

2009-11-19 Thread strk
pointers around and delegates memory management to the garbage collector. --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! ___ geos-devel mailing list geos-devel

Re: [geos-devel] 3.2.0rc1 tagged

2009-11-17 Thread strk
..\..\..\tests\unit\capi\GEOSGeomFromWKBTest.cpp Good catch, it's missing from Makefile.am as well. I'll take a look (and ok, I'll add the autogen.bat too) --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple

[geos-devel] autogen.bat

2009-11-17 Thread strk
On Tue, Nov 17, 2009 at 09:24:08PM +0100, strk wrote: On Tue, Nov 17, 2009 at 01:36:40PM -0500, Obe, Regina wrote: Also just curious - what is the reason why autogen.bat is not packaged in the tar ball? Seems a bit of a pain to have to go to svn for that file. Users of proprietary

Re: [geos-devel] 3.2.0rc1 tagged

2009-11-13 Thread strk
, and only in platform.h. Maybe you need to copy platform.h.vc to platform.h ? --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! ___ geos-devel mailing list geos-devel

Re: [geos-devel] IMPORTANT: Losing Regression Tests

2009-09-28 Thread strk
the test source code and I think it should be possible to replace CMarkupSTL [1] class with TinyXML. It is used by XMLTester class [1] only. Committed in r2634. Thanks for the tip. God save the testsuite! --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http

Re: [geos-devel] [Fwd: [Boost-users] [boost] Formal Review: Boost.Polygon starts today August 24, 2009]

2009-09-02 Thread strk
? --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! ___ geos-devel mailing list geos-devel@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/geos-devel

Re: [geos-devel] Porting LengthIndexedLine.project?

2009-08-04 Thread strk
Martin forgot to answer publically, anyway, he mentioned tests are here: test.jts.junit.linearref NOTE: they are only in CVS: :pserver:c...@cvs.jump-project.org:/home/cvs/jts --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk

Re: [geos-devel] mapserver crash on exit, with svn head geos

2009-07-21 Thread strk
is not linked to 2 different versions of the geos lib. I have had a similar problem with qgis/gdal due to this problem. A rebuild of both packages fixed it for me. --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple

Re: [geos-devel] [GEOS] #275: Topology Exception on valid geometries

2009-07-06 Thread strk
On Mon, Jul 06, 2009 at 09:44:40AM -0700, Martin Davis wrote: This works in JTS. It works in trunk too when converted to an XML testcase. I'll update the trac issue ASAP. Martin: I'd appreciate if you could follow up there. TIA. --strk; #275: Topology Exception on valid geometries

Re: [geos-devel] installed C++ headers

2009-06-08 Thread strk
FYI: by installing *all* headers the include/geos installed dir gets up to 1928Kb from 1128Kb for 335 header files from 172. I still think it makes sense to do that, at least for consistency (what win users get is what unix users get). --strk; On Sun, Jun 07, 2009 at 12:45:52AM +0200, strk

Re: [geos-devel] installed C++ headers

2009-06-08 Thread strk
Let users free to hurt themselves patch was committed in revision 2557 ... Welcome to the jungle. --strk; On Mon, Jun 08, 2009 at 11:26:59AM +0200, strk wrote: FYI: by installing *all* headers the include/geos installed dir gets up to 1928Kb from 1128Kb for 335 header files from 172. I

Re: [geos-devel] 3.2.0 Preparations

2009-05-29 Thread strk
give another pass at packages port syncs so we can call 3.2.0 a JTS-1.10 port w/out being embarassed :) --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! ___ geos

[geos-devel] Release 3.2.0 plans ?

2009-05-26 Thread strk
Hello all, I might have the chance to help with closing up release 3.2.0 so would like to ask you: is there a plan for that already ? --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple

Re: [geos-devel] GEOS cross-heap problems

2009-05-13 Thread strk
. PS: I've noticed Frank added a ChangeLog entry manually. Was that the way ? As I haven't touched it :( --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple

Re: [geos-devel] Re: GEOS, Shapely, DLLs, and memory (Mateusz Loskot)

2009-05-08 Thread strk
! --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! ___ geos-devel mailing list geos-devel@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/geos-devel

Re: [geos-devel] build error on trunk

2009-04-21 Thread strk
. --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! ___ geos-devel mailing list geos-devel@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/geos-devel

[geos-devel] Numerical stability and -ffloat-store flag

2009-04-15 Thread strk
available in the compiler. Ok for everyone ? --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! ___ geos-devel mailing list geos-devel@lists.osgeo.org http

[geos-devel] Buffer gets 20 times faster

2009-04-14 Thread strk
find the dataset you used at the Toronto Sprint for such tests ? --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! ___ geos-devel mailing list geos-devel

[geos-devel] Prepared geometry API

2009-04-08 Thread strk
or implementation ? --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! ___ geos-devel mailing list geos-devel@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

[geos-devel] Memory bug in Prepared geometry

2009-04-08 Thread strk
--strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! ___ geos-devel mailing list geos-devel@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/geos-devel

[geos-devel] JTS-1.9 Buffer enhancement to be ported

2009-04-07 Thread strk
FYI, Safe Software funded me for porting enhancement in Buffer and Valid operation from JTS-1.9 to GEOS. I'm at work already. Thanks Safe. --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple

Re: [geos-devel] Question

2009-03-31 Thread strk
with g1srid, which g1srid value is 5001 and g2srid is -1. My GEOS version is 3.1.0. I don't know why? Can anyone give me answer The WKT standard doesn't include a SRID specification, so GEOSGeomToWKT won't get it. Still GEOSGeomFromWKT accepts that. --strk; Free GIS Flash consultant/developer

Re: 3D operations (Re: [geos-devel] C API coordinate sequence dimensions)

2009-01-14 Thread strk
you wouldn't care about if you aren't using 3d features. Paul draw the specs about expected behaviour. Dunno if there's a doc around and I likely lost mine (Oops). --strk; Free GIS Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep

Re: [geos-devel] Motion: Add Sandro Santilli to GEOS PSC

2008-11-13 Thread strk
On Thu, Nov 13, 2008 at 10:42:30AM -0800, Paul Ramsey wrote: Actually, I don't have a vote :) Ouch, it was a trap then ! ':-O --strk; ___ geos-devel mailing list geos-devel@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/geos-devel

Re: [geos-devel] GEOS on wikipedia

2008-11-12 Thread strk
and OSGeo. Does Mapserver make direct use ? list of projects that are using it. Also I would add links to OSGeo page point to the wiki page, and maybe some of the other projects that use GEOS and are also in wikipedia. Help welcome... --strk; ___ geos

Re: [geos-devel] Thread Safe CAPI RFC acceptance...

2008-11-03 Thread strk
. The definition for Reentrant given in RFC3 requires checking under the CAPI layer to see if the core lib isn't using statics itself. I don't think it does, but I'm a bit outdated on latest developments... --strk; ___ geos-devel mailing list geos-devel

Re: [geos-devel] Unclear objects lifetime and ownership issues in Monotone Chain components

2008-09-24 Thread strk
transfers. I'd be thankful if original authors of these components (Ben?, Sandro?) could share their minds. Truth is (and you know): GEOS needs a GC ! Can't keep being considered 1:1 mapping with JTS if doesn't have one... --strk; ___ geos-devel mailing

Re: [geos-devel] Unclear objects lifetime and ownership issues in Monotone Chain components

2008-09-24 Thread strk
On Wed, Sep 24, 2008 at 10:50:59PM +0200, Mateusz Loskot wrote: strk wrote: The most effective way was usually kind of pools. Basically, you use containers of things to delete at the end of the operations (every operation is a class anyway). It usually did fine. Generally, true

<    1   2