2010/3/15 Alexandre Dube <[email protected]>: > Hi Mario, > > I'm trying to create a "generic" WMSLayerAdder so that any url may be > inputed. I see that WMSCapabilitiesStore can have a 'proxy' object set > instead of an 'url' but don't really understand how this is supposed to > work. Any clue ?
Hi Alexandre. In a store the proxy is the object through which the data is retrieved. For example one uses an HttpProxy to retrieve data with Ajax. By default a WMSCapabilitiesStore uses an HttpProxy configured with the provided url. I'm not sure I'm answering the question though. -- 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
