[OpenLayers-Users] French translation of doc.openlayers.org

2009-09-23 Thread Jacolin Yves
Hi list, I began few weeks ago the translation of doc.openlayers.org, some files are now in trac [1]. I would like to know if someone are interesting to help me in this task. An annoucement will be send to Francophone ML (OSGeo-fr ML) as well. Regards, Y. [1]

[OpenLayers-Users] WMC and multi-url in OpenLayers 2.7

2009-04-23 Thread Jacolin Yves
Hello, I am using WMC OGC service to allow users to print my map with another design. Using multi-URL in OL give something like this in the WMC context: Layer queryable=0 hidden=1 Server service=OGC:WMS version=1.1.1 OnlineResource xlink:type=simple

Re: [OpenLayers-Users] WMC and multi-url in OpenLayers 2.7

2009-04-23 Thread Jacolin Yves
:06 +0200, Jacolin Yves wrote: Hello, I am using WMC OGC service to allow users to print my map with another design. Using multi-URL in OL give something like this in the WMC context: Layer queryable=0 hidden=1 Server service=OGC:WMS version=1.1.1 OnlineResource xlink:type=simple

Re: [OpenLayers-Users] WMC and multi-url in OpenLayers 2.7

2009-04-23 Thread Jacolin Yves
extension value that stores all other urls. Anyway, this deserves a ticket. Yves, if you are interested in getting this fixed, we would appreciate if you could create this ticket and maybe even provide a patch. Regards, Andreas. Jacolin Yves wrote: Hello, I am using WMC OGC service

Re: [OpenLayers-Users] Dynamic size of point using StyleMap

2009-04-10 Thread Jacolin Yves
Le Thursday 09 April 2009 18:03:32 Christopher Schmidt, vous avez écrit : On Thu, Apr 09, 2009 at 05:49:20PM +0200, Jacolin Yves wrote: Hello, Is it possible to use zoomLevel variable in a symbolizer object in StyleMap? :) You can use min and max scale. -- Chris Hi Chris, Thanks

[OpenLayers-Users] Issue creating Vector layer with data

