osmar (version 1.1-7)

corner_bbox: Get OSM elements

Description

Utility functions to specify what to get from the OSM data source. These are the request elements which work for most sources, see the specific sources for specialized elements.

Usage

corner_bbox(left, bottom, right, top)
center_bbox(center_lon, center_lat, width, height)

Arguments

left
Minimum longitude
bottom
Minimum latitude
right
Maximum longitude
top
Maximum latitutde
center_lon
Center longitude
center_lat
Center latitude
width
Box width
height
Box height

See Also

osm_descriptors, get_osm

Other as_osmar_bbox: as_osmar_bbox, as_osmar_bbox.Spatial