Re: [OpenLayers-Users] OL trunk: WFS transparency in IE

2008-02-06 Thread Bart van den Eijnden (OSGIS)
I've got the same problem with trunk, the vector features are semi-transparent in Firefox, but in IE they are totally opaque. My style is defined as: this.style = {}; this.style.fillOpacity = 0.3; this.style.strokeOpacity = 0.3; this.style.strokeColor = "blue";

[OpenLayers-Users] Look Who's Using OpenLayers

2008-02-06 Thread Erik Uzureau
http://beta.whereis.com/index.htm ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

[OpenLayers-Users] Selecting features through box

2008-02-06 Thread Andrea Maschio
Hi all, i would select some features from a wms layer with s polygon but I have no idea on how to accomplish this task. Could someone please link me to an example or docs? Please i'm stuck! :/ Thanks a lot for help -- Andrew on SupaTouch http://www.superandrew.it __

Re: [OpenLayers-Users] OL trunk: WFS transparency in IE

2008-02-06 Thread Eric Lemoine
Hi. What do you mean by the wfs layer is opaque? It means you don't see the layers below the wfs layer ? Could you show us a screen shot or something ? Thx. Eric 2008/2/6, David E. Reksten <[EMAIL PROTECTED]>: > Just downloaded OL trunk for testing purposes. Built it with full.cfg, > but notice th

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

2008-02-06 Thread Eric Lemoine
Hi Yves. Once your gml is properly formatted and you see features on your map, you should be able to use the SelectFeature control to select features and display a popup on feature selection. See the example Pierre pointed out. I also confirm that you should be able to retrieve the feature info in

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

2008-02-06 Thread Jacolin Yves
Hi Jean, You are right, the GML was not good, it was created with shp2gml :/ I will try to create it with ogr2ogr :) Anyway, I find a new feature in firebug: the DOM inspector, thanks. Y. Le Wednesday 06 February 2008 16:55:53 Jean Pommier (IGE), vous avez écrit : > Mmmh, are you sure of the s

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

2008-02-06 Thread Jean Pommier (IGE)
Mmmh, are you sure of the syntax of your GML. What did you use to generate it ? I'm not so used to GML, but it looks quite weird : elmProperty is REALLY a conform gml tag ?? Mine (ogr2ogr generated GML, then i changed a few minor things) looks like this :

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

2008-02-06 Thread Jacolin Yves
Thanks for this tips. Here is a snapshoot of my GML: 001 001-Lyon 1 Nord 002 001 1 537171.089628033,5743668.39683698 I tried feature.attributes.CODEFICHE, but undefined is displayed. Any idea? Thank :) Y. Le Wednesday 06 February 2008

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

2008-02-06 Thread Jean Pommier (IGE)
Hi Yves, Yes, you can. The syntax is feature.attributes., 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 Pierre, > > Following this example, I have to parse my GML to find the da

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

2008-02-06 Thread Jacolin Yves
Hi Pierre, Following this example, I have to parse my GML to find the data somewhere I want to show on my tooltips. Is it the "normal" way? Is it possible to get it with something like "feature.data." to display it in the pop-up ? Am I clear? I hope so :) Y. Le Wednesday 06 February 2008 14:0

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

2008-02-06 Thread Pierre GIRAUD
Are you drawing features in a Vector-type layer ? If so, is this example usefull ? http://openlayers.org/dev/examples/select-feature-openpopup.html Regards, Pierre On Feb 6, 2008 1:02 PM, Jacolin Yves <[EMAIL PROTECTED]> wrote: > Hi list, > > I would like to test the pop-up feature in openlayers.

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

2008-02-06 Thread Pierre GIRAUD
Are drawing features in a Vector-type layer ? If so, is this example usefull ? Regards, Pierre On Feb 6, 2008 1:02 PM, Jacolin Yves <[EMAIL PROTECTED]> wrote: > 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

[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

[OpenLayers-Users] OL trunk: WFS transparency in IE

2008-02-06 Thread David E. Reksten
Just downloaded OL trunk for testing purposes. Built it with full.cfg, but notice that my WFS layers are now opaque in IE7, rather than semi-transparent as in FireFox2. Have I missed a (build) setting, or is this a bug? If this is a confirmed bug, I'd be happy to make an entry in Trac. .david ___

Re: [OpenLayers-Users] Selecting a feature AND drawing a point]

2008-02-06 Thread Andrea Maschio
Alright. I'll check it. What I'd like to know is if in your opinion it is the right way to do this. Or is better to place a marker? I suppose that with the marker the problem would be inverse, to pass the coords. Which is for you the cleanest way to inform the suer he chosen that point? Than