Skip to contents

Read a GeoLibre project

Usage

load_project(source)

Arguments

source

Path to a .geolibre.json file or a JSON string.

Value

A project list.

Examples

project <- load_project('{"version":"0.2.0","name":"Example","mapView":{}}')
stopifnot(project$name == "Example")