Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Mar 31, 2024
1 parent 4331240 commit 5515f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/wkb.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ st_as_sfc.WKB = function(x, ..., EWKB = FALSE, spatialite = FALSE, pureR = FALSE
R_read_wkb(x, readWKB, EWKB = EWKB)
else
CPL_read_wkb2(x,
list(EKWB = EWKB,
list(EWKB = EWKB,
spatialite = spatialite,
promote_to_multi = promote_to_multi))
if (is.na(crs) && (EWKB || spatialite) && !is.null(attr(ret, "srid")) && attr(ret, "srid") != 0)
Expand Down

0 comments on commit 5515f3c

Please sign in to comment.