From c7f6221bc4478c692a67d609c1bdcb07933aeec5 Mon Sep 17 00:00:00 2001
From: Ben Anderson <dataknut@icloud.com>
Date: Tue, 22 Jun 2021 17:25:16 +0100
Subject: [PATCH] added tmap to resources

---
 README.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index a1d4dc3..e72de19 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,14 @@ You might also like https://git.soton.ac.uk/twr1m15/la_emissions_viz which drive
 
 ### Openstreetmap for base maps (i.e. map tiles/rasters)
 
- * [Edinburgh green space as an example](https://ourcodingclub.github.io/tutorials/spatial-vector-sf/)
- * [Madrid supermarkets](https://dominicroye.github.io/en/2018/accessing-openstreetmap-data-with-r/)
- * [Short term rentals in Halifax, Nova Scotia](https://upgo.lab.mcgill.ca/2019/12/13/making-beautiful-maps/)
+ * [Edinburgh green space as an example with sf](https://ourcodingclub.github.io/tutorials/spatial-vector-sf/)
+ * [Madrid supermarkets with sf](https://dominicroye.github.io/en/2018/accessing-openstreetmap-data-with-r/)
+ * [Short term rentals in Halifax, Nova Scotia with sf](https://upgo.lab.mcgill.ca/2019/12/13/making-beautiful-maps/)
  
 ### Google maps for base maps
 
-They want you to have an API key now. Yeah nah.
\ No newline at end of file
+They want you to have an API key now. Yeah nah.
+
+### tmap package - nice - check out the bubble geom
+
+ * https://cran.r-project.org/web/packages/tmap/vignettes/tmap-getstarted.html
\ No newline at end of file
-- 
GitLab