Todd Vernon wrote: > I'm looking for code that will take a MGRS (Military Grid Reference System) > coordinate and convert it into a latitude/longitude grid coordinate. This
datum is WGS84? > have the KML code (Google Earth code). The thing we need is code to convert > those coordinates converted to latitude/longitude. This is in direct support > of military and we do have access to NIPR, SIPR, GCTF, and MCFI networks. what you want isn't trivial. but have a look at (UTM to/from GCS): http://www.sustainablegis.com/projects/arcIMS/testUTM.cfm get the code in the usual place: http://www.sustainablegis.com/things.cfm it should be fairly trivial to do MGRS to UTM (except maybe the variable precision), my code will take you the rest of the way. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288267 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

