ThinkGeo.com    |     Documentation    |     Premium Support

Bug in UseYahooMap Sample

I've stumbled across a bug in the UseYahooMap demo that is ultimately causing me the same issue in my map application.  You can reproduce the error if you run the sample and then use the ZoomBar slider to Zoom Out from the initial Extents.  It seems the fully zoomed out mode is set to the wrong zoom level. 


Is there a way around this error or something I can set so it does not happen?


Thanks,


Jeremy



Jeremy,  


Yes, this is a bug, thanks for pointing it out. To work around, please copy the following script to the header of your web page,
 

        var OnMapCreating = function(map) {
            OpenLayers.Layer.Yahoo = OpenLayers.Class(OpenLayers.Layer.Yahoo, {
                MIN_ZOOM_LEVEL : 1
            });
        }

 
Thanks,
 
Ben

397-script.txt (245 Bytes)

That was it.  Thanks again for the great support!

My pleasure Jeremy, let us know if you have any issues.