On Thu, 2004-07-15 at 14:56, ross wrote: > I've been fixing a bug in my application code recently and found two > things in geos that could do with some attention: > > 1/ have a getGeometryType member function that returns an integer > rather than a string as testing integers is faster than a string > compare; getGeometryTypeId already does this.