Nothing
# SPDX-FileCopyrightText: 2024 Petros Koutsolampros
#
# SPDX-License-Identifier: GPL-3.0-only
context("ShapeMap tests")
test_that("Non-numeric columns in conversion", {
lineStringMap <- loadSmallAxialLinesAsSf()$sf
lineStringMap$nonn1 <- "a"
lineStringMap$nonn2 <- "a"
expect_warning(
as(lineStringMap, "ShapeMap"),
"Non-numeric columns will not be transferred to the ShapeMap: nonn1 nonn2"
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.