Skip to content

Commit 293aa44

Browse files
committed
deprecate ggmap page
1 parent 4a4cd5f commit 293aa44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

01_ggmap_georef.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ output: html_document
66
---
77
 
88

9+
This page is deprecated. The `mapview` packages seems to do much of the same thing, and with less effort. Explore our introduction to the [plotting coordinates with mapview](01_georeference.html).
10+
911
Using the same data as in the [previous exercise](01_georeference.html), **build a static map quickly and easily using `ggmap`**. The `ggmap` package enables the integration of popular raster base-maps with ggplot2 syntax.
1012

1113
The examples below documents ggmap syntax, starting with Google basemaps as examples. **HOWEVER**, the output for the last examples, **stamen maps, work best.** Google made significant changes to their Maps API in 2018. Because of this, ggmap for Google maps is less convenient than before, especially when generating quick static maps. **None the less**, using the `ggmap` with *stamen* map features is still an excellent way to generate high contrast black and white maps that are quite useful for printed publications.

0 commit comments

Comments
 (0)