[Users] Layers with Feature Grid
truongxuan quang
truongxuanquang at yahoo.com
Wed Mar 16 14:02:22 CET 2011
Hello all
I am doing as following
example http://api.geoext.org/1.0/examples/feature-grid.html, in my web I would
do for more than 3 layers of feature grids in different json file by
using combobox to control and switch visible of layer and refresh feature of
grid, but when I changed my combobox as you can see bellow
var datastore = new Ext.data.SimpleStore({
fields: ['alpha2code','name'],
data: [["basin","topp:basin"],["rainfall","rainfall
station"],["tram1","Stations1"]]
});
I face with problem that I dont know how to refresh a map and feature grid after
switch my combobox for control layers
My problem is I did not know Geoext scripts or functions similar to my work.
Could you please give me idea about this case
Many thanks
Quang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.geoext.org/pipermail/users/attachments/20110316/608ca5a9/attachment.htm
More information about the Users
mailing list