killlllme / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

When switching to Earth view, all maptype selection button dissapear. #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Demo link or sample code:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/googleearth/examp
les/earth.html

What steps will reproduce the problem?
1.Press Earth button MapType to switch to earth view (google earth plugin)
2.
3.

Expected result:
The MapType selection buttons Map,Satellite andEarth on the top right should be 
visible at all times.

Actual result:
Initially all 3 MapTypes Map,Satellite,Earth are shown. As soon as Earth is 
selected the MapType selectors disappear.Once in Earth mode you can not switch 
back to Map or Satellite because the buttons are missing.

Version: ###

Browser / Operating System:
FF3/WinXP

Additional comments:
[Enter any additional comments about the bug here.]

*********************************************************
Tip: Star this issue (next to title) to receive notifications of status
changes against this issue, also used as a gauge for how many people are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by d.ora...@gmail.com on 24 Mar 2011 at 8:07

GoogleCodeExporter commented 9 years ago
We are witnessing the same issue. It appears to be a problem with div size 
controller within the Earth javascript. The button also disappears whenever the 
regular map is resized.

Original comment by towersou...@gmail.com on 11 Jun 2011 at 2:17

GoogleCodeExporter commented 9 years ago
It may be related to issue 100:
http://code.google.com/p/google-maps-utility-library-v3/issues/detail?id=100&col
spec=ID%20Type%20Status%20Priority%20Fixed%20Owner%20Summary%20Stars

I've proposed a little change that fixes that issue for me.

Original comment by theb...@emanueleziglioli.it on 22 Jun 2011 at 4:48

GoogleCodeExporter commented 9 years ago
Hi. I tested the example page and it behaves correctly (towards this bug) in 
Google Chrome and Internet Explorer 9, while the issue appears in Mozilla 
Firefox 3.6.

Original comment by alessand...@gmail.com on 3 Oct 2011 at 4:40

GoogleCodeExporter commented 9 years ago
Unable to replicate in FF 16+

Original comment by jli...@google.com on 22 Feb 2013 at 7:52

GoogleCodeExporter commented 9 years ago
Here is a map showing that this bug is alive and well even after applying the 
fix in issue 100:
http://www.mappingsupport.com/test_googleearth/test_ge_016.html

I'm using a PC with XP SP3.

Earth does start so it is not a problem with the instance being tardy.  After 
earth starts the map type control is not present.  This bug exists with:
FF 23
Chrome 29
IE 8

This test map does one thing different.  The map uses a custom map type control 
that is inside of a google custom control.  When you click the button to go to 
earth, (1) the custom control is cleared and (2) a standard default map type 
control is added to the map so there will be the right kind of sibling to find.

This bug is affecting my production app so I hope Josh or someone can give me a 
suggestion to try.

Original comment by JosephEl...@gmail.com on 12 Sep 2013 at 11:48