OpenLayers OpenLayers

Changeset 1300

Show
Ignore:
Timestamp:
08/18/06 21:45:47 (2 years ago)
Author:
crschmidt
Message:

Make OpenPlans TIGER WMS proxy not a base layer in this example, so you can see
it on top of nasa. But it is kind of ugly in that case ;)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/openlayers/2.0/examples/tiger.html

    r1277 r1300  
    2020                {layers: "modis,global_mosaic"}); 
    2121            jpl_wms.setVisibility(false); 
     22            ka_wms.isBaseLayer = false; 
    2223            map.addLayers([jpl_wms,ka_wms]);  
    2324            map.addControl(new OpenLayers.Control.LayerSwitcher());