I was just talking to a friend last night about one of their projects and they said they had manually created an image map for a trade show using Adobe Fireworks. I was thinking of some of the code golf things I had seen in the past like this one asking how cloudy the day is: https://codegolf.stackexchange.com/questions/136405/how-cloudy-is-it
Made me think that this should be able to be done automatically. Any tips on how to use PHP / Javascript to either auto create an image map, or get size / coordinates of each square where you could overlay divs over them with absolute positioning so you could click on it.