I'm trying to enable VEMapStyle.Birdseye mode for VirtualEarth layer in my OL
app 
using
if (mapObject.IsBirdseyeAvailable()) {
                                  
mapObject.SetMapStyle(VEMapStyle.BirdseyeHybrid);
}
Birdseye scene displayed, but it seems that panning (moving center) doesn't
work: view changed to some faraway place. 
How can I fix it?

-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/VirtualEarth-VEMapStyle-Birdseye-mode-doesn-t-work-tp5345406p5345406.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to