Returns Open street map lines around a point. Provide either a name for geocoding or a longitude and latitude.

osm(x = "Arne,Dorset", y = 0, dist = 0)

Arguments

dist

Details

If distance is given then a circular area with the radius provided is used. The layer is clipped to the intersection. If no distance is provided then the 5km grid square is used.

Examples