Changes between Version 6 and Version 7 of ossimPreferenceFile


Ignore:
Timestamp:
Mar 18, 2010, 7:16:56 AM (14 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ossimPreferenceFile

    v6 v7  
    7373// Examples:
    7474//---
    75 elevation_manager.elevation_source1.connection_string: /data/elevation/srtm1
     75elevation_manager.elevation_source1.connection_string: /data/elevation/srtm/1arc
    7676elevation_manager.elevation_source1.type: srtm_directory
    7777elevation_manager.elevation_source1.min_open_cells: 25
    7878elevation_manager.elevation_source1.max_open_cells: 50
    79 elevation_manager.elevation_source1.memory_map_cells: true
    80 
     79elevation_manager.elevation_source1.memory_map_cells: false
     80elevation_manager.elevation_source1.geoid.type: geoid1996
     81
     82elevation_manager.elevation_source2.connection_string: /data/elevation/dted/level2
    8183elevation_manager.elevation_source2.type: dted_directory
    82 elevation_manager.elevation_source2.connection_string: /data/elevation/dted/1k
    8384elevation_manager.elevation_source2.min_open_cells: 25
    8485elevation_manager.elevation_source2.max_open_cells: 50
    85 elevation_manager.elevation_source2.memory_map_cells: true
    86 
    87 elevation_manager.elevation_source3.connection_string: /data/elevation/general_raster_srtmplus
    88 elevation_manager.elevation_source3.type: general_raster_directory
    89 elevation_manager.elevation_source3.min_open_cells: 25
    90 elevation_manager.elevation_source3.max_open_cells: 50
    91 elevation_manager.elevation_source3.memory_map_cells: false
     86elevation_manager.elevation_source2.memory_map_cells: false
     87elevation_manager.elevation_source2.geoid.type: geoid1996
     88
     89
     90elevation_manager.elevation_source3.connection_string: /data/elevation/srtm/3arc
     91elevation_manager.elevation_source3.type: srtm_directory
     92elevation_manager.elevation_source2.min_open_cells: 25
     93elevation_manager.elevation_source2.max_open_cells: 50
     94elevation_manager.elevation_source2.memory_map_cells: false
     95elevation_manager.elevation_source2.geoid.type: geoid1996
     96
     97
     98elevation_manager.elevation_source4.connection_string: /data/elevation/dted/level1
     99elevation_manager.elevation_source4.type: dted_directory
     100elevation_manager.elevation_source4.min_open_cells: 25
     101elevation_manager.elevation_source4.max_open_cells: 50
     102elevation_manager.elevation_source4.memory_map_cells: false
     103elevation_manager.elevation_source4.geoid.type: geoid1996
     104
     105elevation_manager.elevation_source5.connection_string: /data/elevation/general_raster_1arc
     106elevation_manager.elevation_source5.type: general_raster_directory
     107elevation_manager.elevation_source5.min_open_cells: 25
     108elevation_manager.elevation_source5.max_open_cells: 50
     109elevation_manager.elevation_source5.memory_map_cells: false
     110elevation_manager.elevation_source5.geoid.type: geoid1996
    92111
    93112// ---
    94113// Keyword:  default_elevation_path
    95114// Default path for the elevation manager popup "Add" to start at.
    96 default_elevation_path:  /images/elevation/srtm/1arc
     115default_elevation_path: /data/elevation/srtm/1arc
    97116// ---
    98117