[postgis-users] About Invalid OGC WKT Error

Paul Ramsey pramsey at refractions.net
Wed Feb 2 15:38:53 PST 2005


What happens when you plug the query into psql?

SELECT
astext(force_collection(force_2d(the_geom)),'NDR'),OID::text from
service_endpoints WHERE the_geom && setSRID('BOX3D(-141.089
36.392987,-52.089 89.784987)'::BOX3D,
find_srid('','service_endpoints','the_geom') )


Kralidis,Tom [Burlington] wrote:

> [Wed Feb 02 18:45:22 2005] [error] [client 192.75.68.5]
> query_string_0_6:DECLARE mycursor BINARY CURSOR FOR SELECT
> asbinary(force_collection(force_2d(the_geom)),'NDR'),OID::text from
> service_endpoints WHERE the_geom && setSRID('BOX3D(-141.089
> 36.392987,-52.089 89.784987)'::BOX3D,
> find_srid('','service_endpoints','the_geom') )




More information about the postgis-users mailing list