Re: [gdal-dev] Unable to identify feature at selected position with gdal.1.11 with geos-3.4.2

2014-07-31 Thread Chaitanya kumar CH
Pratap, Obviously only the first of the five polygons should be identified. I tested with postgis using geos with version 3.4.2-CAPI-1.8.2 r3921. So, the issue is probably not with geos. Please tell me if you find any solution to the issue. On Thu, Jul 31, 2014 at 1:51 PM, Pratap Chelamilla

[gdal-dev] Unable to identify feature at selected position with gdal.1.11 with geos-3.4.2

2014-07-30 Thread pratap chelamilla
Hi , Unable to identify feature at selected Position,Earlier Version of gdal 1.9 with geos-3.1.1 Working fine, But I have build the newer version gdal-1.11 with geos-.3.4.2, It is identifying the feature but not exactly at the same place, it is showing feature from different position. There's

Re: [gdal-dev] Unable to identify feature at selected position with gdal.1.11 with geos-3.4.2

2014-07-30 Thread Chaitanya kumar CH
Pratap, Can you provide a code snippet? Is this happening for every data source? How far is the other feature? Is the distance consistent? On Wed, Jul 30, 2014 at 5:58 PM, pratap chelamilla pratap.chelami...@amigooptima.in wrote: Hi , Unable to identify feature at selected Position,Earlier

Re: [gdal-dev] Unable to identify feature at selected position with gdal.1.11 with geos-3.4.2

2014-07-30 Thread Pratap Chelamilla
Hi Chaitanya, yes, this is happening for every data source, OGRFeature* feature = poLayer-GetFeature(shapeList[loop]); OGRGeometry* geometry = feature-GetGeometryRef(); if (cordinateTransform) geometry-transform(cordinateTransform);