From: Markw65
Date: Mon, 5 Jan 2009 11:46:25 -0800 (PST)
Local: Mon, Jan 5 2009 2:46 pm
Subject: Re: Real-Time Tour Simulator
On Jan 4, 10:23 pm, Nymor wrote:
> Bugette 1: When you initialise and Alert comes up says the KML has
Your LoadKml completes immediately, and then drops through to the rest
Some time later, your finishLoadKml function executes. But thats too
The "correct" way to use the callback would be something like
function finishLoadKml(kmlObject) {
/* this code moved here from InitializeTour */
init_pathtour(obj_linestring_placemark, init_options);
} else {
function InitialiseTour() {
kmlPathUrl = kmlPathUrlBox.value;
LoadKml(kmlPathUrl);
/* rest of the code moved into finishLoadKml, because it
}
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||