Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Locations of venues and image files
  2.     venues = [
  3.         {
  4.             "room": "NYP LOUNGE",
  5.                 "lat": "1.3797777",
  6.                 "lng": "103.8490906",
  7.                 "image": "lounge_circle.png",
  8.                 "description": "Block A, Level 3.<br/>Use Linkway at Level 2 or 3.<img src='images/nyplounge240.png' alt='NYP Lounge' height='90' width='120'>"
  9.         },
  10.         {
  11.             "room": "A321",
  12.                 "lat": "1.3803960",
  13.                 "lng": "103.8492813",
  14.                 "image": "a321_circle.png",
  15.                 "description": "Block A, Level 3.<br/>Use Linkway at Level 2 or 3.<img src='images/a321240.png' alt='A321' height='90' width='120'>"
  16.         },
  17.         {
  18.             "room": "A322",
  19.                 "lat": "1.3803059",
  20.                 "lng": "103.8492661",
  21.                 "image": "a322_circle.png",
  22.                 "description": "Block A, Level 3.<br/>Use Linkway at Level 2 or 3.<img src='images/a322240.png' alt='A322' height='90' width='120'>"
  23.         },
  24.         {
  25.             "room": "TFA",
  26.                 "lat": "1.3800772",
  27.                 "lng": "103.8495636",
  28.                 "image": "tfa_circle.png",
  29.                 "description": "Block A, Level 2.<br/>Use Linkway at Level 2 or 3.<img src='images/tfa240.png' alt='' height='90' width='120'>"
  30.         },
  31.         {
  32.             "room": "LTK1",
  33.                 "lat": "1.3806971",
  34.                 "lng": "103.8496475",
  35.                 "image": "ltk1_circle.png",
  36.                 "description": "Block K, Level 2.<br/>Use Linkway at Level 2 or 3.<img src='images/ltk1240.png' alt='' height='90' width='120'>"
  37.         },
  38.         {
  39.             "room": "LTK2",
  40.                 "lat": "1.3806783",
  41.                 "lng": "103.8497849",
  42.                 "image": "ltk2_circle.png",
  43.                 "description": "Block K, Level 2.<br/>Use Linkway at Level 2 or 3.<img src='images/ltk2240.png' alt='' height='90' width='120'>"
  44.         },
  45.         {
  46.             "room": "LTK3",
  47.                 "lat": "1.3806536",
  48.                 "lng": "103.8499146",
  49.                 "image": "ltk3_circle.png",
  50.                 "description": "Block K, Level 2.<br/>Use Linkway at Level 2 or 3.<img src='images/ltk3240.png' alt='' height='90' width='120'>"
  51.         },
  52.         {
  53.             "room": "L536",
  54.                 "lat": "1.3791218",
  55.                 "lng": "103.8496933",
  56.                 "image": "l536_circle.png",
  57.                 "description": "Block L, Level 5.<br/>Use Linkway at Level 2 or 3.<img src='images/l536240.png' alt='' height='90' width='120'>"
  58.         },
  59.         {
  60.             "room": "L535",
  61.                 "lat": "1.3791447",
  62.                 "lng": "103.8498306",
  63.                 "image": "l535_circle.png",
  64.                 "description": "Block L, Level 5.<br/>Use Linkway at Level 2 or 3.<img src='images/l535240.png' alt='' height='90' width='120'>"
  65.         },
  66.         {
  67.             "room": "L534",
  68.                 "lat": "1.3792520",
  69.                 "lng": "103.8498154",
  70.                 "image": "l534_circle.png",
  71.                 "description": "Block L, Level 5.<br/>Use Linkway at Level 2 or 3.<img src='images/l534240.png' alt='' height='90' width='120'>"
  72.         },
  73.         {
  74.             "room": "L501",
  75.                 "lat": "1.3794889",
  76.                 "lng": "103.8499603",
  77.                 "image": "l501_circle.png",
  78.                 "description": "Block L, Level 5.<br/>Use Linkway at Level 2 or 3.<img src='images/l501240.png' alt='' height='90' width='120'>"
  79.         },
  80.         {
  81.             "room": "L502",
  82.                 "lat": "1.3794765",
  83.                 "lng": "103.8498840",
  84.                 "image": "l502_circle.png",
  85.                 "description": "Block L, Level 5.<br/>Use Linkway at Level 2 or 3.<img src='images/l502240.png' alt='' height='90' width='120'>"
  86.         },
  87.         {
  88.             "room": "L503",
  89.                 "lat": "1.3794655",
  90.                 "lng": "103.8498154",
  91.                 "image": "l503_circle.png",
  92.                 "description": "Block L, Level 5.<br/>Use Linkway at Level 2 or 3.<img src='images/l503240.png' alt='' height='90' width='120'>"
  93.         },
  94.         {   "room": "BUS",
  95.                 "lat": "1.3801301328379336",
  96.                 "lng": "103.84986186893579",
  97.                 "image": "bus2.png",
  98.                 "description": "BUS PICKUP PT TO HOTEL.<img src='images/bus240.png' alt='' height='90' width='120'>"
  99.         }];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement