Hello,

I'm trying to get multiple markers loaded from a JSON file using this
code:

GDownloadUrl("points.json", function(data) {

var jsonData = eval("("+ data+")");
do_something();
  ...

}

The problem goes when i'm trying to load the website from a real
server cause the markers didn not load on the map. This line fails:

var jsonData = eval("("+ data+")");

However in localhost using Aptana web IDE,for example, when I compile
the website  I don't have any problems with markers. I'm using the
function MapIcon Maker too, to draw the icon on the map.
Anybody have had the same problem?...anybody knows how can I solve
this problem?

It's very important for me solve this problem.

Thanks for all, and sorry for my english :P


--~--~---------~--~----~------------~-------~--~----~
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