On Jun 3, 5:08 pm, tk <[email protected]> wrote:
> Hi !
>
> I have a site with two separate pages that use the key. One  works,
> the other gives the rejcted key message but then continues on
> functions.
>
> This one doesn't work:
>
> http://www.bi-local.com/retmap.asp?qryLat=47.622353&qryLon=-122.52140...

you are loading the API code twice:
<script src="http://maps.google.com/maps?
file=api&amp;v=2&amp;sensor=true&amp;key=ABQIAAAARVywh0eClDJeTtb5WWX6lBTprMYiHFFu3vEZaWgrgj90HVfpZhSlyBs3f5y_A2qaFbV-
HRPzH7mM_g" type="text/javascript"></script>

<script src="http://www.google.com/jsapi"; type="text/javascript"></
script>
google.load('maps', '2');

The first one (the normal API load), includes a key.  The second (the
AJAX API loader), does not.

 -- Larry

>
> This one does work:
>
> http://www.bi-local.com/BIMap.html
>
> Please help. I have tried sensor=true  and sensor=false and without
> any sensor which works on other sites I have. I have tried generating
> a new key but it always assigns the same one to this dmonain since it
> must keep track internally.
>
> Tony
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to