Skip to content

Instantly share code, notes, and snippets.

@mauriciosilva
Created February 7, 2011 06:14
Show Gist options
  • Save mauriciosilva/814059 to your computer and use it in GitHub Desktop.
Save mauriciosilva/814059 to your computer and use it in GitHub Desktop.
new_rooms
rooms = [{
"floor": "6th",
"key": "ca",
"text": "Castro",
"desc": "King Street Side",
"img" : "castro.png",
"leaf": true
},
{
"floor": "6th",
"key": "ch",
"text": "Chinatown",
"desc": "Mid Building East Side",
"img" : "cTown.png",
"leaf": true
},
{
"floor": "LL2",
"key": "dp",
"text": "Dog Patch",
"desc": "Townsend Side",
"img" : "dog.png",
"leaf": true
},
{
"floor": "6th",
"key": "ha",
"text": "Haight",
"desc": "Townsend Side",
"img" : "haight.png",
"leaf": true
},
{
"floor": "5th",
"key": "hv",
"text": "Hayes Valley",
"desc": "King Street Side",
"img" : "hayes.png",
"leaf": true
},
{
"floor":"4th",
"key": "hpr",
"text":"Health Partners Team Room",
"desc":"King Street Side",
"img" : "hp.png",
"leaf": true
},
{
"floor": "4th",
"key": "ma",
"text": "Marina",
"desc": "Townsend Side",
"img" : "marina.png",
"leaf": true
},
{
"floor": "LL2",
"key": "ms",
"text": "Mission",
"desc": "Townsend Side",
"img" : "mission.png",
"leaf": true
},
{
"floor":"4th",
"key": "ntr",
"text": "Nike Team Room",
"desc": "Townsend Side",
"img" : "nike.png",
"leaf": true
},
{
"floor": "6th",
"key": "nh",
"text": "Nob Hill",
"desc": "Mid Building West Side",
"img" : "nob.png",
"leaf": true
},
{
"floor": "6th",
"key": "nb",
"text": "North Beach",
"desc": "Mid Building West Side",
"img" : "nBeach.png",
"leaf": true
},
{
"floor": "5th",
"key": "pa",
"text": "Pacific Heights",
"desc": "Townsend Side",
"img" : "pac.png",
"leaf": true
},
{
"floor": "4th",
"key": "ph",
"text": "Potrero Hill",
"desc": "Townsend Side",
"img" : "portrero.png",
"leaf": true
},
{
"floor": "5th",
"key": "rh",
"text": "Russian Hill",
"desc": "Mid Building West Side",
"img" : "russian.png",
"leaf": true
},
{
"floor": "6th",
"key": "so",
"text": "Soma",
"desc": "King Street Side",
"img" : "soma.png",
"leaf": true
},
{
"floor": "6th",
"key": "su",
"text": "Sunset",
"desc": "Townsend Side",
"img" : "sunset.png",
"leaf": true
},
{
"floor": "5th",
"key": "vcr",
"text": "Visa Creative War Room",
"desc": "Mid Building East Side",
"img" : "vCreate.png",
"leaf": true
},
{
"floor": "5th",
"key": "vtr",
"text": "Visa Technology War Room",
"desc": "Mid Building West Side",
"img" : "vTech.png",
"leaf": true
},
{
"floor":"4th",
"key": "xb",
"text": "XBox Team Room",
"desc": "King Street Side",
"img" : "xbox.png",
"leaf": true
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment