Re: [OpenLayers-Users] GetFeatureInfo problems

2008-01-20 Thread Roald de Wit
Hi Maria, I vaguely remember having had this problem before and having solved it quite easily. Just don't remember how (few years ago). Maybe you should take this issue to the postgis mailing list and see if they can help. If that doesn't help I can ask my former colleagues and see if they know.

Re: [OpenLayers-Users] GetFeatureInfo problems

2008-01-20 Thread Maria Panagou
I substituted : OpenLayers.loadURL(url, '', this, setHTML,setHTML); with : window.open(url); and it all works fine. Thank you! -- View this message in context: http://www.nabble.com/GetFeatureInfo-problems-tp14985142p14989908.html Sent from the OpenLayers Users mailing list archive at Nabble

Re: [OpenLayers-Users] GetFeatureInfo problems

2008-01-20 Thread Maria Panagou
Thanks for your response. I managed to get the results locally by issuing the following address in IE: http://127.0.0.1/cgi-bin/mapserv.exe?map=../htdocs/mpanagou/Quakes1local.map&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetFeatureInfo&INFO_FORMAT=text/html&W IDTH=650&HEIGHT=530&BBOX=19.2, 34.5, 29.8, 4

Re: [OpenLayers-Users] GetFeatureInfo problems

2008-01-20 Thread Arnd Wippermann
Januar 2008 19:53 An: users@openlayers.org Betreff: [OpenLayers-Users] GetFeatureInfo problems i'm trying to include a GetFeatureInfo query in my Openlayers app. In my html I have included the following code for onclick event : map.events.register('click', map, function (e) {

Re: [OpenLayers-Users] GetFeatureInfo problems

2008-01-20 Thread Maria Panagou
I think I figured out the local problem, it's in this line of Mapserver log: msPOSTGISLayerGetShape: DECLARE mycursor2 BINARY CURSOR FOR SELECT "mag"::text,"depth"::text,asbinary(force_collection(force_2d(pos)),'NDR') from public.quake_small WHERE codee = 721 \r codee is the primary key in ta

[OpenLayers-Users] GetFeatureInfo problems

2008-01-20 Thread Maria Panagou
i'm trying to include a GetFeatureInfo query in my Openlayers app. In my html I have included the following code for onclick event : map.events.register('click', map, function (e) { OpenLayers.Util.getElement('nodeList').innerHTML = "Loading... please wait..."; var url =