Skip to content

Commit e88f57c

Browse files
committed
update to reflect we now use base GDAL 1.8 for OSGeo4W instead of the gdal-dev build
1 parent a97d77a commit e88f57c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

liblas-osgeo4w-start.bat.tmpl

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
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%
3+
SET GDAL_DATA=%OSGEO4W_ROOT%\share\gdal
4+
SET PROJ_LIB=%OSGEO4W_ROOT%\share\proj
5+
SET PYTHONPATH=%OSGEO4W_ROOT%\pymod;%PYTHONPATH%
66
start "libLAS OSGeo4W Shell"
77
@echo on

0 commit comments

Comments
 (0)