On 27 Juli, 16:36, Ralph Ames <[email protected]> wrote:
> There are a few }  curly brackets missing
> and one )
>
> function createMarker(point,name,html) {
>
> has no closing bracket
>
> and
> GDownloadUrl("example.xml", function(doc) {
>
> Has no closing })
>
> There might be more.
>
> Ralph


Hmm, i thought i checked trough that with crimson editor.
Well, there were 3 missing brackets. the map is loading, but not the
markers.

The errors i get are;
'markers is not defined' on line 33. But on line 31 i create a new
variable called markers, and define it and so on. (I think?)

        var markers = xmlDoc.documentElement.getElementsByTagName
("marker");


I also get some error when using <b> in the xml.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to