We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97d77a commit e88f57cCopy full SHA for e88f57c
liblas-osgeo4w-start.bat.tmpl
@@ -1,7 +1,7 @@
1
@echo off
2
SET OSGEO4W_ROOT=@osgeo4w@
3
-SET GDAL_DATA=%OSGEO4W_ROOT%\apps\gdal-dev\share\gdal
4
-SET PYTHONPATH=%OSGEO4W_ROOT%\apps\gdal-dev\pymod;%PYTHONPATH%
5
-PATH=%OSGEO4W_ROOT%\apps\gdal-dev\bin;%OSGEO4W_ROOT%\bin;%PATH%
+SET GDAL_DATA=%OSGEO4W_ROOT%\share\gdal
+SET PROJ_LIB=%OSGEO4W_ROOT%\share\proj
+SET PYTHONPATH=%OSGEO4W_ROOT%\pymod;%PYTHONPATH%
6
start "libLAS OSGeo4W Shell"
7
@echo on
0 commit comments