Learn R Programming

kuniezu (version 0.1.3)

gsi_tiles: Add a tile layer from GSI

Description

Add a tile layer from Geospatial Information Authority of Japan (GSI).

Usage

gsi_tiles

Arguments

Format

A 48 length, leaflet objects.

Details

Stores map tiles that can be used with leaflets. Please follow the terms and conditions of use for the applicable tile at http://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 = ).

Examples

Run this code
# NOT RUN {
names(gsi_tiles)
require("leaflet")
gsi_tiles[[1]]

gsi_tiles[[1]] %>%
  addCircles(
    data = sf::st_transform(extreme_points %>%
      purrr::reduce(c),
      crs = 4326))
# }

Run the code above in your browser using DataLab