Skip to main content

Exhibit/2.0/Map View Tutorial - SIMILE

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 2 people (-1 private), first by anonymouse user on 2008-10-02


Public Sticky notes

Start by saving this data into a file named schools.js somewhere that is served by your web server.

   {
       items: [
           {   label:      "MIT",
               type:       "School",
               address:    "77 Massachusetts Avenue, Cambridge, MA 02139",
               subject:    "Computer Science"
           },
           {   label:      "Harvard Medical School",
               type:       "School",
               address:    "25 Shattuck St., Boston, MA 02115",
               subject:    "Medical"
           },
           {   label:      "Stanford",
               type:       "School",
               address:    "Stanford, CA 94305",
               subject:    "Computer Science"
           },
           {   label:      "CMU",
               type:       "School",
               address:    "5000 Forbes Avenue, Pittsburgh, PA 15213",
               subject:    "Computer Science"
           }
       ]
   }

And then copy this HTML into a file called schools.html in the same directory:

   

Highlighted by generoche