apartment.json
3.87 KB
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
{
"mapwidth": "2000",
"mapheight": "2000",
"categories": [
{
"id": "furniture",
"title": "Furniture",
"color": "#4cd3b8",
"show": "false"
},
{
"id": "rooms",
"title": "Rooms",
"color": "#63aa9c",
"show": "true"
}
],
"levels": [
{
"id": "lower",
"title": "Lower floor",
"map": "images/apartment/lower.jpg",
"minimap": "images/apartment/lower-small.jpg",
"locations": [
{
"id": "coffeetable",
"title": "Coffee Table",
"about": "The best place to spend the afternoon",
"description": "<p>This is an awesome coffee table.<p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean viverra laoreet imperdiet. Praesent viverra, enim at malesuada dignissim, ante purus vestibulum turpis, nec molestie ipsum mauris non risus. In hac habitasse platea dictumst. Integer porta dignissim magna, at sollicitudin neque aliquam eget. Pellentesque dapibus, augue eu ornare mattis, est mauris volutpat ligula, ac ornare turpis turpis sit amet elit.</p>",
"category": "furniture",
"link": "http://codecanyon.net/user/sekler?ref=sekler",
"x": "0.2050",
"y": "0.4660",
"zoom": "3"
},
{
"id": "stairstop",
"title": "Stairs",
"about": "Stairs to the top floor",
"description": "Let's go upstairs!",
"category": "furniture",
"x": "0.5137",
"y": "0.6136",
"zoom": "3"
},
{
"id": "diningtable",
"title": "Dining Table",
"about": "An eight-person dining table",
"description": "<img src=\"images/logo.png\" alt=\"Mapplic\"><p>An eight-person dining table with an image.<p>",
"category": "furniture",
"x": "0.4746",
"y": "0.2883",
"zoom": "3"
},
{
"id": "coffeemachine",
"title": "Coffee Machine",
"about": "For the perfect coffee",
"description": "Coffee Machine",
"category": "furniture",
"x": "0.6792",
"y": "0.3459",
"zoom": "3"
},
{
"id": "workingtable",
"title": "Working Table",
"about": "This is where the magic happens",
"description": "It's the perfect home workspace you've always dreamed about.",
"category": "furniture",
"x": "0.6285",
"y": "0.1480",
"zoom": "3"
},
{
"id": "kitchen",
"title": "Kitchen",
"about": "Well equipped kitchen",
"description": "<p>Welcome to the kitchen.</p>",
"category": "rooms",
"link": "http://codecanyon.net/user/sekler?ref=sekler",
"pin": "hidden",
"x": "0.665",
"y": "0.46",
"zoom": "3"
},
{
"id": "dining",
"title": "Dining room",
"about": "Could be a motto",
"description": "The main living room <!--<iframe width=\"320\" height=\"180\" src=\"//www.youtube.com/embed/HGy9i8vvCxk\" frameborder=\"0\" allowfullscreen></iframe>-->",
"category": "rooms",
"pin": "hidden",
"x": "0.3",
"y": "0.4",
"zoom": "3"
}
]
},
{
"id": "upper",
"title": "Upper Floor",
"map": "images/apartment/upper.jpg",
"minimap": "images/apartment/upper-small.jpg",
"locations": [
{
"id": "livingup",
"title": "Living room",
"about": "Upper level living",
"description": "<img src=\"images/logo.png\" alt=\"Mapplic\"><p>I could spend the whole day here!</p>",
"category": "rooms",
"x": "0.49",
"y": "0.36",
"zoom": "2"
},
{
"id": "kingbed",
"title": "King bed",
"about": "Very comfortable king size bed",
"description": "A king size bed situated in the main bedroom on the first floor.",
"category": "furniture",
"x": "0.6564",
"y": "0.2782",
"zoom": "3"
},
{
"id": "bathroom",
"title": "Bathroom",
"about": "Or anything you want to show in the list",
"description": "Take a bath",
"category": "rooms",
"pin": "hidden",
"x": "0.7843",
"y": "0.4035",
"zoom": "3"
}
]
}
]
}