Skip to content

Commit

Permalink
Update documenation for gj2008 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Oct 19, 2023
1 parent aa5cb33 commit 599f1d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
#' `"mapshaper.sys_quiet"`
#' @param gj2008 Generate output that is consistent with the pre-RFC 7946
#' GeoJSON spec (dating to 2008). Polygon rings are CW and holes are CCW,
#' which is the opposite of the default RFC 7946-compatible output.
#' which is the opposite of the default RFC 7946-compatible output. This should
#' be rarely needed, though may be useful when preparing data for D3-based
#' data visualizations (such as `plotly::plot_ly()`). Default `FALSE`
#'
#' @return geojson
#' @export
Expand Down

0 comments on commit 599f1d8

Please sign in to comment.