Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceZhaoR committed Oct 12, 2018
1 parent 601c6b0 commit fee610d
Show file tree
Hide file tree
Showing 8 changed files with 379 additions and 2 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# pjutils 0.0.0.9006

* add coordinate transform funs
* add fun to transform df to gps echarts lines json data.

# pjtuils 0.0.0.9005

Expand Down
2 changes: 1 addition & 1 deletion R/coordinate_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ bd2wgs <- function(bd_lon, bd_lat){
#'
#' Your can see the package/inst/misc files.
#'
#' @param df data.frame with starLon, starLat, endLon, endLat
#' @param df data.frame with starLon, starLat, endLon, endLat.
#'
#' @return json txt
#' @export
Expand Down
3 changes: 3 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ reference:
- gcj2bd
- bd2gcj
- bd2wgs
- title: Json format transform
contents:
- fmt_gps_json
- title: Helper
contents:
- pjutils
Expand Down
1 change: 1 addition & 0 deletions docs/news/index.html

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

187 changes: 187 additions & 0 deletions docs/reference/fmt_gps_json.html

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

15 changes: 15 additions & 0 deletions docs/reference/index.html

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

Loading

0 comments on commit fee610d

Please sign in to comment.