Re: [OpenLayers-Users] How to get list of all Layers from a wms servoce?

2009-05-26 Thread Linde Ackermans
Hi, An example for WMSCapabilities ( but I don't know how to expose all of the properties, like srs, etc...) Hope it is helpfull. !DOCTYPE html html head titleRead WMS Capabilities/title META http-equiv=Content-Type content=text/html; charset=UTF-8 script

Re: [OpenLayers-Users] How to get list of all Layers from a wms servoce?

2009-04-16 Thread bartvde
Hi, normally you would use the GetCapabilities interface for this, and then parse it with OpenLayers.Format.WMSGetCapabilities. You need trunk for that though since it's not in 2.7. Best regards, Bart Hi, I need to get a list of all layers from wms service. So I can choose serveral of it

Re: [OpenLayers-Users] How to get list of all Layers from a wms servoce?

2009-04-16 Thread Steve . Toutant
and see this http://openlayers.org/pipermail/users/2009-April/011158.html Steve Toutant, M. Sc. Analyste en géomatique Secteur environnement Direction des risques biologiques, environnementaux et occupationnels Institut national de santé publique du Québec 945, avenue Wolfe Québec, Qc G1V 5B3

Re: [OpenLayers-Users] How to get list of all Layers from a wms servoce?

2009-04-16 Thread George Mu'ammar
Hello list, Does anybody have a good sample regarding WMSCapabilities, WMSDescribeLayer and WMSGetFeatureInfo ? It would be very useful! Regards -- G. skype: geo-rge-118 twitter: geo_twit Quoting bart...@osgis.nl: Hi, normally you would use the GetCapabilities interface for this, and