Skip to content

Commit b31aacc

Browse files
committed
update tmap options
1 parent 9224412 commit b31aacc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Week2/3_exercise_a.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ wildschwein_sample_line <- wildschwein_sample |>
157157
summarise(do_union = FALSE) |>
158158
st_cast("LINESTRING")
159159
160-
tmap_options(basemaps = "OpenStreetMap")
160+
tmap_options(basemap.server = "OpenStreetMap")
161161
162162
tm_shape(wildschwein_sample_line) +
163163
tm_lines() +

0 commit comments

Comments
 (0)