-
_ggmap functions can now be called even if it has not been attached to the search path (loaded) (reported by @jennybc, @lorenzwalthert, #264, #244).
-
Google functions now properly encode #'s (reported by @aaronrudkin, #272).
-
get_stamenmap()
now only returns URLs ifmessaging = TRUE
(Reported by @ikosmidis, #274). It also includes a more formal attribution to Stamen Design and OpenStreetMap. -
get_stamenmap()
now supports a SSL Stamen endpoint via thehttps
argument (#276). -
mapdist()
now properly orders results (reported by @BirgerNi, #266). -
mapdist()
now properly returns URLs ifurlonly = TRUE
. -
get_map()
now (again) respects thesource = "google"
specification when given a bounding box (reported by @julovi, #267). -
geocode()
now (again) respects thesource = "dsk"
specification (reported by @alistaire47, #180).