Hello,
I created a selection tool on my application. I can select shape when the user Click on the map. The problem is that selection tool doesn't detect line or Point.
layer.QueryTools.GetFeaturesContaining to find feature to select. It's not working with Line and Point. I have seen on previous posts on that forum that people use GetNearestFeature to solve the problem. I don't want to use that because I need an exact selection. I search over the forum, examples and didn't find a good way to do that.
Is there a tools that allow to get line and point precisely.
Thanks you in advance for your answer.