Disabling birdseye view

Last post 3/17/2009 11:18:29 PM by Chris Pietschmann. 3 replies. << Back to Web.Maps.VE v2.0 General
2/18/2009 11:21:12 AM
ABECON

Disabling birdseye view

Hi,

I'm trying to find a way to completely disable the birdseye view in Virtual Earth. Is there any way to do this with the Simplovation control without delving deep into the Virtual Earth javascript code?

Waldo Menkveld
Abecon
2/18/2009 11:47:27 PM
Chris Pietschmann

Re:Disabling birdseye view

Unfortunately, in the current Web.Maps.VE release (v2.00.02) there is not way to disable the Birdseye view. However, this feature will be included in the next update release (v2.00.03) that will be released within the next couple weeks.

You can view the Web.Maps.VE Feature Roadmap to see what features/changes are to be included in future and current update releases. It can be viewed here: http://simplovation.com/page/webmapsve20/roadmap.aspx
2/19/2009 12:47:54 AM
ctadlock

Re:Disabling birdseye view

You could try a CSS hack. I use this to turn off that annoying Birds Eye popup...

/* turn off VEMap's Birds Eye popup */
#MSVE_obliqueNotification { visibility: hidden; }

CT
3/17/2009 11:18:29 PM
Chris Pietschmann

Re:Disabling birdseye view

Just to update this thread, the v2.00.03 update was released last week and it includes the ability to turn off Birdseye View.