Re: [OpenLayers-Users] Requesting data problem

2010-04-18 Thread Antonio Santiago
Thanks a lot. On Sun, Apr 18, 2010 at 1:11 AM, Gabriel Nolasco nolasco_gabr...@yahoo.com.br wrote: Hi, You must install a proxy script to retrieve information from remote domains via an XMLHttpRequest. http://trac.openlayers.org/wiki/FrequentlyAskedQuestions#ProxyHost Then you can use

[OpenLayers-Users] How to set map size?

2010-04-18 Thread Eric Lemoine
On Wednesday, April 14, 2010, Dennis Janezic / TerraTransfer GmbH d.jane...@terratransfer.de wrote: Hello at all, Hi. there is a problem I could not really solve by myself, so it would be very nice if someone could give me a hint. If the question has already been posted, please excuse me. I

[OpenLayers-Users] It is possible to give priority to controls??

2010-04-18 Thread fedesan
Hi list, I'm having problems with this issue: I have two OpenLayers.Control.SelectFeature activated. The first one is for drawing a box and the second one only allows hovering so i can show/hide a pop-up when i put the mouse over the features selected with the first control. Everything works

[OpenLayers-Users] WFS GEtFeature layer not showing on map

2010-04-18 Thread sunny74
Hi, I am doing a GetFeature on a WFS layer atop a WMS layer.The WFS layer is for the purpose of doing GetFeature on that layer. My code is as follows: OpenLayers.ProxyHost = /proxy/?url=; var lon = 73.25; var lat = 20.35; var zoom = 6;

Re: [OpenLayers-Users] It is possible to give priority to controls??

2010-04-18 Thread Eric Lemoine
On Sunday, April 18, 2010, fedesan fedesanchez...@gmail.com wrote: Hi list, I'm having problems with this issue: I have two OpenLayers.Control.SelectFeature activated. The first one is for drawing a box and the second one only allows hovering so i can show/hide a pop-up when i put the

Re: [OpenLayers-Users] Further to openlayers, IE8 and local files.

2010-04-18 Thread Phil Scadden
It is not possible to make XMLHttpRequest requests from file: locations in modern versions of Firefox. This is a security restriction, and I am not aware of any way around it. If you want something that works from a USB stick and works across all browsers, I recommend including a local web

Re: [OpenLayers-Users] WMS GetFeatureInfo not returning results

2010-04-18 Thread Tobias Luetticke
Hi there Sorry for the late answer, but your reply was caught in the spam filter. I finally figured this one out, at least sort of. It must have been my GeoServer that was messed up in some non-obvious way as the layer preview did work on other systems. I reinstalled and now it works fine. A