On Nov 11, 6:02 pm, Lauren Sperber <[email protected]> wrote: > Thanks for your help, Andrew. > > The key being used is the key in region_map_params.js. I'm not sure > why that one was so long, so I regenerated a key for phoenix.org and > updated region_map_params.js with it. > > As you can see, I am still having the same > issue:http://phoenix.org/neighborhood-news/ > > I am actually a representative of outside.in. We've successfully > implemented this codes with API keys specific to about 100 other > domains--this is the first time we've had this issue. You can see an > example of the implementation working on a different domain with no > API key error here:http://www.chicagobreakingnews.com/neighborhoods.html
See Rossko's post. The key alert message is coming from line 20 of your main page: <script type="text/javascript" src="http://www.google.com/jsapi"></ script> There is no key in that line and that line is not present on the site that works... -- Larry > > On Nov 10, 6:31 pm, Andrew Leach <[email protected]> > wrote: > > > On Nov 10, 11:00 pm, Lauren Sperber <[email protected]> wrote: > > > > Hi there, > > > > I generated an API key forhttp://phoenix.org. > > > > My map installed onhttp://phoenix.org/neighborhood-news/usingthat > > > key is creating an error message saying that the API key is not > > > correct for the domain. > > > If you have entered the key which appears in region_map_params.js, it > > starts ABQIAAAA but it's far too long for a Google Maps key. > > > Unfortunately you're not using the straight API and outside-in have > > obfuscated their code, so I'm not entirely sure how that key might > > relate to your site. > > > Andrew -- 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=.
