You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: resolved lat long zero bug
* chore: added test for coverage
* chore: addressed minor code issues
* fix: resolved digits over 6 decimal places being cut off to 5 automatically
<divclass="coordinate-help">Valid Range is 48 to 61. Example: 49.55555</div>
74
+
<divclass="coordinate-help">Valid Range is 48 to 61. Must have exactly 5 decimal places (e.g. 49.55555). Integers like 49 will be formatted to 49.00000.</div>
<divclass="coordinate-help">Valid Range is -140 to -113. Example: -130.55555</div>
98
+
<divclass="coordinate-help">Valid Range is -140 to -113. Must have exactly 5 decimal places (e.g. -130.55555). Integers like -130 will be formatted to -130.00000.</div>
0 commit comments