Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo -nosolution??

2010-03-31 Thread sunny74
Hi, Thanks for your latest reply. I am showing the map with openlayers on a aspx page. You are right when you say that I am running two web servers.Indeed I am. I have a page called Default.aspx in which I am showing map using mapserver and OL2.8 My scenario is like this: ASP.NET DEvelopment se

Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo -nosolution??

2010-03-31 Thread sunny74
Hi Arnd, Thanks for correcting my errors. I changed from and also OpenLayers.loadURL(url, '', this, setHTML); from OpenLayers.loadUrl(url, '', this, setHTML); But now I am getting an openlayers message which says "Unhandled Request return not found". Also I want to use a relative url in

Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo -nosolution??

2010-03-30 Thread Arnd Wippermann
rüngliche Nachricht- Von: users-boun...@openlayers.org [mailto:users-boun...@openlayers.org] Im Auftrag von sunny74 Gesendet: Dienstag, 30. März 2010 07:58 An: users@openlayers.org Betreff: Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo -nosolution?? Hi Barend, I got my mapfile corrected and my map

Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo - nosolution??

2010-03-29 Thread sunny74
Hi Barend, I got my mapfile corrected and my map is displaying fine. My mapfile is like this: # Map file created from QGIS project file D:/QGIS/newwr.qgs # Edit this file to customize for your map interface # (Created with PyQgis MapServer Export plugin) MAP NAME newwr.map # Map image size

Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo - nosolution??

2010-03-28 Thread Barend Köbben
Your BBOx is wrong BBOX=70.4375 17.5375 76.0625 23.1625 Should read BBOX=70.4375,17.5375,76.0625,23.1625 (with commas iso. Spaces, plus you are missing a coordinate). -- Barend Köbben Senior Lecturer ITC ­ University of Twente, Faculty of Geo-Information Science and Earth Observation PO Box 6, 7

Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo - nosolution??

2010-03-28 Thread sunny74
Hi David, Thanks for your reply. You are right. When I issue command directly i browser in IE I get download dialog which I can save as .txt or .html. I saved it and I got the message "msWMSLoadGetMapParams(); Wms Server error. Wrong number of arguments for BBOX. When I run the program that call

Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo - nosolution??

2010-03-28 Thread David Fawcett
Download the file, rename it with a .txt suffix and open it up with a text editor. It is not actually asking you to download the MapServer executable, you are getting an error message from your WMS server. The contents of this file should contain the error message. David. On Sun, Mar 28, 2010 a

Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo - nosolution??

2010-03-28 Thread sunny74
Hi, I am tryng to issue a command directly in IE for GFI like below: http://localhost:9000/cgi-bin/mapserv.exe?map=../htdocs/shape/newwr1rec.map&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetFeatureInfo&STYLES=&EXCEPTIONS=application/vnd.ogc.se.xml&SRS=EPSG:4326&INFO_FORMAT=text/html&Width=600&height=600

Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo - no solution??

2010-03-26 Thread sunny74
Hi Ian, All the mapserver configurations are in the map file. So there must be something missing there which is why I get the message WMS server error. Unsupported INFO_FORMAT value (text/html). But for the formats supported i.e text/plain and GML, data is not coming. This indicates a probl

Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo - nosolution??

2010-03-26 Thread Arnd Wippermann
'COUNTRY' 'wfs_typename' 'COUNTRY' 'gml_featureid' 'FIPS_CNTRY' 'gml_include_items' 'all' END END Arnd -Ursprüngliche Nachricht- Von: users-boun...@openlayers.org [mailto:users-boun...@op

Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo - no solution??

2010-03-26 Thread Ian Turton
On Fri, Mar 26, 2010 at 8:46 AM, sunny74 wrote: > > Hi, > > But how to tackle proxy? > Irrespective of whether its GetFeatureInfo or GetFeature the proxy is > blocking everything. > How to bypass it or configure it so that I get the data? > You don't have a proxy problem! You have a configuratio

Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo - no solution??

2010-03-26 Thread sunny74
Hi, But how to tackle proxy? Irrespective of whether its GetFeatureInfo or GetFeature the proxy is blocking everything. How to bypass it or configure it so that I get the data? Thanks. -- View this message in context: http://n2.nabble.com/Proxy-problem-in-GetFeatureInfo-no-solution-tp4802810p4

Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo - no solution??

2010-03-26 Thread Sarah Schuessler
, 13:01:10 Uhr Betreff: Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo - no solution?? Hi, There is an update. If I use a WFS layer on top of WMS layer I get the above errors. But if I use only WMS and last line of code is: window.open(url, '', this,setHTML, setHTML); Then I

Re: [OpenLayers-Users] Proxy problem in GetFeatureInfo - no solution??

2010-03-26 Thread sunny74
Hi, There is an update. If I use a WFS layer on top of WMS layer I get the above errors. But if I use only WMS and last line of code is: window.open(url, '', this,setHTML, setHTML); Then INFO_FORMAT: 'text/plain',gives something like GetFeatureInfo results: Layer 'RailwayStations' Feature 81:

[OpenLayers-Users] Proxy problem in GetFeatureInfo - no solution??

2010-03-26 Thread sunny74
Dear Friends, It s strange that no one KNOWS or has provided a complete solution to the proxy problem in Get Feature Info. Although I have provided proper info as: OpenLayers.ProxyHost = "http://127.0.0.1:9000/cgi-bin/proxy.cgi?url=";; and placed proxy.cgi in the cgi-bin folder, for every kind o

[OpenLayers-Users] Proxy problem

2010-03-01 Thread paweluz
Hi! I know that there is a lot of Proxy issues on the forum but I could not find anything that suits my problem. I am working with Python2.6, Tomcat5.5 on Windows 2000. I have finally configured the tomcat (after several hours) to work with Python CGi scrips. The simple scripts works just great,

Re: [OpenLayers-Users] proxy problem again

2007-06-19 Thread Christopher Schmidt
On Tue, Jun 19, 2007 at 07:35:19PM +0200, Markus Spring wrote: > Having the following code in my map.html however results in an error: > > function singleclick (e) { > setHTML("Loading... please wait..."); > > var url = azdkadde.getFullRequestString( > { REQUEST: "GetFeatureInfo"

[OpenLayers-Users] proxy problem again

2007-06-19 Thread Markus Spring
Hi list, sorry for adding another proxy problem post, but after several hours I still could not figure out how to resolve this. The setup is: - html and OL javascript are served from test.local, which is my test laptop and the same machine the browser runs on - base layer is served from radl-rou