From 7f7aee1cfd152c6b061130daa9d35faec0801d03 Mon Sep 17 00:00:00 2001 From: Damonsoul <244085168@qq.com> Date: Sun, 10 Nov 2024 09:50:27 +0800 Subject: [PATCH] 0.1.1 --- CRAN-SUBMISSION | 6 +++--- R/RcppExports.R | 3 ++- man/leafletZH-package.Rd | 4 ++-- vignettes/ShapeMap.Rmd | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 891a345..b877680 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 0.1.0 -Date: 2024-10-24 04:43:34 UTC -SHA: 8ccbffef2fac4b236377bf4aa35c085c85b51461 +Version: 0.1.1 +Date: 2024-11-10 01:48:27 UTC +SHA: 14fe54b31052deaf73f67e9d57d1f61c1794c22f diff --git a/R/RcppExports.R b/R/RcppExports.R index bf7cb99..ca609b9 100644 --- a/R/RcppExports.R +++ b/R/RcppExports.R @@ -2,5 +2,6 @@ # Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 convertCoordinates <- function(latitude, longitude, from, to) { - .Call(`_leafletZH_convertCoordinates`, latitude, longitude, from, to) + .Call(`_leafletZH_convertCoordinates`, latitude, longitude, from, to) } + diff --git a/man/leafletZH-package.Rd b/man/leafletZH-package.Rd index 17b9093..5677970 100644 --- a/man/leafletZH-package.Rd +++ b/man/leafletZH-package.Rd @@ -4,9 +4,9 @@ \name{leafletZH-package} \alias{leafletZH} \alias{leafletZH-package} -\title{leafletZH: Adds a Chinese Choropleth Leaflet Map} +\title{leafletZH: Chinese Leaflet Map Relate Operation} \description{ -Provides 'sf' data for Chinese provinces and cities, methods for plotting shape maps of Chinese provinces and cities, and a layer for 'leaflet' with Gaode tiles. It is designed to facilitate geographical data visualization in China. +Provides 'sf' data for Chinese provinces and cities, methods for plotting shape maps of Chinese provinces and cities, Convert Coordinates Between Different Systems, and a layer for 'leaflet' with Gaode tiles. It is designed to facilitate geographical data visualization in China. } \seealso{ Useful links: diff --git a/vignettes/ShapeMap.Rmd b/vignettes/ShapeMap.Rmd index fa9134f..0448db3 100644 --- a/vignettes/ShapeMap.Rmd +++ b/vignettes/ShapeMap.Rmd @@ -130,7 +130,7 @@ leaflet() |> latitude = c(31.1, 31.919, 31.917, 31.15, 31.5), coordinate = "WGS-84" ) |> - addAwesomeMarkers( + addAwesomeMarkers( lng = c(121.0, 122.1, 121.2, 122.15, 121.5), lat = c(31.1, 31.919, 31.917, 31.15, 31.5) )