Skip to content

Commit

Permalink
purge mapview from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacko committed Jul 12, 2024
1 parent a375355 commit ae30774
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion R/katastry.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@
#'
#' smallest <- which.min(sf::st_area(praha))
#'
#' plot(st_geometry(RCzechia::obce_polygony() |>
#' subset(NAZ_OBEC == "Praha")))
#'
#' plot(st_geometry(RCzechia::reky("Praha")), col = "navyblue", add = TRUE)
#'
#' # it is Josefov - the former Jewish Ghetto
#' mapview::mapview(praha[smallest, ])
#' plot(st_geometry(praha[smallest, ]), col = "red", add = TRUE)
#'
#' }
#'
Expand Down
7 changes: 6 additions & 1 deletion man/katastry.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae30774

Please sign in to comment.