Skip to content

Commit fee610d

Browse files
committed
update docs
1 parent 601c6b0 commit fee610d

File tree

8 files changed

+379
-2
lines changed

8 files changed

+379
-2
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# pjutils 0.0.0.9006
22

33
* add coordinate transform funs
4+
* add fun to transform df to gps echarts lines json data.
45

56
# pjtuils 0.0.0.9005
67

R/coordinate_utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ bd2wgs <- function(bd_lon, bd_lat){
186186
#'
187187
#' Your can see the package/inst/misc files.
188188
#'
189-
#' @param df data.frame with starLon, starLat, endLon, endLat
189+
#' @param df data.frame with starLon, starLat, endLon, endLat.
190190
#'
191191
#' @return json txt
192192
#' @export

_pkgdown.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ reference:
6969
- gcj2bd
7070
- bd2gcj
7171
- bd2wgs
72+
- title: Json format transform
73+
contents:
74+
- fmt_gps_json
7275
- title: Helper
7376
contents:
7477
- pjutils

docs/news/index.html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/fmt_gps_json.html

Lines changed: 187 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/index.html

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)