Skip to content

Commit 64e3477

Browse files
committed
check for proj.db
1 parent 5e2617e commit 64e3477

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R/zzz.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
if (libVersion("gdal") == "3.6.0") {
3838
message("Using GDAL version 3.6.0 which was retracted because it cannot write large GPKG files")
3939
}
40+
if (!proj_ok()) {
41+
message("There appears to be a problem with the PROJ installation")
42+
}
4043
}
4144

4245
loadModule("spat", TRUE)

0 commit comments

Comments
 (0)