On Feb 12, 2:33 pm, Stef janssen <[email protected]> wrote: > when i paste the googlemaps api forhttp://www.avoh.nlin my maps > module, the maps not show up on my website. instead i see a warning > window that says googleMaps API is not valid for this site! But i used > the API google give to me.
The map is here: http://www.avoh.nl/index.php?option=com_content&view=article&id=97&Itemid=189 and the message is that the *key* is not valid, not the API. It's right: you have not specified the key you were given when you registered for it (assuming you did register for it). <script src="http://maps.google.com/maps? file=api&v=2.x&oe=utf-8&hl=nl&key=&sensor=false&indexing=true" type="text/javascript"></script> The key should be immediately after &key= and before the next & If this is a Joomla component, you will need to consult its documentation about where to enter the key in its parameters. -- 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.
