Код: Выделить всё
       hover = new OpenLayers.Control.WMSGetFeatureInfo({
                url: 'http://gis-lab.info/cgi-bin/mapserv?map=/usr/local/www/gis-lab/...', 
                title: 'Identify features',
                infoFormat: 'application/vnd.ogc.gml',
                layers: [wms],
                hover: true,
                queryVisible: true
            })

