diff --git a/build/full.cfg b/build/full.cfg index 5ed2b7b71c..91c817a89f 100644 --- a/build/full.cfg +++ b/build/full.cfg @@ -11,3 +11,4 @@ Firebug OpenLayers.js OpenLayers/Lang +deprecated.js diff --git a/examples/panel.html b/examples/panel.html index 685bdacf37..be9785c192 100644 --- a/examples/panel.html +++ b/examples/panel.html @@ -16,14 +16,6 @@ background-color:white; } - .olControlPanel .olControlMouseDefaultsItemActive { - background-color: blue; - background-image: url("../theme/default/img/pan_on.png"); - } - .olControlPanel .olControlMouseDefaultsItemInactive { - background-color: orange; - background-image: url("../theme/default/img/pan_off.png"); - } .olControlPanel .olControlDrawFeatureItemActive { width: 22px; height: 22px; @@ -75,8 +67,6 @@ {title:"Zoom box: Selecting it you can zoom on an area by clicking and dragging."}); var panel = new OpenLayers.Control.Panel({defaultControl: zb}); panel.addControls([ - new OpenLayers.Control.MouseDefaults( - {title:'You can use the default mouse configuration'}), zb, new OpenLayers.Control.DrawFeature(vlayer, OpenLayers.Handler.Path, {title:'Draw a feature'}), diff --git a/examples/wms-untiled.html b/examples/wms-untiled.html index 1d3c4dc4a1..e9dcacc6e6 100644 --- a/examples/wms-untiled.html +++ b/examples/wms-untiled.html @@ -40,9 +40,7 @@