[postgis-users] inserting LL RR into box2d

Ramachandran v.ramachandran at and.com
Thu Aug 9 03:22:41 PDT 2007


Hi
I would like to insert point to box2d from text,

I have created table  like...

create table box_test ( id integer, box box2d),

here i am trying  to insert geometry for box2d,

insert into box_test (id, box) values (1, GeomFromText('BOX3D(1459678 
4793288, 1459878 4793488)' 4326));
but its not working properly,
Can anyone tell where i am wrong and how to insert point for LL & RR..

Thanks in advance,
Rama





More information about the postgis-users mailing list