chiranthsiddappa / earth-api-samples

Automatically exported from code.google.com/p/earth-api-samples
0 stars 0 forks source link

Cannot re-enable StreetView in V 6.1.0.5001 #709

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enable street view with
   ge.getNavigationControl().setStreetViewEnabled(true);
2. Disable street view with
   ge.getNavigationControl().setStreetViewEnabled(false); 
3. Repeat step 1.

What is the expected output or behavior? What do you see instead?

Repeating step 1 should re-enable street view; it does not.

Which plugin version are you using?

6.1.0.5001

Which browsers and operating systems are affected?

Chrome/Windows

Please provide any additional information (code snippets/links) below.

Click on *Options* then *Street View* 
Example <http://www.metzgerwillard.us/plugin/plugin.html> 

Original issue reported on code.google.com by thomasgl...@gmail.com on 15 Dec 2011 at 6:21

GoogleCodeExporter commented 8 years ago
Thanks for the issue report. We're taking a look.

Original comment by bcke...@google.com on 15 Dec 2011 at 8:59

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
From what I have noticed, you have to zoom way out then back in and the street 
view man will come back.

It appears there is some zoom level check that is causing the man to not come 
back?

Original comment by tucker...@gmail.com on 12 Jun 2012 at 4:30