Hi Everyone, Map Application<http://ergodd.zoo.ox.ac.uk/dev/searchmap/search_country3.php> XML Generator (as txt file to read)<http://ergodd.zoo.ox.ac.uk/dev/searchmap/phpsqlsearch_genxml1.txt>
I'm looking for a little help here. I am experimenting with displaying search results on a map (in this case from a table of academic papers). Each paper is linked to a country. What I have done so far is for a user inputted search term, to show on the map each country that has papers relating to the search term. Those countries that return just 1 paper are coloured red and those that return more than 1 paper are coloured blue. The search is currently a simple GROUP BY query that is outputted to xml and accessed via the Gdownloadurl function. This code is adapted from the Creating a Store Locator with PHP, MySQL & Google Maps<http://code.google.com/support/bin/answer.py?answer=87134&topic=11364>tutorial. That is where I am at the moment. What I now want to do now is to simultaneously is to run a similar query on the same table (using the same search term) without the GROUP BY term so I have a list the matching papers returned as a different xml file. I want to use this output to populate a list of all papers in the area below the map. And populate the infobox of each country with the titles (or numbers) of those papers which relate to that country and the relevant search term. However I am currently at a loss on how to do it, if anyone could give me any pointers. Thankyou! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
