Re: [OpenLayers-Users] problems with popups and selecting features

2010-01-11 Thread Rauch, Barbara
Hi Ryan, I had the same problem some weeks ago and remember, that the example http://docs.openlayers.org/library/overlays.html#transition-markers-to-v ectors was somehow incomplete (concerning the FeatureSelectControl), but I don't remember in detail. So here my code, that really works:

Re: [OpenLayers-Users] Filter logical Not + featureId not work (read and write)

2010-01-11 Thread Jimmy Aumard
Hi Ivan, Thanks for the link! I have add this: vavar sub = childFilter.CLASS_NAME.split(.).pop(); if(sub === FeatureId) { for(var i=0; ichildFilter.fids.length; ++i) { this.writeNode(FeatureId, childFilter.fids[i], node);

Re: [OpenLayers-Users] writing and saving text and then displaying it as a wfs layer

2010-01-11 Thread Alexandre Dube
Alauddin, Please, reply to the list as many other might be able to help you. Please, take a look at the following example [1]. In it, you have a vector layer configured to a WFS-T server to allow transactions. OpenLayers is responsible of generating the transaction by AJAX on commit.

[OpenLayers-Users] Cursor style on control activation

2010-01-11 Thread Alexandre Dube
Hi, I want to be able to change the default style of the cursor when activating controls. Each control should have its unique cursor. I want to validate that the way I'd do it is okay. Please comment. I would simply register activate to use OpenLayers.Element.addClass to change the

Re: [OpenLayers-Users] Cursor style on control activation

2010-01-11 Thread bartvde
Alexandre, that should not be necessary, css is all that it takes. IIRC the syntax is: .olControlZoomBoxActive { cursor: pointer; } etc. so displayClass plus Active. Bart Hi, I want to be able to change the default style of the cursor when activating controls. Each control should

[OpenLayers-Users] context in Rule

2010-01-11 Thread Yves Jacolin (free)
Hi, I would llike to use a context in Rule object. the code below doesn't seems to work. How can I debug this? Do you see something wrong? var context = { getEvolution: function(feature) { var region = parseInt(((feature.attributes['NBR2009'] - feature.attributes['NBR2008']) /

[OpenLayers-Users] gallery page on website

2010-01-11 Thread Matthew Lester
please check the gallery page, the first example seems to direct me to some dodgy chinese website... matt ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] gallery page on website

2010-01-11 Thread maning sambale
seeing similar behavior in the FAQ http://faq.openlayers.org/proxyhost/why-do-i-need-a-proxyhost/ On Tue, Jan 12, 2010 at 4:51 AM, Matthew Lester m...@monkeymatt.com wrote: please check the gallery page, the first example seems to direct me to some dodgy chinese website... matt

Re: [OpenLayers-Users] context in Rule

2010-01-11 Thread Eric Lemoine
On Mon, Jan 11, 2010 at 8:28 PM, Yves Jacolin (free) yjaco...@free.fr wrote: Hi, I would llike to use a context in Rule object. the code below doesn't seems to work. How can I debug this? Do you see something wrong? var context = {   getEvolution: function(feature) {     var region =