File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 </configuration >
2222 <configuration default =" false" name =" Importer" type =" Application" factoryName =" Application" >
2323 <envs >
24- <env name =" PATH" value =" $PROJECT_DIR$/../vortex\bin\gdal;$PROJECT_DIR$/vortex/bin/netcdf" />
2524 <env name =" GDAL_DATA" value =" $PROJECT_DIR$/../vortex\bin\gdal\gdal-data" />
25+ <env name =" PATH" value =" $PROJECT_DIR$/../vortex\bin\gdal;$PROJECT_DIR$/bin/netcdf" />
2626 <env name =" PROJ_LIB" value =" $PROJECT_DIR$/../vortex\bin\gdal\projlib" />
2727 </envs >
2828 <option name =" MAIN_CLASS_NAME" value =" mil.army.usace.hec.vortex.ui.VortexUi" />
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ fun uiJvmArgs(): List<String> {
5454fun uiEnvironment (): Map <String ,String > {
5555 if (isWindows()) {
5656 return mapOf (
57- " PATH" to " ${rootProject.projectDir} /bin/gdal" ,
57+ " PATH" to " ${rootProject.projectDir} /bin/gdal; ${rootProject.projectDir} /bin/netcdf " ,
5858 " GDAL_DRIVER_PATH" to " ${rootProject.projectDir} /bin/gdal/gdalplugins" ,
5959 " GDAL_DATA" to " ${rootProject.projectDir} /bin/gdal/gdal-data" ,
6060 " PROJ_LIB" to " ${rootProject.projectDir} /bin/gdal/projlib"
You can’t perform that action at this time.
0 commit comments