modaresimr / earth-api-samples

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

Event for when models and network links finish loading #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
to catch when KML files have been successfully loaded

Requested by: oliver.oxenham

Supported by: sylehc, Robert S, tlep, scorpi,bTimoney, jan.wischnat, 
underbluewaters, barryhunter, Tijs de Kler, plomari

Original issue reported on code.google.com by api.roman.public@gmail.com on 12 Aug 2008 at 8:44

GoogleCodeExporter commented 9 years ago
also to catch when a KML file has been successfully refreshed via a NetworkLink

Original comment by marcin.a...@gmail.com on 16 Aug 2008 at 12:50

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
KML loaded is already available as the callback to fetchKml():

google.earth.fetchKml(ge, 'http://path/to/your.kml', my_callback);

Though there is no event for when 3D models are finished loading. Nor, for when 
a
NetworkLink has been refreshed.

Original comment by api.roman.public@gmail.com on 20 Aug 2008 at 5:38

GoogleCodeExporter commented 9 years ago
how about an event for when kml files have finished rendering??? I tried using 
frameend callback but that doesn't really serve our needs. thanks.

Original comment by bmixon1...@gmail.com on 25 Aug 2008 at 4:28

GoogleCodeExporter commented 9 years ago

Original comment by api.roman.public@gmail.com on 17 Nov 2008 at 11:01

GoogleCodeExporter commented 9 years ago

Original comment by api.roman.public@gmail.com on 9 Aug 2009 at 1:00

