[Google Maps API v3] Re: Open infowindow via link from seperate page

2010-12-10 Thread gh0st
lol I got it to work about 7 hours ago but I went out to get drunk and celebrate so I'll post results tomorrow. thanks for all your help Larry! couldn't have done it without your help! On Dec 9, 9:58 pm, "geocode...@gmail.com" wrote: > On Dec 9, 8:04 pm, gh0st wrote

[Google Maps API v3] Re: Open infowindow via link from seperate page

2010-12-09 Thread gh0st
statement if (id) { if (idmarkers[id]... On Dec 9, 4:19 pm, "geocode...@gmail.com" wrote: > On Dec 9, 4:06 pm, gh0st wrote: > > > I've looked it over and I got infowindows to open via a link but I've > > run into another problem. > > the php loop prin

[Google Maps API v3] Re: Open infowindow via link from seperate page

2010-12-09 Thread gh0st
arker array in the same sequential order as they are in the sql table. I hope I explained my problem sufficiently, it's kind of confusing just to explain it. On Dec 7, 5:11 pm, "geocode...@gmail.com" wrote: > On Dec 7, 4:04 pm, gh0st wrote: > > > Ok I'll go over

[Google Maps API v3] Re: Open infowindow via link from seperate page

2010-12-07 Thread gh0st
Ok I'll go over this. If I have problems can I email you Larry or should I continue to post to this? On Dec 7, 3:46 pm, "geocode...@gmail.com" wrote: > On Dec 7, 3:34 pm, gh0st wrote: > > > Kind of something like that but I've stared at the source code for >

[Google Maps API v3] Re: Open infowindow via link from seperate page

2010-12-07 Thread gh0st
ed in javascript but isn't the case for my situation. On Dec 7, 2:50 pm, "geocode...@gmail.com" wrote: > On Dec 7, 2:32 pm, gh0st wrote: > > > I have a sql table consisting of the following columns: > > id, name, notes, lat, lng, and type. > > > PHP quer

[Google Maps API v3] Open infowindow via link from seperate page

2010-12-07 Thread gh0st
I have a sql table consisting of the following columns: id, name, notes, lat, lng, and type. PHP querys the table and echos rows of the preceding columns. I want to make links out of each row that open an infowindow of the corresponding marker in the map. I'm thinking I can write a function that

[Google Maps API v3] Re: Trying to Save Placed Markers

2010-11-02 Thread gh0st
Nov 2, 1:16 pm, whereschp wrote: > > > bump > > > On Oct 25, 5:59 pm, gh0st wrote: > > > > Ok here's the deal. I'm using two different tutorials to get my > > > desired outcome but the tutorials have conflicting functions. > > > I want to al

[Google Maps API v3] Re: Trying to Save Placed Markers

2010-10-25 Thread gh0st
Ok here's the deal. I'm using two different tutorials to get my desired outcome but the tutorials have conflicting functions. I want to allow user submitted data for saving placemarkers so I followed this tutorial: http://code.google.com/apis/maps/articles/phpsqlinfo_v3.html And I want to fetch th

[Google Maps API v3] Re: Trying to Save Placed Markers

2010-10-15 Thread gh0st
Are you the writer of those pages in your signature Ralph? Are you using v2 of the google maps api? On Sep 10, 4:44 pm, Ralph Ames wrote: > >www.whereschp.com/new/index.php?p=mainmap > > It looks like you have veered off course from the original code in the > tutorial. > > This line looks odd:- >

[Google Maps API v3] Re: Trying to Save Placed Markers

2010-09-19 Thread gh0st
Well I got rid of the change I made, I'm having a problem understanding where the error would be because I can't see it running real-time. On Sep 10, 4:44 pm, Ralph Ames wrote: > >www.whereschp.com/new/index.php?p=mainmap > > It looks like you have veered off course from the original code in the

[Google Maps API v3] Re: Trying to Save Placed Markers

2010-09-10 Thread gh0st
trying to "submit" that information. I can't tell if the server is seeing the request and running the addrow.php script. Thank you Larry. On Sep 9, 8:22 pm, "geocode...@gmail.com" wrote: > On Sep 9, 10:43 pm, gh0st wrote: > > > I'm trying to make info win

[Google Maps API v3] Trying to Save Placed Markers

2010-09-09 Thread gh0st
I'm trying to make info windows pop up upon placing a marker and then having the user fill in some information on a form in the info window. When the user submits the form it saves it to a mysql table. The problem is with my saveData() function. //

[Google Maps API v3] Re: addListener/placemarker problem

2010-09-03 Thread gh0st
Doesn't google.maps.event.addListener(map, 'click', function(event) { placeMarker(event.latLng); take care of map.setCenter()? On Aug 23, 5:00 pm, "geocode...@gmail.com" wrote: > On Aug 23, 4:34 pm,whereschp wrote: > > > On my map onhttp://whereschp.com/new/index.php?p=mai