Re: [OpenLayers-Users] Openlayers and WFS calls using IP address

2010-08-12 Thread Imran Rajjad
actually what I`m trying to see if your client and server are in different domain, wfs requests since respond with GML , which is actually XML and uses xmlhttp object, but this response cannot be received in a corss domain scenario, thats why they have JSON, since you said that it works with localh

Re: [OpenLayers-Users] Openlayers and WFS calls using IP address

2010-08-12 Thread Wendy Cameron
Doesnt matter can be either even if the address is 127.0.0.1 Regards Wendy This e-mail message and attachments do not necessarily reflect the views of the New Zealand Ministry of Justice and may contain info

Re: [OpenLayers-Users] Openlayers and WFS calls using IP address

2010-08-12 Thread Imran Rajjad
Hi, this Ip address that you change to? does that belong to your local machine? or is your web-page comming from a different domain that of your mapping server? regards, Imran On Fri, Aug 13, 2010 at 10:23 AM, Wendy Cameron wrote: > Hi All > > Sorry for newby question but we are experiencing str

[OpenLayers-Users] Openlayers and WFS calls using IP address

2010-08-12 Thread Wendy Cameron
Hi All Sorry for newby question but we are experiencing strange problems when we put a IP address in the URL of WFS request: Code is var blockFilter = new OpenLayers.Filter.Comparison({ type: OpenLayers.Filter.Comparison.EQUAL_TO, property: "BLOCK_ID", va