Esri / local-government-desktop-addins

A series of ArcGIS Desktop Add-ins used in the ArcGIS for Local Government editing maps.
Apache License 2.0
61 stars 56 forks source link

Intersecting_feature - Search tolerance rework #236

Closed MikeMillerGIS closed 6 years ago

MikeMillerGIS commented 7 years ago

The code was using the map tolerance which can change depending on the view scale. Switched to use 10* the xytolerance of the data or map, what ever is larger. Salesforce ID: BUG-000107033

clareprice commented 6 years ago

@MikeMillerGIS Reviewing the data attached to this bug, is the expected behavior that a dialog to select the options would be presented at all map scales?

MikeMillerGIS commented 6 years ago

The issue was depending on scale, the intersect would get a different set of features as the search extent grow. I was based on map scale. So I changed it to be based on the tolerance of the data. So zoomed in or out, the same set of intersecting candidates are found