Design process for building an interactive map

This isn’t really a tutorial of how to create an interactive map as this blog post would be way too long and too complex. It’s more about the process of taking various resources and putting them together to create something. As I write this post this map is a work in progress. View Demo

The first step was to create the map. This was mostly done taking a screen grab from a satellite view of our campus off of Google maps. Then the buildings were traced using the pen too for each panel and curve. Shading was applied to give the buildings a 3D look.

header

For masthead where the text looks like chalkboard type I used the rough texture of paper overlay into white type. I then outlined the type and the arrow that I drew with a rough brush.

The map below is using several different technologies.

  • Image maps to make hot regions using Adobe Dreamweaver to define the coordinates on mouse hover.

map1

  • A jQuery trigger was applied to the text to light up the various buildings in the image map. Using jQuery maphilight.

map2

  • Then I added used the spry tooltips to create a bubble that appears on the hover over the text or the building giving information as to the location of the building and a link for more details. I styled the bubble using CSS.

detail

Then when you click on either the words or the building there is a window that dims the map and pops up with more information about the program and a closeup detail of the map. For this I used the greybox popup window script “that doesn’t suck”

popup

Getting everything to link up and trigger all the other elements across these various scripts was a challenge but in the end I know what to modify to make it work. At least I hope so when I put this down for a couple months!

3 thoughts on “Design process for building an interactive map

  • June 19, 2013 at 4:44 am
    Permalink

    That looks difficult!

  • June 19, 2013 at 6:59 am
    Permalink

    Excellent work, Eloine! Beyond me, that’s for sure!

  • June 19, 2013 at 6:46 pm
    Permalink

    Thanks for the comment Vern and for following 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.