Added a new feature whereby you can provide a set of coords in the URL, and the map will zoom to those coords and show all the features within the bounds. Also spent a lot of time transferring items from the old SVG map to the new system; I've completed all the Halls, which gives us one big set to work with, and we now have almost 100 locations, with no real problems of speed, so I think we're going to be OK as far as that's concerned.
Also split out LocList into a separate file, in preparation for better documentation.
Worked on the search page to try to reduce the horrible lag time, but had very little success. Building the search string and then using util:eval didn't produce much of an improvement. I think the problem is the combination of ft:query with some very nasty string-based filters; I really don't have a good solution yet. In dev I have one little helpful measure that speeds up searches for name+lane|street|road etc., but that's not helping much.