EmailMainTagsEditHistoryDiscussion

If a tag has files that have a location set, a third view (in addition to the list of files and the image-oriented view) is generated with a map with markers for every file. You can click the markers to get to the associated files.

You can see an example here:

There is, however, a small problem. Google Maps' API only seems to work from pages served with MIME type text/html. However, for the tags page, we need to be able to serve them with MIME type application/xhtml+xml, so that we can load them with AJAX and extract information from their DOM.

Also, if you do:

alert('&')

You'll get just '&' or '&', depending on whether your page is text/html or application/xhtml+xml. Ugh.

I guess I'll workaround this eventually.

Loading... Vote up! Vote down! Discussion

Last update: 2009-06-07 (Rev 15608)

svnwiki $Rev: 15576 $