[OpenLayers-Users] Using getFeatureInfo on a vector (WFS) layer in openLayers

2010-08-31 Thread Joe Public
Hey OL I'm trying display the data associated with a feature (point) in a vector (WFS) layer using the script below When I click on the feature I get the message: No QUERY_LAYERS has been requested, or no queriable layer in the request anyways I've used both "http://tobagoborn.com:8080/ge

Re: [OpenLayers-Users] Newbie questions

2010-02-28 Thread Joe public
ll, event.text, null, true )); } } } }); map.addControl(info); info.activate(); On Fri, Feb 26, 2010 at 5:09 PM, Joe public wrote: > Pablo: > Before I

Re: [OpenLayers-Users] Newbie questions

2010-02-26 Thread Joe public
Pablo: Before I got you reply which I'll try,,, I found and tried the following: QUERY_LAYERS: map.layers[2].params.LAYERS, But it didn't have the effect I wanted. What I really want is the pop up to show ONLY data for the active layer Right now it is show data for the active layer plus

Re: [OpenLayers-Users] Newbie questions

2010-02-24 Thread Joe public
Pablo: Thanks for your reply!! I've been trying to find out how to make the change that you suggested... But can't find an example anywhere and I knowledge of JavaScript is very limited So can you point me to any documentation or an example? Thanks On Mon, Feb 22, 2010 at 9:56 PM, pablo lopez wr

Re: [OpenLayers-Users] Newbie questions

2010-02-21 Thread Joe Public
Ok... I've been looking at my openlayer script and I am at a loss since I have little knowledge of Javascript So I am not sure how do as Ian suggested i.e.to check the layers being queried in the getfeatureinfo section of my script I hoping someone on here can tell me what I can tell it to on

Re: [OpenLayers-Users] Newbie questions

2010-02-21 Thread Joe Public
Ian: Thanks for pointing me in the right direction The folks in open source rocks!!! -- View this message in context: http://n2.nabble.com/Newbie-questions-tp4608007p4609543.html Sent from the OpenLayers Users mailing list archive at Nabble.com.

[OpenLayers-Users] Newbie questions

2010-02-21 Thread Joe Public
Hi Folks!! I've be tasked with creating a demo to show the powers that be how we can use GIS to present and analyze that data they collect I made the decision the go fully open source... I am really new to the OpenGIS world and having fun and learned a lot in a real short time Now I a bit