On Oct 26, 8:01 am, Kai Hendry <[email protected]> wrote: > http://maps.natalian.org/has stopped working for me. I've tried > different browsers and I've had my friends try it. > > I swear it used to work in the past and I have not changed it recently.
Might I suggest locking down the version then? http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning This script tag: <script type="text/javascript" src="http://maps.google.com/maps/api/js? sensor=false"></script> causes your map to use the development version (not the best choice for production sites). You might want to try 3.1 -- Larry > > The source of the site is here:http://svn.natalian.org/projects/maps/ > > Hope you can help, -- 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 [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-js-api-v3?hl=en.
