coordinate-conversion-addin-dotnet icon indicating copy to clipboard operation
coordinate-conversion-addin-dotnet copied to clipboard

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

Open dfoll opened this issue 6 years ago • 3 comments

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

  • [ ] Click a coordinate in the list
    • [ ] Corresponding point is highlighted on the map
  • [ ] Click a different point in the list
    • [ ] New corresponding point is highlighted on the map
  • [ ] Ctrl+click a point in the list
    • [ ] Two points are now highlighted in the list and on the map
  • [ ] Click a highlighted point in the list
    • [ ] Corresponding point is no longer selected in the map
  • [ ] Right-click any point in the list
    • [ ] Clear all selections is added to the context menu and all points in the list and map are unselected

Map to list

  • [ ] Use the Select Point tool to click a point in the map
    • [ ] Corresponding point is highlighted in the list
  • [ ] Click a different point in the map
    • [ ] New corresponding point is highlighted on the list
  • [ ] Ctrl+click a point in the map
    • [ ] Two points are now highlighted in the map and in the list
  • [ ] Click a highlighted point in the map
    • [ ] Corresponding point is no longer selected in the list

dfoll avatar Nov 06 '18 18:11 dfoll

@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.

saip avatar Nov 12 '18 17:11 saip

@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 avatar Nov 13 '18 14:11 dfoll

Selection behavior should be the same as selection behavior for ArcGIS

dfoll avatar Sep 12 '19 15:09 dfoll