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

2008-02-06 Thread Jean Pommier (IGE)
t; 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 Wednesda

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

[OpenLayers-Users] fractionalZoom : bug with worldwind layers ?

2008-02-04 Thread Jean Pommier (IGE)
Hi, Looks like fractionalZoom does not like worldwind layers... When fractionalZoom is set to true, i've got a pb with worldwind layers. When zooming, worldwind layers' tiles show in pink, as if it couldn't find any. Even, apparently, at normal, integer levels of zoom. You can easily experiment it

[OpenLayers-Users] setBaseLayer bug with WorldWind layer ?

2008-02-04 Thread Jean Pommier (IGE)
Hi, it looks like a bug : when i set the map's active baseLayer to a worldwind layer, i'm loosing the layerSwitcher control. layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", "http://labs.metacarta.com/wms/vmap0";, {layers: 'basic'} ); ww2 = new OpenLay

[OpenLayers-Users] hover selectFeature : keep selection until new hover

2008-02-04 Thread Jean Pommier (IGE)
Hi, I'm using a selectFeature with hover:true, to change the style of some GML data (using an SLD file), and perform some actions. It works nicely, except for one thing : i'd like the last selected feature to keep it's "selected" style until a new feature is selected. Can someone tell me how to do