Skip to content

Commit

Permalink
type crs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Jun 4, 2024
1 parent cdb2ea0 commit 460a401
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/vapour-gdal-library.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ vapour_srs_wkt <- function(crs) {
#' @export
#'
#' @examples
#' vapour_crs_is_lonlat("+proj=laea")
#' vapour_crs_is_lonlat("+proj=longlat")
#' vapour_crs_is_lonlat("+proj=laea +type=crs")
#' vapour_crs_is_lonlat("+proj=longlat +type=crs")
#' vapour_crs_is_lonlat("+init=EPSG:4326")
#' vapour_crs_is_lonlat("OGC:CRS84")
#' vapour_crs_is_lonlat("WGS84")
Expand Down
4 changes: 2 additions & 2 deletions man/vapour_crs_is_lonlat.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 460a401

Please sign in to comment.