This repository has been archived by the owner on Aug 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
evans6.json
190 lines (188 loc) · 4.17 KB
/
evans6.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
"mapwidth": "800",
"mapheight": "600",
"categories": [
{
"id": "food",
"title": "Fast-foods & Restaurants",
"icon": "images/food.png",
"color": "#bfe79e",
"show": "false"
},
{
"id": "dep",
"title": "Department Stores",
"icon": "images/cart.png",
"color": "#f8c255",
"show": "false"
},
{
"id": "clothing",
"title": "Clothing & Accessories",
"icon": "images/cloth.png",
"color": "#f56b7e",
"show": "false"
},
{
"id": "health",
"title": "Health & Cosmetics",
"icon": "images/health.png",
"color": "#b7a6bd",
"show": "false"
},
{
"id": "misc",
"title": "Miscellaneous",
"icon": "images/misc.png",
"color": "#2dd5c9",
"show": "false"
}
],
"levels": [
{
"id": "first",
"title": "First Floor",
"map": "Evans-1_rmres-page-002.jpg",
"minimap": "1stFloorThumbnail.gif",
"show": "true",
"locations": [
{
"id": "broken01",
"title": "Entering",
"about": "about ipsum",
"description": "Open 8:00 am to 6:00pm",
"pin": "green",
"category": "misc",
"thumbnail": "images/mall/thumb/petco.jpg",
"x": "0.4183",
"y": "0.8883"
},
{
"id": "broken01",
"title": "Entering",
"about": "about ipsum",
"description": "Open 8:00 am to 6:00pm",
"pin": "green",
"category": "misc",
"thumbnail": "images/mall/thumb/petco.jpg",
"x": "0.3183",
"y": "0.8883"
},
{
"id": "broken01",
"title": "Entering",
"about": "about ipsum",
"description": "Open 8:00 am to 6:00pm",
"pin": "orange",
"category": "misc",
"thumbnail": "images/mall/thumb/petco.jpg",
"x": "0.3183",
"y": "0.8183"
}
]
},
{
"id": "second",
"title": "Second Floor",
"map": "Evans-2_rmres-page-002.jpg",
"minimap": "2ndFloorThumbnail.gif",
"locations": [
{
"id": "freefood",
"title": "Free Food",
"about": "Lorem ipsum",
"description": "Reported on 15 Nov 2014 at 9:54pm",
"pin": "green",
"category": "food",
"thumbnail": "images/mall/thumb/applebees.jpg",
"x": "0.6789",
"y": "0.7458",
"zoom": "8"
},
{
"id": "gross",
"title": "Gross Toilet",
"about": "Lorem ipsum",
"description": "Reported on 15 Nov 2014 at 9:54pm",
"pin": "orange",
"category": "food",
"thumbnail": "images/mall/thumb/kfc.jpg",
"tooltip": "default",
"x": "0.7114",
"y": "0.3054",
"zoom": "8"
},
{
"id": "toocold",
"title": "Too Cold",
"about": "Lorem ipsum",
"description": "Reported on 15 Nov 2014 at 9:14pm",
"pin": "orange",
"category": "food",
"thumbnail": "images/mall/thumb/pizzahut.jpg",
"x": "0.59",
"y": "0.305",
"zoom": "8"
},
{
"id": "spill",
"title": "Spill",
"about": "Lorem ipsum",
"description": "Reported on 15 Nov 2014 at 9:14pm",
"pin": "orange",
"category": "dep",
"thumbnail": "images/mall/thumb/sears.jpg",
"x": "0.1616",
"y": "0.2706",
"zoom": "3"
},
{
"id": "startupweekend",
"title": "Startup Weekend",
"about": "Lorem ipsum",
"description": "<p>Startup Weekend New Haven</p><img src=\"swlogo2.png\" alt=\"SW NH\"><p><b>Reported on 14 Nov 2014 at 5:14pm</b></p>",
"pin": "green",
"category": "health",
"thumbnail": "images/mall/thumb/sephora.jpg",
"x": "0.6194",
"y": "0.7883"
},
{
"id": "badmic",
"title": "Bad Microphone",
"about": "Lorem ipsum",
"description": "Reported on 15 Nov 2014 at 9:14pm",
"pin": "orange",
"category": "clothing",
"thumbnail": "images/mall/thumb/hm.jpg",
"x": "0.5625",
"y": "0.6866"
}
]
},
{
"id": "third",
"title": "Third Floor",
"map": "Evans-3_rmres-page-001.jpg",
"minimap": "3rdFloorThumbnail.gif",
"locations": [
]
},
{
"id": "fourth",
"title": "Fourth Floor",
"map": "Evans-4_rmres-page-001.jpg",
"minimap": "4thFloorThumbnail.gif",
"locations": [
]
},
{
"id": "fifth",
"title": "Fifth Floor",
"map": "Evans-5_rmres-page-001.jpg",
"minimap": "5thFloorThumbnail.gif",
"locations": [
]
}
]
}