Esri / distance-direction-addin-dotnet

Add-in provides the ability to easily and quickly create geodesy lines, circles, ellipses and range rings.
Apache License 2.0
17 stars 22 forks source link

Pro Nautical Miles Unit label not showing in feature label #609

Closed csmoore closed 6 years ago

csmoore commented 6 years ago

In Pro the Nautical Miles Unit portion of the label is not showing in the feature's label.

This is because the feature's unit is "NauticalMiles" (no space) vs. "Nautical Miles" (space) as noted in issue #608

image

csmoore commented 6 years ago

Addressed in PR #610 by removing space from NauticalMiles in label expressions of DistanceAndDirection layers

After change should look like:

image

topowright-zz commented 6 years ago

This is fixed and has been tested in 2.2: image

lfunkhouser commented 6 years ago

n.m. is not a symbol for nautical mile. The symbol for nautical mile is M, NM, or nmi

Removing the verifiedlabel, and adding back developmentand qc (manual).

csmoore commented 6 years ago

Change made in PR #615

Should look like this with PR - layer label expression change highlighted below:

image

dfoll commented 6 years ago

image Pro 2.2 DD 20

image Pro 2.2 MT 49