2009-04-09 Thread Jacolin Yves
Hello, I am trying to create this vector layer after clicking on a buton: /*- code - var styleMap = new OpenLayers.StyleMap(OpenLayers.Util.applyDefaults( {fillColor: green, fillOpacity: 1, strokeColor: black}, OpenLayers.Feature.Vector.style[default]) ); var gml=

Re: [OpenLayers-Users] Issue creating Vector layer with data

2009-04-09 Thread Jacolin Yves
Hi, Le Thursday 09 April 2009 15:21:11 Christopher Schmidt, vous avez écrit : [..] Are you using trunk, or 2.7? I am using 2.7 2.7 doesn't have reprojection support. Hum, this is strange because I succeed to see my GML layer with the first method :/ It seems that was du to a cache problem

Re: [OpenLayers-Users] Issue creating Vector layer with data

2009-04-09 Thread Jacolin Yves
Hi, Le Thursday 09 April 2009 15:39:46 Christopher Schmidt, vous avez écrit : My final purpose was to move to GeoJSON format. But my GeoJSON data seems not good. I tried to use GeoJSON data made from ogr2ogr from a shape file (railway stations) and it is working. However I can't see the

[OpenLayers-Users] Dynamic size of point using StyleMap

2009-04-09 Thread Jacolin Yves
Hello, Is it possible to use zoomLevel variable in a symbolizer object in StyleMap? :) Thanks, Y. -- Yves Jacolin Ne demandez pas si vous pouvez contribuer, contribuer ! :) --- http://softlibre.gloobe.org ___ Users mailing list Users@openlayers.org

Re: [OpenLayers-Users] [OpenLayers-Dev] New PSC Member: Eric Lemoine

2008-12-03 Thread Jacolin Yves
Le Tuesday 02 December 2008 01:17:14 Erik Uzureau, vous avez écrit : [..] Please everyone, give Mr. Lemoine a very warm welcome. Bravo Mr. Lemoine ! ;) Y. -- Yves Jacolin --- http://softlibre.gloobe.org ___ Users mailing list Users@openlayers.org

Re: [OpenLayers-Users] Cluster and Scales map options

2008-10-31 Thread Jacolin Yves
interested to hear more detail if you think this is a problem with the cluster strategy. Tim 2008/10/29, Jacolin Yves [EMAIL PROTECTED]: Hi, Working on polygon clustering I tested it on a special page in local, after replicating my changes to my dev of my application, cluster behaviour

Re: [OpenLayers-Users] Cluster and Scales map options

2008-10-31 Thread Jacolin Yves
Le Friday 31 October 2008 17:02:09 Eric Lemoine, vous avez écrit : I meant the cluster strategy doesn't work when a scales array is passed in the map options in **my** application. I don't know if it comes from OL. I have a public test html: 1- http://softlibre.free.fr/ol/test.html : no

[OpenLayers-Users] Cluster and Scales map options

2008-10-29 Thread Jacolin Yves
Hi, Working on polygon clustering I tested it on a special page in local, after replicating my changes to my dev of my application, cluster behaviour was not the same in my dev application. Indeed, some clustered point have to be removed and the real point have to be displayed, but this is

[OpenLayers-Users] Loading Panel Control

2008-10-27 Thread Jacolin Yves
Hi, Reading this page [1] it seems that a loading panel [3] exists in OL, but the API documentation doesn't display the LoadingPanel Control [2]. If I try to use it, I get an error: OpenLayers.Control.LoadingPanel is not a constructor Am I wrong? Thanks, Y. [1]

[OpenLayers-Users] Polygon Cluster

2008-10-27 Thread Jacolin Yves
Hi, I am still working on the cluster strategy for my vector layer. I am testing cluster on my polygone layers, but I never see my polygon, always cluster point are displayed (see [2] for a link to a demo). Tim Schaub wrote in the OL blog [1]: This works for features with all geometry types

Re: [OpenLayers-Users] Several selectFeature control

2008-10-27 Thread Jacolin Yves
it brings that layer to the foreground, which makes it nice and easy to see what your selecting, especially if you have alot of overlaping geometries. From: [EMAIL PROTECTED] on behalf of Jacolin Yves Sent: Fri 10/24/2008 11:35 AM To: users@openlayers.org Subject

Re: [OpenLayers-Users] Loading Panel Control

2008-10-27 Thread Jacolin Yves
Le Monday 27 October 2008 15:54:02 [EMAIL PROTECTED], vous avez écrit : Hi Yves, LoadingPanel is an addin, so it is not by default included in OpenLayers. Please follow the Installation and Use section on the Wiki: http://trac.openlayers.org/wiki/Addins/LoadingPanel Best regards, Bart

Re: [OpenLayers-Users] Polygon Cluster

2008-10-27 Thread Jacolin Yves
Le Monday 27 October 2008 16:42:39 Jerome Freyre, vous avez écrit : It's normal because the cluster strategy replace your features with points. The main goal for a cluster strategy is to regroup features that are close and make the map the more readable. And with the cluster strategy you can

Re: [OpenLayers-Users] Polygon Cluster

2008-10-27 Thread Jacolin Yves
to cluster the polygon vertex as it was point. Anyway, thanks Jerome you answered to my problem :) Y. I think it is interessant to let the user choose to activate or not the mode!? Jacolin Yves wrote: Le Monday 27 October 2008 16:42:39 Jerome Freyre, vous avez écrit : It's normal because

Re: [OpenLayers-Users] Polygon Cluster

2008-10-27 Thread Jacolin Yves
Le Monday 27 October 2008 17:28:04 Jerome Freyre, vous avez écrit : Maybe If I found a solution to uncluster some features a zoom level, I mail you ;) Thanks ! Y. -- Yves Jacolin --- http://softlibre.gloobe.org ___ Users mailing list

Re: [OpenLayers-Users] Clustering and addFeatures method

2008-10-24 Thread Jacolin Yves
Le Friday 24 October 2008 14:07:10 Salvaro, vous avez écrit : I'm using a vectorLayer over two different baselayers (WMS and Google Maps Layer). The cluster strategy works well when I'm using the WMS, but when I change the baseLayer to the GMaps layer it stops. I've to do something different

[OpenLayers-Users] Several selectFeature control

2008-10-24 Thread Jacolin Yves
Hi, Is it possible to create more than one selectFeature control for several vector layer? Something like this: ctl_pt = new OpenLayers.Control.SelectFeature( buildingsPt, { callbacks: { 'over': __hbsMouseOverFeatureCallback,

Re: [OpenLayers-Users] Several selectFeature control

2008-10-24 Thread Jacolin Yves
activaete one select control at a time. From: [EMAIL PROTECTED] on behalf of Jacolin Yves Sent: Fri 10/24/2008 10:22 AM To: users@openlayers.org Subject: [OpenLayers-Users] Several selectFeature control Hi, Is it possible to create more than one

Re: [OpenLayers-Users] Clustering and addFeatures method

2008-10-23 Thread Jacolin Yves
that we can reproduce the problem. Eric 2008/10/16, Jacolin Yves [EMAIL PROTECTED]: Hello, I am trying to set up a cluster strategy for one of my vector layer. I add this code to my existing code: var vector = new OpenLayers.Layer.Vector(name

Re: [OpenLayers-Users] Clustering and addFeatures method

2008-10-22 Thread Jacolin Yves
Le Wednesday 22 October 2008 12:33:04 arno974, vous avez écrit : Hello Yves, Tried to add a new OpenLayers.Strategy.Fixed(), in your strategies and it should work. I noticed that the cluster doesn't work if i don't use the fixed strategy. Maybe a bug or i didn't use it in a good way. Here

Re: [OpenLayers-Users] Clustering and addFeatures method

2008-10-22 Thread Jacolin Yves
Le Wednesday 22 October 2008 15:39:57 arno974, vous avez écrit : Ahh okay i understand what you want. With the OpenLayers.Strategy.Cluster you can only merge the features when they are close to each other. In your example, the two points have been merge into only one. If you want to

Re: [OpenLayers-Users] Clustering and addFeatures method

2008-10-22 Thread Jacolin Yves
Le Wednesday 22 October 2008 16:00:36 Jacolin Yves, vous avez écrit : Le Wednesday 22 October 2008 15:39:57 arno974, vous avez écrit : Ahh okay i understand what you want. With the OpenLayers.Strategy.Cluster you can only merge the features when they are close to each other. In your

Re: [OpenLayers-Users] Clustering and addFeatures method

2008-10-21 Thread Jacolin Yves
that we can reproduce the problem. Eric 2008/10/16, Jacolin Yves [EMAIL PROTECTED]: Hello, I am trying to set up a cluster strategy for one of my vector layer. I add this code to my existing code: var vector = new OpenLayers.Layer.Vector(name

Re: [OpenLayers-Users] Clustering and addFeatures method

2008-10-21 Thread Jacolin Yves
Le Tuesday 21 October 2008 16:46:21 Eric Lemoine, vous avez écrit : [..] Doesn't work. OpenLayers.js cannot be loaded, isn't www.lpdipro2.dev.local on a private network? -- Eric he he ;) sorry, I changed all wrong url. Y. -- Yves Jacolin --- http://softlibre.gloobe.org

[OpenLayers-Users] Using OL with Google baseLayer

2008-10-16 Thread Jacolin Yves
Hi list, I am switching my OL baselayers to the Google Maps's one. So I have to change my projection for all my data to google mercator. All my datas were in lambert 2 etendue (french projection, epsg code: 27572). I succed to change it for all my shapefile using ogr2ogr or gdal with the

Re: [OpenLayers-Users] Using OL with Google baseLayer

2008-10-16 Thread Jacolin Yves
Le Thursday 16 October 2008 12:42:34 Christopher Schmidt, vous avez écrit : On Thu, Oct 16, 2008 at 12:16:54PM +0200, Jacolin Yves wrote: Hi list, I am switching my OL baselayers to the Google Maps's one. So I have to change my projection for all my data to google mercator. All my datas

[OpenLayers-Users] Clustering and addFeatures method

2008-10-16 Thread Jacolin Yves
Hello, I am trying to set up a cluster strategy for one of my vector layer. I add this code to my existing code: var vector = new OpenLayers.Layer.Vector(name, { strategies: [ new OpenLayers.Strategy.Cluster({distance:20})

Re: [OpenLayers-Users] Clustering and addFeatures method

2008-10-16 Thread Jacolin Yves
that we can reproduce the problem. Eric 2008/10/16, Jacolin Yves [EMAIL PROTECTED]: Hello, I am trying to set up a cluster strategy for one of my vector layer. I add this code to my existing code: var vector = new OpenLayers.Layer.Vector(name

Re: [OpenLayers-Users] Display legend

2008-10-15 Thread Jacolin Yves
Le Wednesday 15 October 2008 16:53:48 Sophie GRAS, vous avez écrit : Hi everyone I have a dumb question but i can't find the answer... I have a mapfile with several layers and I use openlayers to display them. In each layer I have some classes (representing percentage of the population) and

[OpenLayers-Users] OL example in ie6

2008-05-20 Thread Jacolin Yves
Hi, One of my collegue is trying to see the OL examples with IE6, and the left column where we choose the example is really small and we can't read the title nor click on the link. Are you aware of this issue? Regards, Y. -- Yves Jacolin --- http://softlibre.gloobe.org

Re: [OpenLayers-Users] Sample OL site...

2008-04-17 Thread Jacolin Yves
Le Thursday 17 April 2008 10:22:22 Richard Duivenvoorde, vous avez écrit : Mmm, ended up with al long email, hope this helps for somebody. Maybe it's an idea to put this kind of info in a nice (illustrated) wiki article? Hi, I agree completly and will use your nice mail for my OL document I am

Re: [OpenLayers-Users] GML and IE issue

2008-02-11 Thread Jacolin Yves
Corrected, it seems that IE doesn't like the simple quote in script src='http://openlayers.org/api/OpenLayers.js'/script :/ Y. Le Monday 11 February 2008 09:56:26 Jacolin Yves, vous avez écrit : Hello, Any idea about this IE issue with my map? Thanks :) Y. Le Friday 08 February 2008 12

[OpenLayers-Users] GML and IE issue

2008-02-08 Thread Jacolin Yves
Hi list, One of my friend developed an application with OL. He has some problem with ie and I can't find why/where. It seems that this is link to the openlayers.layers.GML() code. Firefox show all the application nicely :) Here is a link to the application :

[OpenLayers-Users] Pop-up and GML/KML/ ... layers

2008-02-06 Thread Jacolin Yves
Hi list, I would like to test the pop-up feature in openlayers. If I add a GML, KML or some other type of layer. How can I easily retrieve data from the GML, KML, after clicking on the map ? Do I need to retrieve the latLong from the click event, then parse the GML, and then build the content

Re: [OpenLayers-Users] Pop-up and GML/KML/ ... layers

2008-02-06 Thread Jacolin Yves
February 2008 15:02:55 Jean Pommier (IGE), vous avez écrit : Hi Yves, Yes, you can. The syntax is feature.attributes.fieldName, you'll get the field value for the current feature Is it OK ? If you need an example, i have one not so far... Jean 2008/2/6, Jacolin Yves [EMAIL PROTECTED]: Hi

Re: [OpenLayers-Users] Pop-up and GML/KML/ ... layers

2008-02-06 Thread Jacolin Yves
]]/ogr:url ogr:duree8/ogr:duree ogr:mode1/ogr:mode /ogr:allcircuits /gml:featureMember You could also use firebug to explore your javascript objects : maybe you'll find the right path... 2008/2/6, Jacolin Yves [EMAIL PROTECTED]: Thanks for this tips. Here

Re: [OpenLayers-Users] Vector/GML Thematic

2008-01-30 Thread Jacolin Yves
Le Wednesday 30 January 2008 07:05:28 Andrew de klerk, vous avez écrit : Hi All I remeber reading somewhere that presenting a GML with a thematic (i.e. different colours for different polygons based upon a Field atrtribute) was currently under development, but I cannot seem to find the

Re: [OpenLayers-Users] Vector/GML Thematic

2008-01-30 Thread Jacolin Yves
Le Wednesday 30 January 2008 09:38:40 Andreas Hocevar, vous avez écrit : Andrew- Andrew de klerk wrote: I remeber reading somewhere that presenting a GML with a thematic (i.e. different colours for different polygons based upon a Field atrtribute) was currently under development, but I

[OpenLayers-Users] Google and GML layer

2007-12-06 Thread Jacolin Yves
Hi, One ofmy friend is trying to create a map with a Google layer as baseLayer and he added a GML layer. I converted his shapefile from WGS84 to SphericalMercator with ogr then he converted it in GML file. The map is ok except for the GML layer where there is still an y-offset. Do you know

Re: [OpenLayers-Users] Google and GML layer

2007-12-06 Thread Jacolin Yves
Le Thursday 06 December 2007 14:58:46 Christopher Schmidt, vous avez écrit : On Thu, Dec 06, 2007 at 02:54:46PM +0100, Jacolin Yves wrote: Hi, One ofmy friend is trying to create a map with a Google layer as baseLayer and he added a GML layer. I converted his shapefile from WGS84

Re: [OpenLayers-Users] Google and GML layer

2007-12-06 Thread Jacolin Yves
Le Thursday 06 December 2007 15:37:53 Christopher Schmidt, vous avez écrit : On Thu, Dec 06, 2007 at 03:11:02PM +0100, Jacolin Yves wrote: Le Thursday 06 December 2007 14:58:46 Christopher Schmidt, vous avez ?crit?: On Thu, Dec 06, 2007 at 02:54:46PM +0100, Jacolin Yves wrote: Hi

Re: [OpenLayers-Users] Google and GML layer

2007-12-06 Thread Jacolin Yves
Le Thursday 06 December 2007 15:37:53 Christopher Schmidt, vous avez ecrit : On Thu, Dec 06, 2007 at 03:11:02PM +0100, Jacolin Yves wrote: Le Thursday 06 December 2007 14:58:46 Christopher Schmidt, vous avez ecrit : On Thu, Dec 06, 2007 at 02:54:46PM +0100, Jacolin Yves wr= ote: Hi

Re: [OpenLayers-Users] OL, MapFish and ExtJS

2007-11-22 Thread Jacolin Yves
Le Thursday 22 November 2007 16:44:53 Bart van den Eijnden (OSGIS), vous avez écrit : Hi list, I've been working the last couple of weeks on an application framework which uses OpenLayers, MapFish and ExtJS. I've made a 5 Mb Wink movie (it was created on 1280x1024 so it might be a bit hard

Re: [OpenLayers-Users] Maker with hover

2007-10-09 Thread Jacolin Yves
Prasad, It seems you are using Gmap API, not OpenLayers API. Regards, Y. Le Tuesday 09 October 2007 08:48:57 Prasad Choudhary, vous avez écrit : hello, here is my code for marker function somefunction() { size = new OpenLayers.Size(21,25);

Re: [OpenLayers-Users] GML and SLD

2007-09-17 Thread Jacolin Yves
Le Friday 14 September 2007 19:11:42 Christopher Schmidt, vous avez écrit : On Fri, Sep 14, 2007 at 05:06:16PM +0200, Jacolin Yves wrote: Sorry, My explanation is not clear. I get an url from a webservice which supply a gml. I succeed to display this layer in OL. I would like to change

Re: [OpenLayers-Users] GML and SLD

2007-09-17 Thread Jacolin Yves
Le Monday 17 September 2007 13:20:15 Christopher Schmidt, vous avez écrit : On Mon, Sep 17, 2007 at 11:19:10AM +0200, Jacolin Yves wrote: Hi Christopher, Thanks for your answer. I find the Andreas sandBox and read the code. Is someone have more information on it? When does Andreas comit

Re: [OpenLayers-Users] GML and SLD

2007-09-06 Thread Jacolin Yves
Le Thursday 06 September 2007 13:23:58 Christopher Schmidt, vous avez écrit : On Thu, Sep 06, 2007 at 12:44:00PM +0200, Jacolin Yves wrote: Hi List, I am looking how to change icons of a GML layer. I read this bug trac [1] which seems working for WMS layer (not tested but seems

Re: [OpenLayers-Users] javascript lessons / learning

2007-07-20 Thread Jacolin Yves
Le Friday 20 July 2007 09:43:02 Richard Duivenvoorde, vous avez écrit : - really have a look at the documentation of firebug (I was using it, but didn't know it had so much possibilities): still using alerts? read:   http://www.getfirebug.com/logging.html Hi, Thanks for your links, specially

Re: [OpenLayers-Users] some tiles are missing

2007-06-15 Thread Jacolin Yves
Le Friday 15 June 2007 04:35:16 Jackey Cheung, vous avez écrit : There's a map here: http://202.69.84.201/?lat=22.31594lon=114.16535zoom=19layers=B As you can see on the map, there are some bands of missing tiles. Tilecache report that it can't calculate the index of these tiles, and

Re: [OpenLayers-Users] some tiles are missing

2007-06-15 Thread Jacolin Yves
Le Friday 15 June 2007 09:26:40 Jacolin Yves, vous avez écrit : Le Friday 15 June 2007 04:35:16 Jackey Cheung, vous avez écrit : There's a map here: http://202.69.84.201/?lat=22.31594lon=114.16535zoom=19layers=B As you can see on the map, there are some bands of missing tiles