I am wondering whether the reference coordinates of the base map acquired using get_googlemap()
of ggmap can be converted to UTM coordinate system ?
I would like to display a heatmap on a base map of a city acquired by get_googlemap()
. The data of my heatmap is referenced in UTMs (i.e. metres) as I find these coordinates more meaningful at the city scale than decimal degrees. I have researched SO but it seems the solutions are to go the other way i.e. to convert the heat map UTM data into lat long system, but this is not my preference.
Has anyone a solution for this ? Any guidance and help is greatly appreciated. Many thanks !