We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc03c9a commit 92b1165Copy full SHA for 92b1165
R/vl_status.R
@@ -29,9 +29,6 @@ vl_status <- function(server = getOption("valh.server"),
29
30
# Convert to human readable date format
31
res$tileset_last_modified <- as.POSIXct(res$tileset_last_modified, "%Y-%m-%d %H:%M")
32
- if (!is.null(res$osm_changeset)) {
33
- res$osm_changeset <- as.POSIXct(res$osm_changeset)
34
- }
35
36
if (!is.null(res$bbox)) {
37
res$bbox <- sf::st_read(
0 commit comments