On Oct 7, 8:40 pm, George <[EMAIL PROTECTED]> wrote: > I am trying to insert a google map into Filemaker, and I ran across > this tutorial. > > http://fmcollective.com/2007/05/23/google-mapping-in-filemaker/ > > I was able to remove the zooming tools, buttons, and scale, but I > wanted to remove that URL above the map. Does anyone know what I have > to do to remove it?
This isn't the right place to ask this question, because you're asking about a custom PHP class and not the Maps API. However, that particular line in the code received by the browser looks like <a href="javascript:void(0);" onclick="javascript:sideClick(0);">1600 Amphitheatre Pkwy, Mountain View, CA 94043</a><br /> and it comes before the map div, so I guess that it's added by this line in the PHP: echo $gm->GetSideClick(); which mentions sideclick and comes before something about mapholder. That's probably the line you should remove. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
