Closed GoogleCodeExporter closed 9 years ago
Not a defect. Perhaps an enhancement request.
Look into using the progress bar
http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js
-api-v3&q=progress+bar&qt_g=Search+this+group
Original comment by geocodezip
on 19 Sep 2011 at 1:51
A "loading" message means many things to many people. It could be an alert box
(annoying), or a CSS box, or some sort of animated thingy that scrolls on the
top of the window.
You can say "Loading" right before the parse, and say "Complete" in the
afterParse function, or "Failed" in the failedParse function. It may be worthy
to have GeoXML3 keep an Array log of messages via the log function, though. An
external setInterval function could keep checking the log for progress
messages. I can at least submit a patch for that angle.
Original comment by sineswi...@gmail.com
on 8 Feb 2012 at 3:38
example implementing "Loading" message using the "parsed" event.
http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmltest_linktoB.html?filename=
http://www.geocodezip.com/geoxml3_test/populationpersquaremile.kml
Original comment by geocodezip
on 24 Aug 2014 at 5:51
Original comment by geocodezip
on 23 Dec 2014 at 9:04
Original issue reported on code.google.com by
bock...@gmail.com
on 18 Sep 2011 at 7:08