On Tuesday, October 19, 2010, dariapra <[email protected]> wrote: > > As far as I know, in OpenLayers once you have created a map having a set of > map resolutions - by passing a set of map resolutions or by passing both the > map maximum resolution and the number of zoom levels -, you cannot add a > layer with a different set of map resolutions.
Actually you can have layers that work with different sets of resolutions, but they have to be mutually exclusive, i.e. they have to be base layers (baseLayer:true in their options). And the current/displayed base layer determines the resolutions the entire map (i.e. all layers) will work with. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : [email protected] http://www.camptocamp.com _______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
