Hello everyone,
I am using the GDownloadUrl() function to download a KML.
The file has almost 400 to 500 Placemarkers.
The code:
google.maps.DownloadUrl("URL", function(data, responseCode) {
alert(responseCode);
alert(data);
});
where URL is the link to the KML file being hosted on another server.
When I run this code in IE the alert's are like this
responseCode = 200
data = the contents of the KML file.
now for firefox I get a response code of 0 and no data.
Is it because the size of my file is large. As if I give a file in
place of URL that is at my local end with about say 700 Placemarkers
it works perfectly fine.
thanks and regards,
Hitesh
--
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.