Ignore:
Timestamp:
Jan 28, 2015, 4:41:14 PM (10 years ago)
Author:
ldelgass
Message:

add cache option to map image layers

File:
1 edited

Legend:

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

    r4950 r4958  
    18781878                    "gdal" {
    18791879                        SendCmd [list map layer add image gdal \
    1880                                      $info(gdal.url) $layer]
     1880                                     $info(gdal.url) $info(cache) $layer]
    18811881                    }
    18821882                    "tms" {
    18831883                        SendCmd [list map layer add image tms \
    1884                                      $info(tms.url) $layer]
     1884                                     $info(tms.url) $info(cache) $layer]
    18851885                    }
    18861886                    "wms" {
    18871887                        SendCmd [list map layer add image wms \
    1888                                      $info(wms.url) \
     1888                                     $info(wms.url) $info(cache)\
    18891889                                     $info(wms.layers) \
    18901890                                     $info(wms.format) \
     
    18941894                    "xyz" {
    18951895                        SendCmd [list map layer add image xyz \
    1896                                      $info(xyz.url) \
     1896                                     $info(xyz.url) $info(cache) \
    18971897                                     $layer]
    18981898                    }
Note: See TracChangeset for help on using the changeset viewer.