gsi_tiles | R Documentation |
Add a tile layer from Geospatial Information Authority of Japan (GSI).
gsi_tiles
A 48 length, leaflet objects.
Stores map tiles that can be used with leaflets.
Please follow the terms and conditions of use for the applicable tile at
https://maps.gsi.go.jp/development/ichiran.html
when using it.
It contains tiles that can be used as base maps for interactive maps based on leaflet.
See example section its use in leaflet. To use a mapview,
a tile name is given to mapview::mapview(map = )
.
names(gsi_tiles) require("leaflet") gsi_tiles[[1]] gsi_tiles[[1]] %>% addCircles( data = sf::st_transform(extreme_points %>% purrr::reduce(c), crs = 4326))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.