Hello ,

I am using a Gxp function which allows to query on layers. It is defined as

var queryPanel=new gxp.QueryPanel({
title:"Query Panel",
region:"east",
width:390,
autoScroll:true,
bodyStyle:"padding: 10px",
map:this.map,maxFeatures:100,
layerStore:new Ext.data.JsonStore({
data:{layers:this.featureTypes},
root:"layers",
fields:["title","name","namespace","url","schema"]
}),

Using this function, I am able to do query on all the layers published in
my workspace in Geoserver .

Is there a way to display just few layers instead of all of them?

Could anyone please let me know if it's possible?


Many thanks for responses.
ᐧ
_______________________________________________
Users mailing list
Users@geoext.org
http://www.geoext.org/cgi-bin/mailman/listinfo/users

Reply via email to