[OpenLayers-Users] Zoom

Arturo Juárez Lima ajuarez at queretaro.gob.mx
Mon Oct 26 12:55:52 EDT 2009


Hi,

I was find to process to make a filter, this is

function FiltraFeature(wms,query){
   
        var filtro_temp = query;
        var filterParams = {
                        cql_filter: null
                };
        if (OpenLayers.String.trim(filtro_temp) != "") {
                    filterParams["cql_filter"] = filtro_temp;
        }
       wms.mergeNewParams(filterParams);
}

then, I want that my map will zoom over the result. I'm work with layers
WMS.

Could you help me?.

Thanks
-- 
Arturo Juárez Lima <ajuarez at queretaro.gob.mx>
GEQ

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20091026/56efe2bb/attachment.html


More information about the Users mailing list