I'm just trying to grasp the overall concept to make sure I've got it all planned out before actually coding.
This is what I'm trying to create: an AJAX driven page that initially loads all of the sites in our database. It outputs an HTML list and will show the map with the location markers. The user will be able to check off certain filters to filter the list. The HTML list and the map should be updated to reflect this. So, if I'm understanding how to do this correctly: (Using version 2) 1. In my main PHP file, I have the dynamic loading functions (as noted in the AJAX API documentation). 2. When the AJAX server-side script is executed to update the HTML list, I should also output the data to an XML file or JSON and then call the dynamic loading function at the end. 3. The dynamic loading function should be set up to use the XML file or JSON data to reload the map with the new markers. Am I missing anything? Daniel -- 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.
