[postgis-users] Invalid Geometry

Markus Schaber schabi at logix-tt.com
Thu Nov 23 04:32:21 PST 2006


Hi, Barend,

Barend Köbben wrote:
> I think
> 'GeometryFromText(POLYGON((81 48, 82 48,
> 82 49, 81 49, 81 48)),4326)'
> Should be
> GeometryFromText('POLYGON((81 48, 82 48,
> 82 49, 81 49, 81 48)),4326')

You spotted the problem, but not the solution, it is:

GeometryFromText('POLYGON((81 48, 82 48, 82 49, 81 49, 81 48))',4326)

HTH,
Markus

-- 
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in Europe! www.ffii.org
www.nosoftwarepatents.org




More information about the postgis-users mailing list