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

Coordinate Conversion ArcMap custom formatting not applied to MGRS, partially applied DDM

BobBooth opened this issue · comments

The latest build of Coordinate Conversion supports customization of the format of Input Coordinates (and their display in the List view) if the coordinates are DMS notation.
image

For other notations the support is inconsistent.
For example, some coordinates in DDM are displayed with the added dashes, and others are not:
image

None of the customized coordinates are displayed correctly in MGRS:
image

ArcMap 10.6.0
Coordinate Conversion Add In 2.3.1.19 (10/30/18)

This bug was logged as a result of testing delivery of #348

To add to what @lfunkhouser stated the PR that had this delivery was #518

This issue sounds like it is closely related to issue #528, but is logged for ArcMap. I tried these cases

  • Z--SX00000Y00000 [MGRS]
  • ZSX00000*Y00000 [MGRS]
  • A0°/B0'/C0.0#"N X0° Y0' Z0.0#"E [DMS]
  • Y0.0#####N??X0.0#####E [DD]
  • A0° B0.0###'=?=X0° Y0.0###' [DDM]
  • X0° Y0.0###'E @ A0° B0.0###'N [DDM]
  • Z-S-X00000-Y00000
    in ArcMap with no issues, the List and Input boxes honored what was entered in the Edit Properties window.

@dfoll - ignore previous comments. I reinstalled and am seeing the correct behavior.