[postgis-devel] lwgeom parser robustness and niceness

strk strk at keybit.net
Wed Jun 9 01:40:16 PDT 2004


On Wed, Jun 09, 2004 at 09:16:14AM +1200, Ralph Mason wrote:
> 
> >ERROR:  couldnt determine if input lwgeom is WKB or WKT
> >
> >I think 1) it's clearly a WKT and 2) we could accept lower or mixed case
> >lwgeoms, wouldn't it be acceptable in speed ?
> >
> > 
> >
> I have quite a big commit sitting here that I need to find some time to 
> do.  It will fix that, the WTK / WKB parser is case insensitive, the 
> changes I have address those problems.
> 
> Ralph

I've already fixed that. The parser itself was case insensitive
but the caller did check for upper case letters before invoking the
parser....

I've also added prototypes. I hope my changes won't be a problem
for your sitting commits.


--strk;

> 
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel



More information about the postgis-devel mailing list