Re: [OpenLayers-Users] OpenLayers.js with #1836 patch

2009-09-10 Thread Philip Bruvoll
> > > >> Thanks for the symbol defs, these still render incorrectly in IE indeed. > >> > >> #1836 needs more work. Patches welcome :-) > >> > >> Regards, > >> Andreas. > >> > >> Philip Bruvoll wrote: > >> >

Re: [OpenLayers-Users] Problems using custom symbols (graphic-name) on IE8 by adding objects to OpenLayers.Renderer.symbol

2009-09-08 Thread Philip Bruvoll
just one of them? Kind regards, Philip Bruvoll > Date: Tue, 8 Sep 2009 10:58:56 +0200 > From: ahoce...@opengeo.org > To: pbruv...@hotmail.com > CC: users@openlayers.org > Subject: Re: [OpenLayers-Users] Problems using custom symbols (graphic-name) > on I

[OpenLayers-Users] Problems using custom symbols (graphic-name) on IE8 by adding objects to OpenLayers.Renderer.symbol

2009-09-08 Thread Philip Bruvoll
0,8, 0.5,0]; or OpenLayers.Renderer.symbol.rectangle = [2,0, 4,5, 0,5, 2,0]; the symbol will display correctly in Firefox but not in IE8. Does anyone know why this happens? Kind regards, Philip Bruvoll _ Share your memories online w

[OpenLayers-Users] How to Improve speed in IE when dealing with a lot of elements? Clusters?

2009-09-08 Thread Philip Bruvoll
ng IE performance? Any suggestions for gaining performance are welcome :) Kind regards, Philip Bruvoll _ More than messages–check out the rest of the Windows Live™. http://www.microsoft.com/windows/window

[OpenLayers-Users] Show Icons only in Zoom 9 to 16

2009-09-03 Thread Philip Bruvoll
I think you can register a zoomend event. Something like this : var olMap = new OpenLayers.Map(...) var callBack = function(zoomLevel) {...} olMap.events.register("zoomend", olMap, callBack); Then you can hide the markers in the callback function depending on zoomLevel Kind regards, Philip B _