|
ABECON
|
|
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
|
|
|
|
Chris Pietschmann
|
|
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
|
|
|
|
ctadlock
|
|
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
|
|
|
|
Chris Pietschmann
|
|
Just to update this thread, the v2.00.03 update was released last week and it includes the ability to turn off Birdseye View.
|
|
|