[postgis-devel] Re: NULL geometries

David Blasby dblasby at refractions.net
Mon Jun 7 10:36:08 PDT 2004


strk wrote:
> lwgparse.c:lwg_parse_yyerror() called an undefined error() function
> instead of the registered error_func().
> I dunno how did it work for you...  I've fixed this now, can you
> check if you have problems now ?

error() is defined as (about like 717):

void error(const char* err){
     error_func(err);
     ferror_occured=1;
}


I havent updated my version for a while - what is everyone doing to the 
code???

I just looked in the CVS - its at line 773.


> By 'postgis supports' I meant it parses that WKT.
> Internally it converts to GEOMETRYCOLLECTION(EMPTY) but accepts
> ANYTYPE (EMPTY).

okay - I understand.

dave



More information about the postgis-devel mailing list