GoogleCodeExporter commented 9 years ago
This would be perfect to help in the Issue 156 ("Ability to show progress bar 
for
loading large files by network link")

Original comment by luizrodr...@gmail.com on 18 Aug 2009 at 5:49

GoogleCodeExporter commented 9 years ago
This would be of great help

Original comment by jagadees...@gmail.com on 14 Sep 2009 at 1:33

GoogleCodeExporter commented 9 years ago
As a developer who has worked with GoogleEarth for roughly 2 years I can safely 
say 
this feature would be regarded as an absolute GOD SEND for me and my entire 
team. All 
of us need to know when a networkLink is refreshed, or more importantly, fails 
to 
refresh.

Original comment by carson.p...@gmail.com on 12 Oct 2009 at 5:17

GoogleCodeExporter commented 9 years ago
event: finishedrendering will be helpful

Original comment by grzegorz...@gmail.com on 28 Jan 2010 at 7:28

GoogleCodeExporter commented 9 years ago
Yes, I really really need the KmlNetworkLink finishRefresh so I know when to 
update some UI components...

Original comment by jlama...@gmail.com on 17 Aug 2010 at 5:25

GoogleCodeExporter commented 9 years ago
It’s a major high priority issue for us.  We need it to synchronize features 
in a plugin (network link adds and removes features during a refresh) with 
other controls on the page. Refresh completed and/or rendering completed events 
would be priceless.

Original comment by mer...@gmail.com on 29 Sep 2010 at 9:30

GoogleCodeExporter commented 9 years ago
This feature, along with Issue 260, would be extremely useful for my kmltree 
project. If this feature were added, along with access to the DOM contents of 
NetworkLinks, tree controls could be updated to reflect changes to refreshing 
NetworkLinks. It would also be used to eliminate the costly step of fetching 
NetworkLink contents through a separate XMLHttpRequest when expanding those 
NetworkLink nodes in the tree control.

Original comment by underbluewaters on 29 Sep 2010 at 9:46

GoogleCodeExporter commented 9 years ago
I realy need this enhancement.  Why has it not been implemented in the past 2 
year.

Original comment by ish.riv...@us.army.mil on 24 Jan 2011 at 3:27

GoogleCodeExporter commented 9 years ago
need an event for when overlays are loaded

Original comment by trstnmk...@gmail.com on 24 Jan 2011 at 7:53

GoogleCodeExporter commented 9 years ago
This would be amazing, even knowing when the request is sent via the pugin for 
the refresh would be great -knowing when the data has finished would be even 
better!

Original comment by fraser.c...@gmail.com on 17 Feb 2011 at 10:54

GoogleCodeExporter commented 9 years ago
Approaching 3 years, is it safe to say this feature isn't going to be added?

Original comment by RuppWo...@gmail.com on 19 May 2011 at 2:43

GoogleCodeExporter commented 9 years ago
Issue 156 has been merged into this issue.

Original comment by bcke...@google.com on 23 May 2011 at 9:21

GoogleCodeExporter commented 9 years ago
Issue 262 has been merged into this issue.

Original comment by bcke...@google.com on 23 May 2011 at 9:22

GoogleCodeExporter commented 9 years ago
Issue 302 has been merged into this issue.

Original comment by bcke...@google.com on 23 May 2011 at 9:23

GoogleCodeExporter commented 9 years ago
Issue 556 has been merged into this issue.

Original comment by bcke...@google.com on 23 May 2011 at 9:23

GoogleCodeExporter commented 9 years ago
Issue 480 has been merged into this issue.

Original comment by bcke...@google.com on 23 May 2011 at 9:23

GoogleCodeExporter commented 9 years ago
While not equivalent, a loading event and some kind of download progress 
interface are obviously related, so I'm grouping the issues under this one. 
Network Link transparency is somewhat difficult for exactly the reasons that 
make them beneficial, but we're taking another look at how we could expose this 
data without affecting efficiency or undue complexity.

Original comment by bcke...@google.com on 23 May 2011 at 9:30

GoogleCodeExporter commented 9 years ago
I am working with a very large kmz file and a simple "still loading" would be 
very helpful.

Original comment by jerrold....@gmail.com on 26 Jun 2011 at 6:42

GoogleCodeExporter commented 9 years ago
Issue 491 has been merged into this issue.

Original comment by bcke...@google.com on 28 Jun 2011 at 8:46

GoogleCodeExporter commented 9 years ago

Original comment by api.roman.public@gmail.com on 28 Jul 2011 at 4:08

GoogleCodeExporter commented 9 years ago
Loading multi megabyte Sketchup models with detailed textures can take a while 
when using fetchkml. The callback is fine to tell me when it finished loading 
but I need to know the progress. Preferably events but I be quite happy if I 
could poll the object and ask it's progress status.

It is important for users to know what is going on during loading. Did the 
application fail or is it loading something big and worthwhile waiting for. 

Original comment by vandint...@gmail.com on 1 Nov 2011 at 8:11

GoogleCodeExporter commented 9 years ago
I work with a lot of models and if I could tell by any means when a model 
finished loading and or failed to load, it would make my world a better place.

Original comment by DarrenO...@gmail.com on 14 Mar 2012 at 4:51

GoogleCodeExporter commented 9 years ago
This enhancement has been requested for more than 4 years, and it is obviously 
and absolutely important and should have a very high priority.

Why hasn't it been implemented yet?????
?????

Original comment by hehe2...@gmail.com on 18 Oct 2012 at 2:26

GoogleCodeExporter commented 9 years ago
hehe2 - only 85 stars, calm down, it is important, maybe google would implement 
this some day...

Original comment by grzegorz...@gmail.com on 18 Oct 2012 at 2:29

GoogleCodeExporter commented 9 years ago
It is really an urgently-needed enhancement!!!

Original comment by hehe2...@gmail.com on 18 Oct 2012 at 2:36

GoogleCodeExporter commented 9 years ago
As far as I can tell, there's been no real development on the earth plugin for 
some time.

Original comment by jlama...@gmail.com on 18 Oct 2012 at 3:54

GoogleCodeExporter commented 9 years ago
-----------------------
Important: We’re moving our support forums for KML and Google Earth API 
technical questions to Stack Overflow:
https://groups.google.com/forum/#!msg/google-earth-browser-plugin/4PxpHEmze3c/rp
L2KRDA6KsJ
-----------------------

So all of us should go there to request the desired enhancement!

Let's take action right now!

Original comment by hehe2...@gmail.com on 18 Oct 2012 at 4:03

GoogleCodeExporter commented 9 years ago
Here's the solution!!!

http://kahimyang.info/kauswagan/howto_blogs/873-using_google_earth_in_html_pages
_with_kml___load_progress_bar__ballons__placemarkers_and_events

Original comment by e3.ku...@gmail.com on 17 Apr 2013 at 6:36