Hi I'm trying to implement a marker system to display certain areas on my map. The map is an image of a game I play and I have important places saved in an XML document with the coordinates. I'm able to extract that data and I want to place a marker at those coordinates. I've been trying all day to do this by various methods (overlays and not using overlays) and nothing is working. The best I can do is get a marker at a (seemingly) random place that repeats every horizontal (but not vertical) tile it looks like. I looked up the problem on the forums and I've read thoroughly into this one: http://code.google.com/apis/maps/documentation/javascript/forum.html?place=topic%2Fgoogle-maps-js-api-v3%2FEs1niI2LaXQ%2Fdiscussion .
Even with that I cannot figure it out. In short: I have numerous X,Y coordinates for places, how do I place them on the map like regular Google maps? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.