I had the same problem with GWT Map, I solved the problem by inserting this
<script type="text/javascript" src="http://www.google.com/jsapi? key=MapKey"></script> On 6 nov, 20:42, Rossko <[email protected]> wrote: > > I am using the GWT map interface and getting the "Site need a ..." > > message. The map always load after the dialog is dismissed but would > > like to get rid of this message. > > That usually means an attempt to load the API twice, but only once > with a key. > > For help with using the API within GWT, go to the GWT > Grouphttp://groups.google.com/group/gwt-google-apis/ > (copied from this groups front page) -- 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.
