gp_geojson: Explore a geojson object from a remote URL on a map.

View source: R/geojson.R

gp_geojsonR Documentation

Explore a geojson object from a remote URL on a map.

Description

Explore a geojson object from a remote URL on a map.

Usage

gp_geojson(geojson_url, colour_pal = "", build = TRUE)

Arguments

geojson_url

URL or path to read geojson from

colour_pal

the value to use when colouring each feature

build

whether to build React front-end, defaults to TRUE.

Examples

## Not run: 
gp_geojson(paste0("http://opendata.canterburymaps.govt.nz/datasets/",
"fb00b553120b4f2fac49aa76bc8d82aa_26.geojson"))

## End(Not run)

ATFutures/geoplumber documentation built on July 4, 2023, 12:18 a.m.