Skip to content

Commit 03c1011

Browse files
committed
fix native 4326 proj not any more available
1 parent 4cedcee commit 03c1011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/ll_get_lau_eu.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ ll_get_lau_eu <- function(gisco_id = NULL,
167167
)
168168

169169
unzip(
170-
zipfile = fs::path(zip_folder, paste0("LAU_RG_01M_", year, "_4326.shp.zip")),
170+
zipfile = fs::path(zip_folder, paste0("LAU_RG_01M_", year, "_3035.shp.zip")),
171171
exdir = shp_folder
172172
)
173173

0 commit comments

Comments
 (0)