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

Coordinate Conversion mismatch between location output value and location input value #545

Closed dfoll closed 5 years ago

dfoll commented 5 years ago

Background

Current behavior

image

Repro steps

  1. Switch your display coordinate to a format other than default
  2. Use Coordinate Conversion pane to collect a location from the map.
  3. Copy those coordinates
  4. Clear the Coordinate Conversion pane
  5. Paste the same coordinates in and press Enter
  6. Location is not placed at the same location as the coordinates were pulled from.

Expected behavior

  1. If you collect a coordinate location from the map, the coordinates you receive should should appear in the same exact place when you paste those coordinates back into the CC pane.

  2. We should have a good business explanation for this behavior to put into documentation.

csmoore commented 5 years ago

In the UTM/MGRS case, the location you are collecting is only accurate to the nearest meter, so the coordinate you are pasting back in is on a 1 meter boundary not necessarily the exact coordinate collected with the map point tool.