Calling `mgrs.inverse` with a 100km grid zone identifier, such as `16RGU`, returns the same latitude, longitude twice instead of a bounding box. I believe that this is by design -- see https://github.com/proj4js/mgrs/blob/master/mgrs.js#L78 Is there a particular reason why such grid identifiers are not converted into bounding boxes? Thanks!