[OpenLayers-Dev] Bad URL: register Events, deactivate-unregister, activate-register, destroy-unregister and destroy, ufff! I had an idea!

2010-04-13 Thread Xavier Mamano (jorix)
Ups! I cut the URL. See in: http://perso.wanadoo.es/xavier.mamano/sandbox/addlistener/examples/addlistener.html http://perso.wanadoo.es/xavier.mamano/sandbox/addlistener/examples/addlistener.html Xavier Mamano -- View this message in context:

[OpenLayers-Dev] allOverlays question

2010-04-13 Thread bartvde
Hi list, I am tracking down an issue in my application. I am using allOverlays true on the Map object. When I start up my application, a layer with no scale info set is as the lowest in the stack and hence acts as the base layer. However, I have a control which raises this layer (a marker layer)

Re: [OpenLayers-Dev] allOverlays question

2010-04-13 Thread Eric Lemoine
On Tue, Apr 13, 2010 at 10:00 AM, bart...@osgis.nl wrote: Hi list, I am tracking down an issue in my application. I am using allOverlays true on the Map object. When I start up my application, a layer with no scale info set is as the lowest in the stack and hence acts as the base layer.

Re: [OpenLayers-Dev] allOverlays question

2010-04-13 Thread bartvde
Hi Eric, my map definition has the following set: var map = new OpenLayers.Map({ fractionalZoom: true, maxResolution: GeoServices.MapMaxResolution, projection: GeoServices.MapProjection, units: GeoServices.MapUnits, allOverlays: true, maxExtent: GeoServices.MapMaxExtent }); However,

Re: [OpenLayers-Dev] allOverlays question

2010-04-13 Thread Eric Lemoine
On Tue, Apr 13, 2010 at 10:47 AM, bart...@osgis.nl wrote: Hi Eric, my map definition has the following set: var map = new OpenLayers.Map({  fractionalZoom: true,  maxResolution: GeoServices.MapMaxResolution,  projection: GeoServices.MapProjection,  units: GeoServices.MapUnits,  

Re: [OpenLayers-Dev] allOverlays question

2010-04-13 Thread bartvde
Hi Eric, I've opened up a ticket for Format.WMC so we don't forget about this good discussion (thanks!). http://trac.openlayers.org/ticket/2579#preview Best regards, Bart On Tue, Apr 13, 2010 at 10:47 AM, bart...@osgis.nl wrote: Hi Eric, my map definition has the following set: var map

[OpenLayers-Dev] Hover over point - Display name

2010-04-13 Thread geojoe
I would like to hover over one of my layers and display the feature site_name next to the feature like a label. I would also like to have this control active all of the time - while pan, identify, zoomIn, ... are active. Using the control below the overFeature code is never reached. Help, Joe

Re: [OpenLayers-Dev] Hover over point - Display name

2010-04-13 Thread Alexandre Dube
Hi, I'm not sure what's wrong with what you're doing, but maybe a quick look at this example [1] might help. I would use 'highlightOnly': true only and register events instead of overwriting the native callback methods used when hovering. Hope this helps, Alexandre

[OpenLayers-Dev] please vote on OpenLayers 2.9 final

2010-04-13 Thread Bart van den Eijnden
Hi list, since OpenLayers 2.9RC2 has been released one issue has been fixed (wrt the KML format), which was clearly a regression from OL 2.8, see http://trac.openlayers.org/ticket/2398 for the details. To me it seems this is a trivial fix and it does not need another RC, so I am calling for a

Re: [OpenLayers-Dev] please vote on OpenLayers 2.9 final

2010-04-13 Thread Andreas Hocevar
+1 for OL 2.9 final! Thanks Bart for all the efforts. -Andreas. On Apr 13, 2010, at 21:17 , Bart van den Eijnden wrote: Hi list, since OpenLayers 2.9RC2 has been released one issue has been fixed (wrt the KML format), which was clearly a regression from OL 2.8, see

Re: [OpenLayers-Dev] Hover over point - Display name

2010-04-13 Thread geojoe
I haven't been able to get a variation of that code working either. When I try to create report var report = function(e) ... I get a this.map is null js error. But layers have been added that is how it set userLayer. --- With my old code I get multiple js errors when I move

Re: [OpenLayers-Dev] please vote on OpenLayers 2.9 final

2010-04-13 Thread Eric Lemoine
On Wednesday, April 14, 2010, christopher.schm...@nokia.com wrote: (Hadn't subscribed to the dev list with new address yet, sorry about that.) -- Chris Begin forwarded message: From: Schmidt Christopher (Nokia-S/Cambridge) christopher.schm...@nokia.com Date: April 13, 2010 3:24:07 PM

Re: [OpenLayers-Dev] please vote on OpenLayers 2.9 final

2010-04-13 Thread MostlyBaldEagle
I am still seeing major issues with IE but I also saw those in 2.8 and it is getting slightly better... I guess I am voting for a 2.9 final. Will post example with IE issues as ASAP, need to refactor out of my application. -- View this message in context:

Re: [OpenLayers-Dev] please vote on OpenLayers 2.9 final

2010-04-13 Thread Schuyler Erle
+1 with gratitude to everyone who's contributed to the 2.9 release. Great work! SDE On Apr 13, 2010, at 3:17 PM, Bart van den Eijnden wrote: Hi list, since OpenLayers 2.9RC2 has been released one issue has been fixed (wrt the KML format), which was clearly a regression from OL 2.8, see