On Sep 18, 3:32 pm, bizzy401 <[email protected]> wrote: > There is a map onhttp://my.lotro.com/home/that I would like to embed > on my site. I cut the code for the map and changed the values so that > it is 100% wide and 100% tall. When I launch the .html file locally > it works, but as soon as I upload it to my server it tells me that my > client parameter is wrong. Is there a way to fix this?
Er, yes. Don't simply try and use someone else's! It's really bad practice simply to reuse someone else's code; and certainly their key or client id won't work on your website. At the very least you need your own API key for your site. Since we're talking a custom map as well, you do need a licence to use those tiles on your site, because they might have restricted access to them from other sites [or if they haven't, they might well do so when they see requests for them from elsewhere]. Once you've got permission, start reading at http://code.google.com/apis/maps/documentation/javascript/v2/ (eg "How do I start?" at the top right). You haven't given the URL of your site, so do note that "Your service must be freely accessible to end users" appears in bold. -- 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.
