On Tuesday, June 15, 2010, Sarah Schuessler <[email protected]> wrote: > Hi list, > > I have a featurestore > loaded in at gridpanel for a layer. Now I want to change the > featurestore if I change the layer at layerswitcher with 'radiochanged'. > I think I have to preconfigure the store and the grid because data vary > and load all the grids and stores behind (or unvisible) the selected > layer store. How to fetch those stores information depending on layerswitcher > node? > Any DON“Ts? > Are there perhaps any examples or tips?
Hi. If your layers are WFS layers you'd typically use DescribeFeatureType requests to get information regarding the schema of the layers. If you use specific feature services then you can either define your schemas in the JavaScript code or implement specific DescribeFeatureType-like services. Hope this answers your questions, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : [email protected] http://www.camptocamp.com _______________________________________________ Users mailing list [email protected] http://www.geoext.org/cgi-bin/mailman/listinfo/users
