[OpenLayers-Users] Select notifiers Map Markers

2010-07-06 Thread Kalyan Kamepalli
Hello group, I have a WMS base map on OpenLayers and I want to use my web servers select web service to know the feature information or get notified of the selected feature. How do I get notified when the user select or click on the map ? Is there any default select notifiers/listeners available

Re: [OpenLayers-Users] Select notifiers Map Markers

2010-07-06 Thread Lennox Antoine
You should check out the examples, I believe all those questions are covered there : http://openlayers.org/dev/examples/example-list.html Click Handler : http://openlayers.org/dev/examples/click.html WMS Feature Information : http://openlayers.org/dev/examples/getfeatureinfo-popup.html Lennox