Thanks for the response, the disabledragging really did the trick. What im trying to do is takeout the powered by google stamp, I've seen it taken off on other sites, how are they doing it?
On Oct 26, 3:05 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote: > > From: KoticPhreak > > > I'm trying to make it so the user can't move around on the > > map via dragging or click to recenter/zoom but can zoom in > > and out using the plus and minus controls. what am i doing wrong? > > I think the function you're looking for is map.disableDragging(). > > > // Make Copyright Text Invisible to to Visitors [ GOOGLE - > > WRAP THE TEXT OR LIMIT HOW MUCH TEXT THERE IS ] > > > map_canvas.firstChild.nextSibling.style.display = "none"; > > I sympathize with your desire to limit the amount of text. I often run into > a problem with small map sizes where the copyright text overflows the map. > But you'd better read the TOS - you aren't allowed to hide the copyrights. > > -Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
