Skip to contents

Get the bounding box of a city

Usage

get_osm_bb(city_name)

Arguments

city_name

A character vector of length one

Value

A bbox object with the bounding box of the city

Examples

if (FALSE) { # interactive()
get_osm_bb(city_name = "Bucharest")
}