Re: [OpenLayers-Users] Multiple Vector Layers (FireFox issue)

2010-04-14 Thread Andreas Hocevar
_lon],dades_posicions[j][idx_lat]), {velo: > dades_posicions[j][idx_vel],rotation:direccio*45,figura:direccio==0?"circle":"triangle"}); > positions.push(position); > } > > layerPositions.addFeatures(positions); > > > Subj

Re: [OpenLayers-Users] Multiple Vector Layers (FireFox issue)

2010-04-14 Thread Jordi Romagos i Figueras
file with utm format and then I add in a vector. The code is something like that: var positions= []; for (var j=0 ;j Subject: Re: [OpenLayers-Users] Multiple Vector Layers (FireFox issue) > From: ahoce...@opengeo.org > Date: Tue, 13 Apr 2010 16:25:10 +0200 > CC: users@openlayers.o

Re: [OpenLayers-Users] Multiple Vector Layers (FireFox issue)

2010-04-14 Thread Bart van den Eijnden
ad 2.9 API. I > tried the same code using OL 2.9 RC2 and positions doesn't match! I don't > know If I have to change anything? > > Another time a lot of thanks! > > > > Subject: Re: [OpenLayers-Users] Multiple Vector Layers (FireFox issue) > >

Re: [OpenLayers-Users] Multiple Vector Layers (FireFox issue)

2010-04-14 Thread Jordi Romagos i Figueras
: > > onFeatureSelect,onUnselect:onFeatureUnSelect, hover: onFeatureHover}); > > Are you sure you are using OpenLayers >= 2.8? Multi-layer selection was added > in 2.8 > > Regards, > Andreas. > > > > > > All of this happend when I'm using Firefox brow

Re: [OpenLayers-Users] Multiple Vector Layers (FireFox issue)

2010-04-13 Thread Andreas Hocevar
ct: > onFeatureSelect,onUnselect:onFeatureUnSelect, hover: onFeatureHover}); Are you sure you are using OpenLayers >= 2.8? Multi-layer selection was added in 2.8 Regards, Andreas. > > All of this happend when I'm using Firefox browser. > > Thanks another time, >

Re: [OpenLayers-Users] Multiple Vector Layers (FireFox issue)

2010-04-13 Thread Jordi Romagos i Figueras
ectFeature([layer1], {onSelect: onFeatureSelect,onUnselect:onFeatureUnSelect, hover: onFeatureHover}); All of this happend when I'm using Firefox browser. Thanks another time, Jordi. > Subject: Re: [OpenLayers-Users] Multiple Vector Layers (FireFox issue) > From: ahoce...@openge

Re: [OpenLayers-Users] Multiple Vector Layers (FireFox issue)

2010-04-13 Thread Andreas Hocevar
that should be all. Regards, Andreas. > > Thanks. > > > > Date: Mon, 12 Apr 2010 20:52:50 +0200 > > From: ahoce...@opengeo.org > > To: users@openlayers.org > > Subject: Re: [OpenLayers-Users] Multiple Vector Layers (FireFox issue) > > > > On 2

Re: [OpenLayers-Users] Multiple Vector Layers (FireFox issue)

2010-04-13 Thread Jordi Romagos i Figueras
Layers-Users] Multiple Vector Layers (FireFox issue) > > On 2010-04-12 20:30 , chandanpansare wrote: > > I have multiple vector layers added in map and for each layer I have > > SelectFeature control. > > In IE, Chrome and Safari I'm able to select features of all the l

Re: [OpenLayers-Users] Multiple Vector Layers (FireFox issue)

2010-04-12 Thread Andreas Hocevar
On 2010-04-12 20:30 , chandanpansare wrote: > I have multiple vector layers added in map and for each layer I have > SelectFeature control. > In IE, Chrome and Safari I'm able to select features of all the layers but > in case of FireFox only features from the last layer added are accessible. > wou

[OpenLayers-Users] Multiple Vector Layers (FireFox issue)

2010-04-12 Thread chandanpansare
I have multiple vector layers added in map and for each layer I have SelectFeature control. In IE, Chrome and Safari I'm able to select features of all the layers but in case of FireFox only features from the last layer added are accessible. would like to if there any work around / solution for th