diff --git a/docs/articles/maps.html b/docs/articles/maps.html index 8df58d9..de67f2b 100644 --- a/docs/articles/maps.html +++ b/docs/articles/maps.html @@ -114,14 +114,14 @@

Maps of Leipzig

library(sf)
 df.BZ <- get_lis_shapefile(shape = "Bezirke")
-#> Reading layer `sbz' from data source `/tmp/Rtmpfuq5OZ/file5e159562a6f61/sbz.shp' using driver `ESRI Shapefile'
+#> Reading layer `sbz' from data source `/tmp/Rtmpp3ZX65/file4cb61739cf8f/sbz.shp' using driver `ESRI Shapefile'
 #> Simple feature collection with 10 features and 2 fields
 #> geometry type:  POLYGON
 #> dimension:      XY
 #> bbox:           xmin: 307450.2 ymin: 5679890 xmax: 328773.4 ymax: 5702756
 #> projected CRS:  ETRS89 / UTM zone 33N
 df.OT <- get_lis_shapefile(shape = "Ortsteile")
-#> Reading layer `ot' from data source `/tmp/Rtmpfuq5OZ/file5e1593173319/ot.shp' using driver `ESRI Shapefile'
+#> Reading layer `ot' from data source `/tmp/Rtmpp3ZX65/file4cb6675a7313/ot.shp' using driver `ESRI Shapefile'
 #> Simple feature collection with 63 features and 2 fields
 #> geometry type:  POLYGON
 #> dimension:      XY
diff --git a/docs/articles/maps_files/figure-html/map-plot-1.png b/docs/articles/maps_files/figure-html/map-plot-1.png
index c18c297..1438d5f 100644
Binary files a/docs/articles/maps_files/figure-html/map-plot-1.png and b/docs/articles/maps_files/figure-html/map-plot-1.png differ
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml
index 87a68a2..ac38798 100644
--- a/docs/pkgdown.yml
+++ b/docs/pkgdown.yml
@@ -6,5 +6,5 @@ articles:
   maps: maps.html
   population: population.html
   weather: weather.html
-last_built: 2020-11-16T17:21Z
+last_built: 2020-11-16T19:30Z
 
diff --git a/vignettes/maps.Rmd b/vignettes/maps.Rmd
index 76d7983..a0cd3c5 100644
--- a/vignettes/maps.Rmd
+++ b/vignettes/maps.Rmd
@@ -14,7 +14,7 @@ knitr::opts_chunk$set(
   warning = FALSE,
   collapse = TRUE,
   tidy = 'styler',
-  fig.asp = 0.6,
+  fig.asp = 1.2,
   fig.width = 8,
   out.width = '100%',
   comment = "#>"