From d6691ed2198e5cd198a1cd35fe12bab176b0ee0d Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 8 Feb 2008 19:37:54 +0000 Subject: [PATCH] missing layer (how did this go away? Nobody knows.) git-svn-id: http://svn.openlayers.org/trunk/openlayers@6126 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/fullScreen.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/fullScreen.html b/examples/fullScreen.html index 0a6b71158b..6478a4072d 100644 --- a/examples/fullScreen.html +++ b/examples/fullScreen.html @@ -22,6 +22,9 @@ function init(){ map = new OpenLayers.Map('map'); + var ol_wms = new OpenLayers.Layer.WMS( "OpenLayers WMS", + "http://labs.metacarta.com/wms/vmap0", + {layers: 'basic'} ); var jpl_wms = new OpenLayers.Layer.WMS( "NASA Global Mosaic", "http://t1.hypercube.telascience.org/cgi-bin/landsat7", {layers: "landsat7"});