Skip to content

Commit

Permalink
fix: explicit $getDescription() as recommended by @eblondel
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Jan 24, 2025
1 parent 6fdb29f commit 0ac1a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/info.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ get_abstract_null <- function(x) {
}

guess_layer_format <- function(layer) {
layer$getDescription()
if (!is.null(layer$getGeometryType())) {
"sf"
} else {
Expand Down

0 comments on commit 0ac1a15

Please sign in to comment.