ChAoS,
good tip - picking up my errors, little slow on the basics but I went
through the exercise from the start again tonight again and was
successfull in recreating the example from Ramon
for anyone non-tecnical like me: another good tip
copy, paste etc... the javascript file carefully so that you don't
paste as one long string - that was my error and the breaks were not
copied so the javascript stopped at the first instance of a comment!!!
Now on to the task of figuring out how to change it so it
- loads a base map automatically on page load
- keeps the file download text box / button
- adds several "buttons" on top for different base layers for my data
set
any ideas or examples would again be REALLY appreciated since i'm new
to all this!
Thanks again.
On Nov 17, 6:06 am, ChAoS wrote:
> Hi,
> I've recently tried the same demo for a project of mine and
> experienced the same error. The silly solution to make it work is to
> load dojo 1.2.3 and not the latest version (at the moment 1.3.2);
> locate the line
> google.load('dojo', '1.3.2');
> and change it back to
> google.load('dojo', '1.2.3');
>
> I've understood that dojo 1.3 library changed some basic mechanics
> that seem to make the demo crash duringKMLparsing. I've tried to fix