[Users] GeoExt: Gxp Query Function
ELKHATTABI Imane
imanekhtb at gmail.com
Wed May 27 14:28:37 CEST 2015
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.
ᐧ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.geoext.org/pipermail/users/attachments/20150527/150690e6/attachment.htm
More information about the Users
mailing list