> I dont have an actual server to host it online,
How do you intend to publish your finished map?
> however heres a sceenshot of the core issue
Can't debug a screenshot. I suspect your loops are all mangled; as
you have changed the XML you must have changed what's going on there
too (to get any lines at all) and now we have no idea what your code
looks like.
Are you clear that
var lines =
xmlDoc.documentElement.getElementsByTagName("elephant");
will produce an _array_ of _all_ the <elephant> tags (if any), so most
likely you'd only be doing that once (not in a loop)
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" 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.