- `osm_native()`, `osm_lnglat()`, `osm_ensure_native()`, and
`osm_ensure_lnglat()` return a [wk::xy()] with the appropriate
crs
- `osm_crs_native()` returns a value that can be used as the [wk::wk_crs()]
of a vector.
Arguments
x, y
Ordinate values in EPSG:3857 (Spherical Mercator in meters)
lng, lat
Coordinate values for longitude/latitude in degrees.
pt
A vector of points as coerced by [wk::as_xy()]. The CRS for these
points is considered.