Eric, thanks for that! I stumbled across the same problem in Mapbuilder's GmlRendererOL, and solved it by passing resolutions = map.baseLayer.resolutions as option to the layer. But I like your solution much more!
Regards, Andreas. Eric Lemoine wrote: > On Dec 11, 2007 9:32 PM, Eric Lemoine <[EMAIL PROTECTED]> wrote: > >> Hello >> >> I have an issue with the point handler. The point handler creates a >> temporary layer to temporarily render points. But if you haven't set >> resolutions/scales/... at map creation time but you rather did it when >> creating the baselayer, the point handler's temporary layer won't have >> correct values for resolutions/scales/... Result is: no point will be >> rendered. I've found no clean way to work around the problem. Do you >> see this as a bug? If so, any suggestion on how to fix it? >> > > I opened a ticket and created a patch for that issue. See > <http://trac.openlayers.org/ticket/1205>. > > Thx > > -- > Eric > _______________________________________________ > Dev mailing list > [email protected] > http://openlayers.org/mailman/listinfo/dev > _______________________________________________ Dev mailing list [email protected] http://openlayers.org/mailman/listinfo/dev
