OpenLayers OpenLayers

Changeset 6126

Show
Ignore:
Timestamp:
02/08/08 14:37:54 (10 months ago)
Author:
crschmidt
Message:

missing layer (how did this go away? Nobody knows.)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/examples/fullScreen.html

    r5362 r6126  
    2323                map = new OpenLayers.Map('map'); 
    2424 
     25            var ol_wms = new OpenLayers.Layer.WMS( "OpenLayers WMS", 
     26                    "http://labs.metacarta.com/wms/vmap0", 
     27                    {layers: 'basic'} ); 
    2528            var jpl_wms = new OpenLayers.Layer.WMS( "NASA Global Mosaic", 
    2629                "http://t1.hypercube.telascience.org/cgi-bin/landsat7",