Hello, I've got a test application I've written up in Rails and during deployment I'm seeing some funky behavior.
In FireBug I've noticed that the calls to JSAPI just hang there most of the time, or come back with code 204 (no content). Here's how I'm invoking it, has anyone else seen the same behavior, or knows of the cause? <script src="http://maps.google.com/maps?file=api&v=2&key=<%= GMAPS_KEY %>" type="text/javascript"></script> <script src="http://www.google.com/jsapi?key=<%= JSAPI_KEY%>" type="text/javascript"></script> Thanks, Mitesh --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
