Re: [OpenLayers-Users] How to set min/maxResolution for Layers on the OverviewMap?

2010-06-10 Thread Fabian Patzke (OL)
Thanks, with the trunk it's working as expected. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/How-to-set-min-maxResolution-for-Layers-on-the-OverviewMap-tp5130819p5162817.html Sent from the OpenLayers Users mailing list archive at Nabble.com.

Re: [OpenLayers-Users] How to set min/maxResolution for Layers on the OverviewMap?

2010-06-05 Thread Eric Lemoine
On Wed, Jun 2, 2010 at 3:40 PM, Fabian Patzke (OL) listensamm...@patzi.de wrote: Hi there, I wanted to set up my OverViewMap with 2 layers. The layers should be visible depending on the overviewmaps resolution. So I initialized my layers as following:  var ov1 = new OpenLayers.Layer.WMS(  

[OpenLayers-Users] How to set min/maxResolution for Layers on the OverviewMap?

2010-06-02 Thread Fabian Patzke (OL)
Hi there, I wanted to set up my OverViewMap with 2 layers. The layers should be visible depending on the overviewmaps resolution. So I initialized my layers as following: var ov1 = new OpenLayers.Layer.WMS( name1 ,http://url1?; ,{ layers: 0 ,format: image/jpeg }