Launch a Shiny app in which you can create a city view showcasing a particular city or region using OpenStreetMap (OSM) data retreived trough the Overpass API. Please note that OpenStreetMap is open data and can be freely utilized for any purpose, as long as proper credit is given to OpenStreetMap and its contributors.

cityview_shiny(launch.browser = FALSE)

Arguments

launch.browser

logical. If FALSE (the default), the app will open in the viewer panel. If TRUE, the app will open in the system's default web browser.

Author

Koen Derks, koen-derks@hotmail.com

Examples

if (FALSE) {
# Start the shiny app
cityview_shiny()
}