Esri / coordinate-conversion-addin-dotnet

Addin for ArcMap and Pro for convenient coordinate conversion in Desktop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select tool does not select points that were imported from a CSV file

kgonzago opened this issue · comments

Requirements

As a user, after importing points from a CSV file, I want to select points using the Select Tool and have them highlighted on the map

Current Behavior

After importing points from a CSV file, the Select Tool does not select any of those points on the map. The tool only works if you interactively create a point using the Map Tool.

On ArcMap 10.3.1 you get a "please add a basemap or layer to the map" message when you follow the repro steps, at the point when you click the selection tool.
image

Expected Behavior

After importing points from a CSV file, the Select Tool should select points and highlight those points on the map and in the list.

Tasks

  • Implement selection of point(s) with the Select Tool. Have those point(s) highlighted on the map and in the list.

@kgonzago please indicate what version/build was used when issue was found. In addition, if found using the latest build, please also test the released version to identify if it is an existing issue or new issue.

I can reproduce this behavior on
ArcGIS Pro 2.3.0-beta.1+build.14508
Military Tools 3.2.0.126 (latest build)

On ArcGIS Pro 2.2.0, with
Military Tools 3.2.0.126 (latest build)
I am seeing different, but also bad, behavior.
If I import a list of coordinates, I can select points by clicking them, on the map, but the wrong points get selected by click events (not the point I clicked!).
image
Regardless of where you click, only the first three points in the List view get selected. After 3 selected, more clicks don't select more points.
image

I used these points:
JustMGRS.zip

Using MT build 331 I could not repro using these steps or these steps

ArcMap issue was fixed with #626 ArcGIS Pro issue was not reproducible. Closing as non-reproducible