Object.extend(GLMap.prototype,{Cq:false,Ch:new Hash(),addWmsLayer:function(fv){var gI=new WMSRequest(fv.baseUrl,fv.layer);gI.id=fv.id;gI.sendPixelValues=true;this.fh.addWMSLayer(gI);},removeWmsLayer:function(fR){this.fh.removeWMSLayer(fR);}});