bbox: Get OSM elements

Description Usage Arguments See Also

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

1
2
3
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.Spatial, as_osmar_bbox


gergness/osmar2 documentation built on May 17, 2019, 2:10 a.m.