[OpenLayers-Users] Rule Filter and Context

2010-07-21 Thread Arnaud Vandecasteele
Hi All, I'm trying to use a Rule with an context object. The rule without the context object works fine. But each time I try to define a context the rule is no more applies. Do you know what I am doing wrong ? Here is my code. In this one I would like to apply a specific style when the features a

[OpenLayers-Users] Cluster strategy different styles

2010-07-19 Thread Arnaud Vandecasteele
Hello all, In my application I use a cluster strategy to aggregate my data. I would like to know if it's possible to use a specific style for : * the data they are not clustered * the data they are clustered For example, here is the code I use actually : var vesselStyle = new OpenLa

[OpenLayers-Users] Get the value of the element of an XML File

2010-07-15 Thread Arnaud Vandecasteele
Hi all, I'm trying to get the value of an XML file from an external server. Below are the steps I do. 1/ I download this XML file with a classic Ajax request : var getVesselsXML = new OpenLayers.Ajax.Request( urlVessels, { method

[OpenLayers-Users] After a addFeatures() the feature are not displayed

2009-07-06 Thread Arnaud Vandecasteele
Hi all, It's been a couple of day that I'm trying to understand why after a addFeature method on my vector layer the feature are not displayed even if I do a redraw of the layer. But after a pan or zoom on the map the feature appear. Do you know where I've made a mistake? Best regards Arnaud --

Re: [OpenLayers-Users] Changing OL interface

2009-02-09 Thread Arnaud Vandecasteele
Dear Christopher, Could you please give me an example on how to custom it only with css. Thanks Arnaud On Mon, Feb 9, 2009 at 4:32 PM, Christopher Schmidt wrote: > On Mon, Feb 09, 2009 at 01:22:59AM -0800, geotribu wrote: > > > > I've made something like that in a tutorial. You will find some

Re: [OpenLayers-Users] Function on loadend

2008-09-25 Thread Arnaud Vandecasteele
don't understand it's how the console.log give the good result and the return anly give me an undefined result. Arnaud On Thu, Sep 25, 2008 at 4:43 PM, Christopher Schmidt < [EMAIL PROTECTED]> wrote: > On Thu, Sep 25, 2008 at 04:39:18PM +0000, Arnaud Vandecasteele wrote: > >

[OpenLayers-Users] Function on loadend

2008-09-25 Thread Arnaud Vandecasteele
Hello all, I 'm trying to play with the OpenLayers API and do my own object. I want to add my own function on OpenLayers.Layer.WFS to be able to draw a graph (proportional circle) with a WFS Layer. My problem is that in some particular function i must wait until the layer has been loaded. So i us

[OpenLayers-Users] Get the object layer on an 'changelayer' events

2008-06-02 Thread Arnaud Vandecasteele
Hello, I use the events 'changelayer' on my map to know if one of my layers have been activate or unactivate. I would like to be able to get the layer object when a user activate or unactivate it. Tought the OL AI specify : *changelayer* triggered after a layer name change, order change, or visi

[OpenLayers-Users] ToolTips on feature

2008-05-20 Thread Arnaud Vandecasteele
Hi the list, I made a script who show some tooltips on feature when an events is detected. Here is my example : - http://cataloguesig.c-webhosting.org/exemplesOpenLayers/olToolTips.php, - http://cataloguesig.c-webhosting.org/applications/DcpReunion/DCP_974_Ajax.php And the script : - http://catalo