Skip to content

Commit

Permalink
proj: set PROJ_DATA instead of PROJ_LIB (fixes #832)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 2, 2024
1 parent 7c29dd0 commit dc9c04c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/proj/osgeo4w/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ cp ../$P-${V%RC*}/COPYING $R/$P-devel/$P-devel-$V-$B.txt

mkdir -p install/etc/ini
cat <<EOF >install/etc/ini/$P-runtime-data.bat
SET PROJ_LIB=%OSGEO4W_ROOT%\\share\\proj
SET PROJ_DATA=%OSGEO4W_ROOT%\\share\\proj
EOF

tar -C install -cjf $R/$P-$V-$B.tar.bz2 \
Expand Down
1 change: 0 additions & 1 deletion src/qwc-services/osgeo4w/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ Listen 127.0.0.1:8001
FcgidInitialEnv O4W_QT_DOC @o4wroot@/apps/Qt5/doc
FcgidInitialEnv O4W_QT_FONTS @o4wroot@/apps/Qt5/fonts
FcgidInitialEnv GDAL_DATA @o4wroot@/share/gdal
FcgidInitialEnv PROJ_LIB @o4wroot@/share/proj
FcgidInitialEnv PROJ_DATA @o4wroot@/share/proj
FcgidInitialEnv QGIS_PREFIX_PATH @o4wroot@/apps/\${PKG}
FcgidInitialEnv TEMP @temp@
Expand Down

0 comments on commit dc9c04c

Please sign in to comment.