Skip to content

Commit

Permalink
not evaluating basemap chunk to avoid bookbuild fail
Browse files Browse the repository at this point in the history
  • Loading branch information
camilavargasp committed Mar 1, 2024
1 parent b8d936b commit 0b35aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions materials/sections/geospatial-vector-analysis.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ We will add `ggspatial::annotation_map_tile()` function into `ggplot` to add a b
```{r}
#| message: false
#| warning: false
#| eval: false
ggplot(data = pop_3338) +
ggspatial::annotation_map_tile(type = "osm", zoom = 4) + # higher zoom values are more detailed
Expand Down
2 changes: 0 additions & 2 deletions materials/session_19.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ title-block-banner: true





{{< include /sections/geospatial-vector-analysis.qmd >}}


0 comments on commit 0b35aee

Please sign in to comment.