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 68a3599 commit 5927cc9Copy full SHA for 5927cc9
R/layer-sf.R
@@ -76,7 +76,7 @@ scale_type.sfc <- function(x) "identity"
76
77
# helper function to determine the geometry type of sf object
78
sf_geometry_type <- function(sf) {
79
- geometry_type <- unique(as.vector(st_geometry_type(sf)))
+ geometry_type <- unique(as.vector(sf::st_geometry_type(sf)))
80
if (length(geometry_type) != 1) geometry_type <- "blend"
81
geometry_type
82
}
0 commit comments