* Most Geom's `draw_panel()` methods use `ggname()` to edit the name of the returned grob but for some reason `GeomMap` does not: https://github.com/tidyverse/ggplot2/blob/28ec18f804053130d9a10bc737d7f93fe3cbdb4d/R/geom-map.R#L145 * I wasn't sure if this is deliberate or an oversight but when I briefly searched I couldn't see a discussion for why this Geom should be an exception.