Re: [OpenLayers-Users] map.getLayersBy() Question

2009-09-03 Thread Christopher Schmidt
On Wed, Sep 02, 2009 at 03:50:51PM -0600, Bill Thoen wrote: I'm trying to use getLayersBy() to select layers for a getFeatureInfo tool, and I can get it to work for one criterion : map.getLayersBy(queryable, true) , but suppose I want to use two criteria, like where queryable and

[OpenLayers-Users] map.getLayersBy() Question

2009-09-02 Thread Bill Thoen
I'm trying to use getLayersBy() to select layers for a getFeatureInfo tool, and I can get it to work for one criterion : map.getLayersBy(queryable, true) , but suppose I want to use two criteria, like where queryable and visibleity are BOTH true? I can't seem to get the right syntax. TIA, -