Re: [postgis-users] Point in Polygon Problem

2010-10-22 Thread pcreso
ntains fails Brent Wood --- On Sat, 10/23/10, Marc Jansen wrote: From: Marc Jansen Subject: Re: [postgis-users] Point in Polygon Problem To: postgis-users@postgis.refractions.net Date: Saturday, October 23, 2010, 8:50 AM Hi Paul, AFAICT you are using ST_Cointains corr

Re: [postgis-users] Point in Polygon Problem

2010-10-22 Thread Marc Jansen
Hi Paul, AFAICT you are using ST_Cointains correctly, and MultiPolygons shouldn't be an issue. I assume that your geometries have the same SRID, otherwise PostGIS would complain. Can you post a full example (including the WKT of both geometries) where you get false but expect true for ST_Co

[postgis-users] Point in Polygon Problem

2010-10-21 Thread Marcos Paul
Hi Folks, I am trying to solve a simple problem: the point in polygon. First of all, I have a CSV file with the polygons in list similar to the WKT Format, that is something like: BUILT_UP_AREA_ID VERTEX_SEQ LATITUDE LONGITUDE 1081 0 152.6657 -25.5206 1081 1 152.6662 -25.5211 1081 2 152. -