On Oct 18, 3:58 pm, Guy1999 <[email protected]> wrote: > Hello again > > The site that is getting the error is: > > http://www.sphereoflife.com/html/location_1.html
I see 2 key include strings on that page, one with the sensor parameter set to true (I would think it should be false, not that that would cause this problem) and one without the sensor parameter. Note that html comments <!-- --> do not work for script tags. I think if you remove the one without the sensor parameter (and remove the comments from around the one that does have it), it will work, as long as the key is valid for your domain. I would suggest looking at the documentation regarding the sensor parameter: http://code.google.com/apis/maps/documentation/javascript/v2/introduction.html#Loading_the_Maps_API http://code.google.com/apis/maps/faq.html#tos_reporting It says this: Note that since the sensor parameter was only recently introduced, pre- existing sites will not be disabled for failing to define the parameter. Developers are required to start reporting the parameter as soon as possible, however. Which may no longer be true, I think the sensor parameter might now be required, but I could be wrong (I don't think any of my legacy sites have problems, but for many of them I used an include file which I updated to include the sensor parameter a long time ago). Pamela or Dan, if that is no longer true could someone update the FAQ? If it is still true, perhaps a timeframe might be useful since the sensor parameter has now been around for quite a while. -- Larry > > It was working for ages and now the error message below appears. > > This web site needs a different Google Maps API key. A new key can be > generated athttp://code.google.com/apis/maps/. > > Thanks again for your help!!! > > G -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
