Re: [OpenLayers-Dev] somewhat dumb question

2009-08-06 Thread Jerome Freyre
If you define your wms/wfs with a localhost url, it will not work because the remote try to access the wms service on itself. So you have to define the wms layers with an IP or a domain name. Exemple: var wms = new OpenLayers.Layer.WMS( OpenLayers WMS,

[OpenLayers-Dev] Problem with cluster strategy

2008-11-26 Thread Jerome Freyre
Hi everybody, In my project, I currently use the cluster strategy. In the example http://dev.openlayers.org/sandbox/vector-behavior/examples/strategy-cluster.html we use a little formula in the context to define the radius : Math.min(feature.attributes.count, 7) + 3; Personnally, I am not

Re: [OpenLayers-Dev] Problem with cluster strategy

2008-11-26 Thread Jerome Freyre
Hi Ivan, Ok for the sample but the main goal of my post was a suggestion to display correctly the cluster on a map. I think that the sample is not a correct representation of the reality. The addition of a function that get the max value present permit to display correctly the cluster and

Re: [OpenLayers-Dev] Problem with cluster strategy

2008-11-26 Thread Jerome Freyre
2008/11/26, Jerome Freyre [EMAIL PROTECTED]: Hi Ivan, Ok for the sample but the main goal of my post was a suggestion to display correctly the cluster on a map. I think that the sample is not a correct representation of the reality. The addition of a function that get the max value present

Re: [OpenLayers-Dev] popup closebox issue

2008-11-10 Thread Jerome Freyre
Hi Eric and euzuro, I tried the example : http://openlayers.org/dev/examples/popupMatrix.html On my pc with safari 3.1.2 and the closebox is correctly working and rendered... Wich version of safari are you using? Jerome Freyre wrote: Hi Eric, There is no problem with the popup

Re: [OpenLayers-Dev] popup closebox issue

2008-11-10 Thread Jerome Freyre
, Nov 10, 2008 at 2:31 AM, Jerome Freyre [EMAIL PROTECTED]wrote: Hi Eric and euzuro, I tried the example : http://openlayers.org/dev/examples/popupMatrix.html On my pc with safari 3.1.2 and the closebox is correctly working and rendered... Wich version of safari are you using? Jerome

Re: [OpenLayers-Dev] popup closebox issue

2008-11-07 Thread Jerome Freyre
Hi Eric, There is no problem with the popup closebox on Safari with a mac... I'll try this week end on my pc with safari... Eric Lemoine-3 wrote: Hello I noticed that the popup closebox is not rendered on Safari (Safari 3.0.3 on Windows). Has anyone else experienced that? Is the

[OpenLayers-Dev] Problem with the developpement of a overlay Strategy

2008-10-27 Thread Jerome Freyre
Hi everybody, Currently I am trying to developp a new strategy (based on OpenLayers.Strategy.Cluster) that can modify the order of features (bigger features go downer and small one go higher) to display features with correct overlay or superposition. To do that, I found that I have to order my