[gdal-dev] Unable to identify feature at selected position with gdal.1.11 with geos-3.4.2
Pratap Chelamilla
pratap.chelamilla at amigooptima.in
Wed Jul 30 22:44:35 PDT 2014
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);
OGRGeometry* geom = point->Buffer(tDelta);
* if(geometry->Contains(geom)|| geometry->Intersects(geom)||
geometry->Equals(geom))*
* {*
* identifiedRecordIndex = feature->GetFID();*
* }*
It is working with the earlier version of gdal,After checking the condition
it is not going in.
On Thu, Jul 31, 2014 at 10:26 AM, Chaitanya kumar CH <chaitanya.ch at gmail.com
> wrote:
> 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.chelamilla at amigooptima.in> wrote:
>
>> 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 some special thing I should be doing? I'd appreciate any help.
>>
>> Thank you very much in advance.
>>
>> GDAL_VER='1.11.0'
>> GDAL_VERSION_MAJOR='1'
>> GDAL_VERSION_MINOR='11'
>> GDAL_VERSION_REV='0'
>> GEOS_CFLAGS='-I/d/gdal/geos-3.4.2_build/include'
>> GEOS_CONFIG='/d/gdal/geos-3.4.2_build/bin/geos-config'
>> GEOS_LIBS='-L/d/gdal/geos-3.4.2_build/lib -lgeos_c'
>>
>>
>>
>> --
>> Regards,
>> Pratap.
>>
>>
>>
>> --
>> View this message in context:
>> http://osgeo-org.1560.x6.nabble.com/Unable-to-identify-feature-at-selected-position-with-gdal-1-11-with-geos-3-4-2-tp5154190.html
>> Sent from the GDAL - Dev mailing list archive at Nabble.com.
>> _______________________________________________
>> gdal-dev mailing list
>> gdal-dev at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/gdal-dev
>>
>
>
>
> --
> Best regards,
> Chaitanya kumar CH.
>
> +91-9494447584
> 17.2416N 80.1426E
>
--
Regards,
Pratap.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20140731/acd58c0f/attachment.html>
More information about the gdal-dev
mailing list