Re: [OpenLayers-Users] Need help with WMSGetFeatureInfo

2010-07-17 Thread Zuhex
I think I should describe with pictures. http://osgeo-org.1803224.n2.nabble.com/file/n5307992/01.jpg http://osgeo-org.1803224.n2.nabble.com/file/n5307992/02.jpg In the popup you will see the numbers of the point, this point is contained xy coordinate. Question how can I show the rest of attri

Re: [OpenLayers-Users] Need help with WMSGetFeatureInfo

2010-07-16 Thread Zuhex
Hi, I tried to change the line "map.getLonLatFromPixel(event.xy)" to "map.getLonLatFromPixel(ux,uy)" It still don't work, I think because I want to show a popup without clicking on the map. Otherwise I received xy from the users put in it. I think those codes are processed when clicking on map.

Re: [OpenLayers-Users] Need help with WMSGetFeatureInfo

2010-07-16 Thread Sarah Schuessler
Hi, did you see this (you can even look at examples pages of OL): var infoControls = new OpenLayers.Control.WMSGetFeatureInfo({ url: 'http://x:8080/geoserver/wms?', title: 'Identify features', infoFormat: 'text/plain', queryVisi

Re: [OpenLayers-Users] Need help with WMSGetFeatureInfo

2010-07-16 Thread Zuhex
Hi Sarah, Sorry for the question is not clear. I want to do a wmsgetfeatureinforequest. Do you have any suggestion? Thank you -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Need-help-with-WMSGetFeatureInfo-tp5300515p5300775.html Sent from the OpenLayers Users maili

Re: [OpenLayers-Users] Need help with WMSGetFeatureInfo

2010-07-16 Thread Sarah Schuessler
Hi, do you want to show only ux and uy or do you want to do a wmsgetfeatureinforequest with that? best regards Sarah Von: Zuhex An: users@openlayers.org Gesendet: Freitag, den 16. Juli 2010, 7:31:10 Uhr Betreff: [OpenLayers-Users] Need help with

[OpenLayers-Users] Need help with WMSGetFeatureInfo

2010-07-15 Thread Zuhex
Hello all, How can the popup show the information if I give the value of ux and uy. If the function looks like this, function popup_s(ux,uy) {