Difference between revisions of "DCS func MGRStoLL"
From DCS World Wiki - Hoggitworld.com
Line 10: | Line 10: | ||
|desc= Returns multiple values of a given in MGRS coordinates and converts it to latitude, longitude, and altitude | |desc= Returns multiple values of a given in MGRS coordinates and converts it to latitude, longitude, and altitude | ||
+ | MGRS Table: | ||
+ | MGRS = { | ||
+ | UTMZone = string, | ||
+ | MGRSDigraph = string, | ||
+ | Easting = number, | ||
+ | Northing = number | ||
+ | } | ||
|rtnType= latitude, longitude, altitude | |rtnType= latitude, longitude, altitude | ||
Line 34: | Line 41: | ||
|optType2= | |optType2= | ||
+ | |||