[postgis-users] function geomfromtext(box3d, integer) does not exist
Markus Schaber
schabi at logix-tt.com
Wed Apr 20 03:10:55 PDT 2005
Hi, Achim,
Achim Weßling schrieb:
> in postgis 0.8.1 the function takes the parameters as geometry and int4,
> in postgis 1.0.0 RC6 the function takes the parameters as text and int
> 4!
The PostGIS 1.0.0 function is the correct one, as it should only accept
OpenGIS compliant WKT specifications.
As a workaround, you can use setsrid('BOX3D(...)',31467) which should
work on both releases.
> But the docu for RC 6 which I downloaded just a few days, has an example
> of using box3d as I did!
Hups, it seems that the docu is out of date there.
Markus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20050420/e1ca9dba/attachment.pgp>
More information about the postgis-users
mailing list