Exhibit/2.0/Map View Tutorial - SIMILE
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
Bookmark History
Saved by 2 people (-1 private), first by anonymouse user on 2008-10-02
- Generoche on 2008-09-17 - Tags Simile
- Ahmckenzie on 2008-07-13 - Tags googlemaps , tutorial , javascript , simile
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


Public Comment