Skip to content

Commit

Permalink
try not using OGC:CRS84 (ubuntu-asan)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Jun 6, 2024
1 parent d843c64 commit f8d4ef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/proj_crs_text.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#' @return character string in requested format
#'
#' @examples
#' cat(proj_crs_text("OGC:CRS84", format = 0L))
#' proj_crs_text("OGC:CRS84", format = 1L)
#' cat(proj_crs_text("EPSG:4326", format = 0L))
#' proj_crs_text("EPSG:4326", format = 1L)
#' south55 <- "+proj=utm +zone=55 +south +ellps=GRS80 +units=m +no_defs +type=crs"
#' proj_crs_text(proj_crs_text(south55), 1L)
proj_crs_text <- function(source, format = 0L) {
Expand Down
4 changes: 2 additions & 2 deletions man/proj_crs_text.Rd

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

0 comments on commit f8d4ef4

Please sign in to comment.