get_vector_tiles: Get vector tile data, expects option variable nextzen_API_key...

View source: R/vector_tile_helpers.R

get_vector_tilesR Documentation

Get vector tile data, expects option variable nextzen_API_key to be set

Description

Get vector tile data, expects option variable nextzen_API_key to be set

Usage

get_vector_tiles(
  bbox,
  width = NULL,
  height = NULL,
  refresh = FALSE,
  nextzen_api_key = getOption("nextzen_API_key")
)

Arguments

bbox

bounding box for which to get vector tile data

width

optional, width in pixels for the display image

height

optional, width in height for the display image

refresh

results are cached for current session, optionally refresh cache

nextzen_api_key

nextzen API key for vector tile data

Value

a list of layers with vector tile data


mountainMath/mountainmathHelpers documentation built on Nov. 14, 2022, 2:56 a.m.