Esri / coordinate-conversion-addin-dotnet

Addin for ArcMap and Pro for convenient coordinate conversion in Desktop.
Apache License 2.0
45 stars 20 forks source link

Map selection behavior should match list selection behavior (ArcGIS Pro) #534

Open dfoll opened 6 years ago

dfoll commented 6 years ago

Current behavior

When you select points in the map, it adds to the highlighted list, instead of highlighting that single coordinate.

Repro steps

  1. Create three points in the map
  2. Use the Select Point tool to select a point in the map the point highlights, this is correct
  3. Use the `Select Point' tool to select a different point there are now two points highlighted in the list. This is not correct.

Both points should only be selected if the user used Ctrl+click when selecting the second point. If the user did just a regular single click on the map, only that point should be highlighted in the list. This is the way the list functions when you click points on the list. pointselecting

Expected behavior

List to map

saip commented 5 years ago

@dfoll We understood the expected behavior and we will implement accordingly.

We have a question, Do we need deselection of points from map(click highlighted point from map) too ?

Please confirm.

dfoll commented 5 years ago

@saip yes. when a point is highlighted on the map, clicking that point should remove the map selection and the list selection for the same point

dfoll commented 5 years ago

Selection behavior should be the same as selection behavior for ArcGIS