Ignore:
Timestamp:
Mar 9, 2015, 10:22:12 AM (10 years ago)
Author:
ldelgass
Message:

add driver option for colorramp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/mapviewer.tcl

    r5104 r5106  
    22712271        "image" {
    22722272            array set settings {
    2273                 -min_level 0
    2274                 -max_level 23
     2273                -minlevel 0
     2274                -maxlevel 23
    22752275                -opacity 1.0
    22762276            }
     
    22892289                        SendCmd [list colormap define $cmapName $info(colorramp.colormap)]
    22902290                        SendCmd [list map layer add $layer image colorramp \
    2291                                      $info(colorramp.url) $info(cache) $info(profile)  \
     2291                                     $info(colorramp.url) $info(cache) $info(colorramp.elevdriver) $info(profile)  \
    22922292                                     $cmapName]
    22932293                    }
Note: See TracChangeset for help on using the changeset viewer.