Page 1 of 1

SimpleGoogleMap Problem [SOLVED]

Posted: Thu Jun 18, 2009 9:14 am
by johnl
Guys,

I have this installed and working and have checked the "directions" box.

In the module I have input the longitude and latitude coordinates

Say: lat='xxx.xxxxx ' long='-x.xxxxx'

However when I click to get direction "to here" or "from here"

Google try to get to or from  lat='xxx.xxxxx ' long='-x.xxxxx()'  with the added brackets on the end and gives a error message

"We couldn't understand this location."

Any help appreciated

Where are these added brackets coming from?

Re: SimpleGoogleMap Problem

Posted: Mon Jun 22, 2009 8:28 am
by gala
I have the same problem

Re: SimpleGoogleMap Problem

Posted: Mon Jun 22, 2009 8:49 am
by johnl
gala wrote: I have the same problem
Anyone know what could be causing this guys?

Thanks

Re: SimpleGoogleMap Problem

Posted: Mon Jun 22, 2009 9:41 am
by gala
Somehow it fixed by itself.

Re: SimpleGoogleMap Problem

Posted: Mon Jun 22, 2009 10:22 am
by johnl
gala wrote: Somehow it fixed by itself.

No, not for me, I just dont understand where the () brackets are coming from  :'(

Re: SimpleGoogleMap Problem

Posted: Tue Jun 23, 2009 9:39 am
by gala
() comes from the "title" tag

{SimpleGoogleMap map='NameOfMyMap' addr='1000 El Camino Real San Mateo CA 94403' title='1000  El Camino Real San Mateo, CA 94403' }

Re: SimpleGoogleMap Problem

Posted: Tue Jun 23, 2009 11:27 am
by johnl
gala wrote: () comes from the "title" tag

{SimpleGoogleMap map='NameOfMyMap' addr='1000 El Camino Real San Mateo CA 94403' title='1000  El Camino Real San Mateo, CA 94403' }
Thanks, I never had a title tag in the code, solved