I am running into an issue regarding a current implementation of an Identify Tool I have.
Basically, it operates as expected, with the track mode being that of a TrackPoint and seeing what features in a given layer intersect that placed point. This works fine for polygons.
The problem is for lines (and points I'm assuming) it does not work so well. I always return 0 features when clicking a line. I am pretty positive it is due to the physical space (or lack thereof) that the line and point take and the relative unlikliness of ever making a placed point intersect another existing line or point.
Can I have verification that my theory above is in fact correct? I just want to make sure it isn't a bug of some sort. If it is not a bug but infact intended and expected operation of Map Suite, are there any ideas on how to work around this?
Thanks.