Well I've studied and searched as long as I can so now I'm looking for some help. Here's what I'm trying to do:
I'm using Ver2 on this map. I've got a page named race_track_directory.php that has a map with markers for tracks nationwide. A visitor can click on a state that takes them to the detail page, track_details.php That's where I want to place a marker for that particular track and center the map on it. I'm using the php example from the GoogleMaps documentation to create the xml from my table in MySql. At this point I've tried to strip the map down to the bare minimum before trying to do any of the centering, zoom level etc since I need to get past this marker problem first. I've read the threads where some people have used cookies and I also found a gup javascript to try to pull the url parameter to filter the data but none has worked. At this point I do get a good xml list but it's of course all of the records. The site is at: http://tinyurl.com/ybefe4k To see the pages in question click on the "Track" button at the top of the home page. Then click on one of the states above the map, there's data in NC so just use that one. Then click on one of the tracks listed to go to the track_details.php page. If you want to view the xml the page is named phpsqlajax_genxml_details.php So the question is, how do I filter that data, I'll worry about the other stuff once I get past this. Thanks in advance. -- 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.
