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')
Mind the quotes, they contain the string that indeed should be made into a
geometry
On 22-11-2006 02:22, "Ryan Ollerenshaw" <ollerery at engr.orst.edu> wrote:
> 'GeometryFromText(POLYGON((81 48, 82 48,
> 82 49, 81 49, 81 48)),4326)'