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 expects components of latitude and longitude input values to be balanced #245

Open elinz opened 7 years ago

elinz commented 7 years ago

DDM example:

If a enter a decimal minute component for latitude, the addin expects the longitude to also have a decimal minute component.

DMS example:

If a enter a seconds component for latitude, the addin expects the longitude to also have a seconds component.

ArcGIS Pro and ArcMap issue

elinz commented 7 years ago

@nfeuerstein We will add a note to the doc about this limitation.

dfoll commented 7 years ago

@NatalieCampos can you please look at the documentation for this, (in the supported formats section) and see if you think this is sufficiently documented. if you feel it is, please remove the "affects documentation" tag, if not, we need to discuss what additionally needs written

dfoll commented 7 years ago

the four of us @NatalieCampos @topowright @lfunkhouser have reviewed what exists in the documentation, we believe that what is there satisfies the "affects documentation" tag, removing the "affects documentation" tag

dfoll commented 6 years ago

I do not believe this is an issue in Pro any longer with MT 3.0 build 48

BobBooth commented 5 years ago

The DDM case of this is still an issue: image These cases work: 45 0.0N 100 0.0W 45 0.0N 100 0W This one does not work: 45 0.0N 100W