> Please take a look at the following map
> and give me some advice on how i should implement this custom marker.
> http://www.jozsoft.com/maps/maps.html

Did you look at the javascript error?  I get
    "xmlcellLoc has no properties"
from this line
     var Loc_array=xmlcellLoc.firstChild.data.split(" ");
in your XML parser.
Doesn't seem to get as far as doing anything with markers.

that data should have been extracted by
   var xmlcellLoc = xmlrow.getElementsByTagName("georss:point")[0];
I think the namespace is throwing it ; the tag name is just 'point'

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to