<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div>I'm trying to convert <span id="misspell-0" class="mark">MGRS</span> to <span id="misspell-1" class="mark">WGS</span> 84 Geodetic Output Coordinate System.  The example in the test\<span id="misspell-2" class="mark">mgrs</span>.<span id="misspell-3" class="mark">js</span> works like I expect.  Some <span id="misspell-4" class="mark">MGRS</span> don't provide the values I expect.  Am I missing something?  <br><br>Thanks Chris<br>========================================================================<br><br>If I use <span id="misspell-5" class="mark">Geotrans</span>, for <span id="misspell-6" class="mark">MGRS</span> "33<span id="misspell-7" class="mark">UVP</span>0500444998", I get 16.41449 for Lon and 48.24949 Lat.  <br><br>If I use Proj4js.Point.fromMGRS("33<span id="misspell-8"
 class="mark">UVP</span>0500444998"), I get point.x.toPrecision(7) = 16.41449 and point.y.toPrecision(7) = 48.24949<br></div><div><br></div>=========================================================================<br><br><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;">If I use <span id="misspell-9" class="mark">Geotrans</span>, for <span id="misspell-10" class="mark">MGRS</span> "42<span id="misspell-11" class="mark">SWC</span>5522406275", I get  for Lon 69.59450 and  Lat. 33.49458  <br><br>If
 I use Proj4js.Point.fromMGRS("42<span id="misspell-12" class="mark">SWC</span>5522406275"), I get 
point.x.toPrecision(7) =  69.90387 and point.y.toPrecision(7) = -56.78416</div><br><br><br></div></body></html>