gist_map: Opens a full screen map after uploading a geojson file

Description Usage Arguments Examples

View source: R/gist_map.R

Description

Takes a gist object and a input geojson file name and renders fullscreen map

Usage

1

Arguments

x

An object of class gist generated by gist_create() or gist_create_obj()

browse

Default: TRUE. Set to FALSE if you don't want to automatically browse to the URL.

Examples

1
2
3
4
5
6
## Not run: 
file <- system.file("examples", "ecoengine_eg.geojson", package = "gistr")
gist_id <- gist_create(file, browse = FALSE)
gist_map(gist_id)

## End(Not run)

gistr documentation built on July 29, 2020, 9:07 a.m.