draw_lines: Making lines by clicks on the map

Description Usage Value Examples

View source: R/draw_lines.R

Description

This function run a Shiny application with map. You can shape your own geospatial line by clicks on the map and complete it with make button. If you click save button then your completed geospatial lines will be saved as a RDS file.

Usage

1

Value

An object that represents the app. Printing the object or passing it to shiny::runApp() will run the app.

Examples

1
2
# Only run this example in interactive R sessions
if (interactive()) draw_lines()

geodrawr documentation built on Nov. 8, 2020, 11:14 p.m.