Problem with GeomFromText('POINT(...
От
J Fran
Тема
Problem with GeomFromText('POINT(...
Дата
Msg-id
BLU129-W15101F30E08EA814FE3A21BADE0@phx.gbl
Список
Дерево обсуждения
Problem with GeomFromText('POINT(... J Fran <jllfnpg@hotmail.com>
Re: Problem with GeomFromText('POINT(... "Brian Modra" <epailty@googlemail.com>
I'm trying upate a group of records. In the table I have 1 field geometry and 2 fields ineteger with long. and lat. everyone. I try to update the field geometry with point(long lat).
I use this update with numbers and this is ok.
UPDATE
public."Contenedor"
SET
ubicacion = GeomFromText('POINT(1.9845 49.8543)', 4326)
but when i change the number by a field this is not ok. :
UPDATE
public."Contenedor"
SET
ubicacion = GeomFromText('POINT(public.Contenedor.long 49.8543)', 4326)
I have this error.
ERROR: parse error - invalid geometry
Estado SQL:XX000
Contexto:SQL function "geomfromtext" statement 1
Everyone can tell ma some solution please.
Thank you.
Discover the new Windows Vista Learn more!
I use this update with numbers and this is ok.
UPDATE
public."Contenedor"
SET
ubicacion = GeomFromText('POINT(1.9845 49.8543)', 4326)
but when i change the number by a field this is not ok. :
UPDATE
public."Contenedor"
SET
ubicacion = GeomFromText('POINT(public.Contenedor.long 49.8543)', 4326)
I have this error.
ERROR: parse error - invalid geometry
Estado SQL:XX000
Contexto:SQL function "geomfromtext" statement 1
Everyone can tell ma some solution please.
Thank you.
Discover the new Windows Vista Learn more!
В списке pgsql-admin по дате отправления