From 8e73b3f8dbbf4927e1a472dbbde4c7fc27cb0e5f Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 24 Aug 2009 20:22:28 +0000 Subject: [PATCH] Avoid pink tiles on example.html. git-svn-id: http://svn.openlayers.org/trunk/openlayers@9630 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/example.html | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/examples/example.html b/examples/example.html index 8802d2faff..616203cd55 100644 --- a/examples/example.html +++ b/examples/example.html @@ -25,20 +25,7 @@ {layers: "landsat7"} ); - var dm_wms = new OpenLayers.Layer.WMS( - "DM Solutions Demo", - "http://www2.dmsolutions.ca/cgi-bin/mswms_gmap", - { - layers: "bathymetry,land_fn,park,drain_fn,drainage," + - "prov_bound,fedlimit,rail,road,popplace", - transparent: "true", format: "image/png"}, - { - minResolution: 0.17578125, - maxResolution: 0.703125 - } - ); - - map.addLayers([ol_wms, jpl_wms, dm_wms]); + map.addLayers([ol_wms, jpl_wms]); map.addControl(new OpenLayers.Control.LayerSwitcher()); map.zoomToMaxExtent(); }