gsi_tiles: Add a tile layer from GSI

gsi_tilesR Documentation

Add a tile layer from GSI

Description

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

Usage

gsi_tiles

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 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 = ).

Examples

names(gsi_tiles)
require("leaflet")
gsi_tiles[[1]]

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

uribo/kuniezu documentation built on Jan. 12, 2023, 11:04 p.m.