[OpenLayers-Users] WMS GetFeatureInfo results in new window

2008-11-21 Thread Peter N. Schweitzer
I want to put the results of a WMS GetFeatureInfo into a new window. Instead of calling loadURL, I'm using open, like this var url = wms.getFullRequestString({ REQUEST: GetFeatureInfo, EXCEPTIONS: application/vnd.ogc.se_xml, BBOX: wms.map.getExtent().toBBOX(), X: e.xy.x, Y:

Re: [OpenLayers-Users] WMS GetFeatureInfo results in new window

2008-11-21 Thread Indika Tantrigoda
Hi, Maybe you could have a look at the SelectFeature control. I haven't tried this on a wms layer. I have tried this on a wfs layer. Works nicely. Indika. 2008/11/21 Peter N. Schweitzer [EMAIL PROTECTED] I want to put the results of a WMS GetFeatureInfo into a new window. Instead of calling

Re: [OpenLayers-Users] WMS GetFeatureInfo results in new window

2008-11-21 Thread Arnd Wippermann
] [mailto:[EMAIL PROTECTED] Im Auftrag von Peter N. Schweitzer Gesendet: Freitag, 21. November 2008 17:21 An: users@openlayers.org Betreff: [OpenLayers-Users] WMS GetFeatureInfo results in new window I want to put the results of a WMS GetFeatureInfo into a new window. Instead of calling loadURL, I'm

Re: [OpenLayers-Users] WMS GetFeatureInfo results in new window

2008-11-21 Thread Peter N. Schweitzer
Arnd Wippermann wrote: MapServer offers the possibility to show a specific html side, when there are no results. Add EMPTY to the WEB part of the map EMPTY 'Templates/empty.html' Or you can change the tolerance radius for selecting a point. Arnd, These are helpful things to know.