Garthanos / geoxml

Automatically exported from code.google.com/p/geoxml
1 stars 0 forks source link

loading a kml file alerts its title #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
>What steps will reproduce the problem?

1. create a map with geoxml as per the docs

>What is the expected output? What do you see instead?

After parsing the file, geoxml alerts the title of the parsed document.
This is ofcourse on purpose, so it's not a bug. I wouldn't
expect it, though. I might expect it to be printed in the 
messagebox.

>What version of the product are you using? On what operating system?

7 May 2009. FF2 / Safari macosx.

>Please provide any additional information below.

It's only one line - if you dislike the feature, comment line 2175 :
//      alert(title);

Original issue reported on code.google.com by pike-common@kw.nl on 15 May 2009 at 5:42

GoogleCodeExporter commented 9 years ago
that was a debugging statement that managed to get left behind.

Original comment by lanceala...@gmail.com on 16 May 2009 at 1:46