Skip to content

Commit

Permalink
Merge pull request #978 from babayoshihiko/main
Browse files Browse the repository at this point in the history
Added missing C/Print layout
  • Loading branch information
Nowosad authored Aug 18, 2023
2 parents fc2e097 + 1db5521 commit e15d944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 08-read-write-plot.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ tm1 = tm_shape(tanzania) +
tm_text(text = "name_long") +
tm_scalebar(c(0, 200, 400), position = c("left", "bottom")) +
tm_title("A. query")
tanzania_neigh[tanzania_neigh$iso_a2 == "CD", "name_long"] = "Democratic\nRepublic\nof the ongo"
tanzania_neigh[tanzania_neigh$iso_a2 == "CD", "name_long"] = "Democratic\nRepublic\nof the Congo"
tm2 = tm_shape(tanzania_neigh) +
tm_polygons() +
tm_text(text = "name_long",
Expand Down
2 changes: 1 addition & 1 deletion 09-mapping.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Maps have been used for several thousand years for a wide variety of purposes.
Historic examples include maps of buildings and land ownership in the Old Babylonian dynasty more than 3000 years ago and Ptolemy's world map in his masterpiece *Geography* nearly 2000 years ago [@talbert_ancient_2014].

Map making has historically been an activity undertaken only by, or on behalf of, the elite.
This has changed with the emergence of open source mapping software such as the R package **tmap** and the 'print composer' in QGIS\index{QGIS} which enable anyone to make high-quality maps, enabling 'citizen science'.
This has changed with the emergence of open source mapping software such as the R package **tmap** and the 'print layout' in QGIS\index{QGIS} which enable anyone to make high-quality maps, enabling 'citizen science'.
Maps are also often the best way to present the findings of geocomputational research in a way that is accessible.
Map making is therefore a critical part of geocomputation\index{geocomputation} and its emphasis not only on describing, but also *changing* the world.

Expand Down

0 comments on commit e15d944

Please sign in to comment.