[postgis-users] INSERT geom Problem
Levert Donovan
dono78fr at yahoo.fr
Sun Jun 12 08:20:37 PDT 2005
Hello,
This is the continuation of the message Postgis
Problem , I continued on the problem and I discover
where is the problem.
It is a problem from INSERT and the AddGeometryColumn.
this INSERT works fine :
INSERT INTO "popplace"
("unique_key","name","the_geom") VALUES
('128','pari',GeometryFromText('POINT(0 0
0)',27582));
But this INSERT doesn't work :
INSERT INTO "popplace"
("unique_key","name","the_geom") VALUES
('124','London','SRID=27582;0101000000000000A053984241000000C0789A3141');
Do you what is the format of
'SRID=27582;0101000000000000A053984241000000C0789A3141',
how can I convert this to GeometryFromText() function
?
Best Regards.
Donovan LEVERT
___________________________________________________________________________
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
Téléchargez cette version sur http://fr.messenger.yahoo.com
More information about the postgis-users
mailing list