| osm_crs {osmar} | R Documentation |
Coordinate Reference System used in OpenStreetMap.
osm_crs(crs = "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs +towgs84=0,0,0")
crs |
A valid proj4 string |
The default value is the WGS84 Ellipsoid which is used in GPS, therefore it is used in OpenStreetMap.
A CRS object
osm_crs() class(osm_crs())