Hey Sebastian,

The google javascript was getting loaded after the javascipt that
draws the map... hence the "google" var was not found.
I know I had tried putting the javascript source in manually before,
but I must have had a different problem at the time.

Now it works. Thank you very much for all your help and patience. It
is greatly appreciated.

Do you know why it would be loading out of order? Is there anything I
can do to fix that? If not, it's not a problem to load this script
manually, I'm just curious why it's not functioning the way it should.

Again thanks for all you help.

Zach

On Jul 16, 9:19 am, Sebastian Müller
<[email protected]> wrote:
> Hi Zach,
>
> Can you load the source from your JavaScript directly or can you check
> with Firebug, if this script correctly loaded?
> The error mean, that he can't found the JavaScript var "google". This
> var is loading by the google JS source:
> <script type="text/javascript"
> src="http://www.google.com/jsapi?key=ABQIAAAA5obbqtnOwlU7fJ78TAw-0BT4JpDCw...";></script>
>
> Sunny regards from Hamburg
> Sebastian
>
> Zach schrieb:
>
>
>
>
>
> > Thank you Sebastian,
>
> > I installed Firebug and got the error:
>
> > google is not defined
> > sample1()sample1 (line 21)
> >    google.load("maps", "2");
>
> > hmm... where should it be defined at?
>
> > Thanks for all your help,
>
> > Zach
>
> > On Jul 16, 3:03 am, Sebastian Müller
> > <[email protected]> wrote:
> >> Hi Zach,
>
> >> hmm, thats strange. Have you Firebug on your Firefox installed?
> >> Maybe you can check, if you have any JavaScript error.
>
> >> If I start with this Plugin, I setup a API Key forhttp://localhost/,
> >> create the part in the app.yml and tested the "sample1" example. And it
> >> was working on my site.
>
> >> Sorry, but otherwise I have unfortunately no idea anymore.
>
> >> BR
> >> Sebastian
>
> >> Zach schrieb:
>
> >>> I have not. Do I just put it in frontend/templates/layout.php?
> >>> I tried that now, and it added <script type="text/javascript"
> >>> src="http://www.google.com/jsapi?
> >>> key=ABQIAAAA5obbqtnOwlU7fJ78TAw-0BT4JpDCwIgIRnp1ddTI6MvRVBGLbhQyWub0Cef-
> >>> VHzdDo70uUVQrZtOIA"></script> to the source, but it is still not
> >>> loading the map, just a large blank area where the map would be....
> >>> - Zach
> >> --
> >> Sebastian Müller
> >> [email protected]http://www.new-mediafactory.de
>
> --
> Sebastian Müller
> [email protected]http://www.new-mediafactory.de
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to