[postgis-users] mlinefromtext problem

David Blasby dblasby at refractions.net
Wed Apr 7 09:46:25 PDT 2004


Stefan Donath wrote:
> hi,
> 
> there is a problem occuring while trying to use mlinefromtext:
> 
> this is my sql-command:
> 
> INSERT INTO owt_staatsgrenze_sub (grenzen_id,id,the_geom,test) 
>             VALUES (470,44,
>             mlinefromtext('multilinestring((5589287.1 4570062.5,5589288.0
> 4570069.0),
>                                                        (5589288.0
> 4570069.0,5589260.0 4570050.9))'
>                                                        ,20002),
>             'test');
> 
> the error message is:  couldnt parse objects in GEOMETRY
> 
> what's wrong? thanks for help, stefan.
> 

MULTILINESTRING is case sensitive - use "BIG" letters.
dave



More information about the postgis-users mailing list