[postgis-users] adding multipolygons

Malm Paul paul.malm at saabgroup.com
Fri May 25 04:20:15 PDT 2007


Thanks Robert and Nicolas, it works!

/Paul 

-----Original Message-----
From: postgis-users-bounces at postgis.refractions.net
[mailto:postgis-users-bounces at postgis.refractions.net] On Behalf Of
Robert Coup
Sent: den 25 maj 2007 11:03
To: PostGIS Users Discussion
Subject: Re: [postgis-users] adding multipolygons

Malm Paul wrote:
> Hi,
> I've tried this before, but it did not work.
>   

> This is the prepared statement in the debugger:
>
> insert into "public"."depareTriang" (the_geom)
> values(geometryFromText('MULTIPOLYGON(16.9991608 58.1510817, 
> 16.9969661 58.152005, 16.9992367 58.1512597, 16.9991608 58.1510817)', 
> -1))
>   
More brackets! Multipolygon should have 3 ((( at a minimum:

http://en.wikipedia.org/wiki/Well-known_text

Rob :)

--
One Track Mind Ltd.
PO Box 1604, Shortland St, Auckland, New Zealand Phone +64-9-966 0433
Mobile +64-21-572 632 Web http://www.onetrackmind.co.nz 


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



More information about the postgis-users mailing list