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


_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to