gsi_tiles: Add a tile layer from GSI

Description Usage Format Details Examples

Description

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

Usage

1

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

1
2
3
4
5
6
7
8
9
names(gsi_tiles)
require("leaflet")
gsi_tiles[[1]]

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

kuniezu documentation built on March 7, 2021, 1:07 a.m.