It seems that GGeoXML can only display one photo per location, so that means you will need another way to process the Flickr API data feed.
It's possible to process the data in the browser with javascript but that means switching to the JSON format, because XML cannot be loaded from a different domain (cross domain security restrictions). To view multiple photos on the one location you will need some kind of slide viewer widget in the InfoWindow. This system needs to cluster together nearby photos. Only two of your original photos are on exactly the same spot. If you cluster together by rounding the geographic coordinates to 3 decimal places, then more of the photos will appear on the same marker in Lafeyette Park. See the following map with blue markers showing single photos and red markers showing multiple photos (with the number of photos indicated on the red marker). The map has selector for different cities, and you can see lots of photos clustering on well known locations like Times Square in New York, the Colosseum in Rome, and Eiffel Tower in Paris. http://www.william-map.com/20100403/1/flickr.htm -- 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.
