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(); }