> I want the option to view my map in Earth but I can not get it to > work. I have changed the code because the earth maps is not getting > my valid maps key cause I get a screen with a message that says "The > Google Maps API key used on this web site was registered for a > different web site. The developer of this web site can generate a new > key here." Please help!!!
This does seem to be a recurring problem for the Earth extension, afraid I don't know the answer. You don't seem to have followed the advice already given about setting the 'sensor' parameter in the maps API call, though : http://groups.google.com/group/google-maps-api/browse_thread/thread/1f8d0ade3d975e7c/7a9cc96cdba05a08 > Also, I have set my map to center at a specific long and lat and zoom > level but when all of my seperate KML/KMZ files pull up they "jump > around" and it seems like each file is centering itself. How do I get > all the KML/KMZ files to show up at the set long/lat/zoom level that I > pick? Don't run the code that makes each KML centre itself. This line geoXml.gotoDefaultViewport(map); -- 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.
