Page 1 of 1

Simple Google Maps

Posted: Mon Nov 26, 2007 8:13 pm
by amorre
Hello,

I can't seem to figure this one out..

I would like to do a simple things to make it a little better and easier for someone to use. 

1) How do i edit the info box that comes up?
  -also: how to edit it but still use the form fields for getting directions to and from

2) When i choose to get directions "to here" it loads up in google but the to address is the coordinates + ()
  so it looks like this 40.576727,-75.340625() .  Google does not recognize the coordinates because it adds () at the end of it. 
How can i fix this?  Where does simple google maps add () to the coordinates.. i cant find it anywhere

Re: Simple Google Maps

Posted: Fri Nov 30, 2007 5:43 am
by amorre
bump for help. im lost on this one

Re: Simple Google Maps

Posted: Fri Nov 30, 2007 5:53 am
by calguy1000
Keep nagging me about this... I'm currently swamped and don't even have time to look in to it.

I do know that the 'SimpleGoogleMap' module works in such a way that you provide it an address, and it builds a map around that.... there isn't much flexibility in thie module at this point.

Re: Simple Google Maps

Posted: Fri Nov 30, 2007 11:36 pm
by amorre
ah ok ok i see what your saying. check where it gets the address from. thank you

i believe its somewhere in here modules/SimpleGoogleMap/lib/GoogleMapAPI-2.4/GoogleMapAPI.class.php

fixed it on line 1121 of that file.  thank you for the lead  ;)