My favorites | Sign in
Logo
             
New issue | Search
for
| Advanced search | Search tips
Issue 147: Networklinks doesn't update until mouse move over the plugin window
5 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Type-Defect
Priority-Medium
Internal-1598614
Component-Rendering


Sign in to add a comment
 
Reported by barnabu, Jan 24, 2009
What steps will reproduce the problem?
1. go to
http://earth-api-samples.googlecode.com/svn/trunk/demos/interactive/index.html
2. click the link 'Create Networklink', 
3. remove 'networkLink.setFlyToView(true);'  from the code, 
4. hit 'run code'. 

What is the expected output or behavior? What do you see instead?
The networklinked kml file, a placemark at coordinates 0,0 , should display
automatically without requiring a fly-to-view.  

Instead, it doesn't display until either the camera moves, or the mouse is
run over the plugin.

Which plugin version are you using?
4.3.11528.8566

Which browsers and operating systems are affected?


Please provide any additional information (code snippets/links) below.
Issue first reported in this thread:
http://groups.google.co.uk/group/google-earth-browser-plugin/browse_thread/thread/cc475157f6d9cec8?hl=en


A workaround is to force a refresh of the camera immediately after the
networklink is appended.  e.g.

 var camera = ge.getView().copyAsCamera(ge.ALTITUDE_RELATIVE_TO_GROUND); 
 ge.getView().setAbstractView(camera); 
Comment 1 by api.roman.public, Jan 26, 2009
(No comment was entered for this change.)
Status: Accepted
Labels: Internal-1598614
Comment 2 by api.roman.public, May 21, 2009
(No comment was entered for this change.)
Summary: Networklinks doesn't update until mouse move over the plugin window
Comment 4 by api.roman.public, May 21, 2009
(No comment was entered for this change.)
Labels: Component-Rendering
Comment 6 by api.roman.public, May 21, 2009
 Issue 239  has been merged into this issue.
Comment 7 by api.roman.public, Aug 08, 2009
(No comment was entered for this change.)
Status: Confirmed
Comment 8 by api.roman.public, Aug 08, 2009
Bulk edit.
Comment 9 by api.roman.public, Aug 08, 2009
(No comment was entered for this change.)
Status: FixedNotReleased
Comment 10 by api.roman.public, Sep 09, 2009
Fixed as of 5.1.3506.3999 (API v1.003); see announcement here:

http://groups.google.com/group/google-earth-api-notify/browse_thread/thread/6a32fdfcc60236e

If this issue is still not fixed, please let us know.
Status: Fixed
Sign in to add a comment