Closed jack-davison closed 6 months ago
{ggmap} requires an API key now, {ggspatial} does not.
{ggmap}
{ggspatial}
Other benefits:
Allows us to bring in the new crs updates done on the leaflet maps.
crs
More available tilesets (e.g., CARTO)
Users can define their own coordinate limits with coord_sf()
coord_sf()
Also fixes issues w/ modern {ggplot2}.
{ggplot2}
Fixes #52
Some good changes that will hep future development, thanks!
{ggmap}
requires an API key now,{ggspatial}
does not.Other benefits:
Allows us to bring in the new
crs
updates done on the leaflet maps.More available tilesets (e.g., CARTO)
Users can define their own coordinate limits with
coord_sf()
Also fixes issues w/ modern
{ggplot2}
.Fixes #52