[OpenLayers-Users] Layer Z order with Google and WMS

2010-03-02 Thread ChiefDan
I've got a NOAA Chart that is being served up via WMS that I would like to use with a Google Map base layer. The issue is I want the Chart layer rendered first, then Google layer so the land will be visible, but the chart shows in the ocean. The chart is being served up via Tilecache. With a norma

[OpenLayers-Users] Error seen under IE8/7

2010-03-02 Thread ChiefDan
Initially my map loads fine under IE8, however if I do a page refresh I get an error: "this.div.style is null" Debugging the error leads here: getZIndex:function(){return this.div.style.zIndex;} I don't see this error under Firefox or Chrome. I am wondering if it is a result of my not having any "

Re: [OpenLayers-Users] KML NetworkLink and auto-refresh

2009-05-13 Thread ChiefDan
t sure what the performance will be like > under those conditions. > > Cheers, > > Andrew > > On Wed, May 13, 2009 at 1:35 AM, ChiefDan wrote: > >> >> Andrew, >> Not sure if you found a solution, if not, this is what I've done. >> >> In the

Re: [OpenLayers-Users] KML NetworkLink and auto-refresh

2009-05-12 Thread ChiefDan
Andrew, Not sure if you found a solution, if not, this is what I've done. In the map init function, set a timer: window.setInterval(raingaugeRefreshData, 60, rainGauges); Then in the timer service function: function raingaugeRefreshData(layer) { layer.loaded = false; layer.setVisibil