Open dfoll opened 6 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.
@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
Selection behavior should be the same as selection behavior for ArcGIS
Current behavior
When you select points in the map, it adds to the highlighted list, instead of highlighting that single coordinate.
Repro steps
Select Point
tool to select a point in the map the point highlights, this is correctBoth 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.Expected behavior
List to map
Ctrl
+click a point in the listClear all selections
is added to the context menu and all points in the list and map are unselectedMap to list
Select Point
tool to click a point in the mapCtrl
+click a point in the map