I'm trying to plot MGRS lines over a map in an overlay using OpenLayers (JavaScript). Where I'm really having problems is identifying the strange squares (non-100kmx100km grids). Does anyone know where I might find an algorithm for plotting these?
In particular, the information I have or can find is: Convert a Lat/Long to MGRS Convert a full MGRS string (i.e., 17SLA123678 but not 17SLA) to Lat/Lon Convert Lat/Lon to screen pixel and vice-versa
Thanks!