Hello again,
I have a layer in a geographic coordinate system, say WGS 84 (srid=4326) and a Projection is applied to it so that it draws in USA Contiguous Albers Equal Area Conic (srid=102003). When I attempt to do a search using GetFeaturesWithinDistanceOf I get the following error:
24108: The tolerance (0) passed to BufferWithTolerance is not valid. Tolerances must be positive numbers. Parameter name: tolerance
The error only occurs when using the Unmanaged Geometry Library. If I switch to the Managed Library the error no longer occurs.
I am using development branch version 6.0.324.0.
I have attached a sample project.
Thanks!
Steve