tests/testthat/test-cppFun.R

test_that("converts geographical coordinates works", {
  expect_equal(
    convertCoordinates(39.90105, 116.42079, from = "WGS-84", to = "GCJ-02"),
    c(39.902446, 116.427022)
  )
})

Try the leafletZH package in your browser

Any scripts or data that you put into this service are public.

leafletZH documentation built on April 3, 2025, 8:59 p.m.