Changes between Version 28 and Version 29 of ossimPreferenceFile


Ignore:
Timestamp:
Aug 9, 2016, 6:43:43 AM (8 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ossimPreferenceFile

    v28 v29  
    1010e.g.: elevation_source1.filename: D:\elevation\srtm\1arc[[BR]]
    1111[[BR]][[BR]]
    12 Note also that you can name the file anything you want.  OSSIM finds the file via the environment variable OSSIM_PREFS_FILE which should point to the name of your file.  Alternatively you can use the "-P" option in any ossim application and point to the preference file.[[BR]]
     12Note also that you can name the file anything you want.  OSSIM finds the file via the environment variable OSSIM_PREFS_FILE which should point to the name of your file.[[BR]][[BR]]
     13
     14Windows:[[BR]]
     15set OSSIM_PREFS_FILE=D:\ossim\share\ossim\ossim-site-preferences[[BR]]
     16Unix:[[BR]]
     17export OSSIM_PREFS_FILE=/usr/share/ossim/ossim-site-preferences[[BR]][[BR]]
     18
     19Alternatively you can use the "-P" option in any ossim application and point to the preference file.[[BR]]
    1320e.g.:   <some-ossim-application> -P ~/ossim_preferences <application-args>
    1421