Skip to content

Commit f889b21

Browse files
committed
fix typo in CRS param
1 parent e710d82 commit f889b21

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: R/arc-raster.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' @param ymax the maximum bounding latitude value.
1111
#' @param crs the CRS of the resultant raster image and the provided bounding box defined by `xmin`, `xmax`, `ymin`, `ymax` (passed `outSR` query parameter).
1212
#' @param bbox_crs the CRS of the values passed to `xmin`, `xmax`, `ymin`, and `ymax`.
13-
#' If not specified, uses the the CRS of `x`.
13+
#' If not specified, uses the CRS of `x`.
1414
#' @param format default `"tiff"`. Must be one of "jpgpng", "png", "png8", "png24", "jpg", "bmp", "gif", "tiff", "png32", "bip", "bsq", "lerc".
1515
#' @param width default `NULL`. Cannot exceed `x[["maxImageWidth"]]`.
1616
#' @param height default `NULL`. Cannot exceed `x[["maxImageHeight"]]`.

Diff for: R/arc-select.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#' @param where a simple SQL where statement indicating which features should be
1010
#' selected.
1111
#' @param crs the spatial reference to be returned. If the CRS is different than
12-
#' the the CRS for the input `FeatureLayer`, a transformation will occur
12+
#' the CRS for the input `FeatureLayer`, a transformation will occur
1313
#' server-side. Ignored if x is a `Table`.
1414
#' @param geometry default `TRUE`. If geometries should be returned. Ignored for
1515
#' `Table` objects.

Diff for: man/arc_raster.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: man/arc_read.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: man/arc_select.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)