@hassanalthaf/indoormaps
Version:
A graph-based indoor mapping and pathfinding library in vanilla JavaScript.
2,081 lines (2,080 loc) • 151 kB
JavaScript
var indoorMaps = indoorMaps({
config: {
defaultZIndex: 0,
validZIndexes: [0]
},
floorSections: [
{
id: 1,
x: 0,
y: 0,
z: 0,
width: 175,
height: 340,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "LYNX - Meeting Room 12",
},
doors: [{
x: 175,
y: 300,
width: 3,
height: 40,
actual: {
x: 175,
y: 320
}
}]
},
{
id: 2,
x: 175,
y: 0,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A063",
},
doors: [{
x: 210,
y: 85,
actual: {
x: 210,
y: 80
}
}]
},
{
id: 3,
x: 245,
y: 0,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A062",
},
doors: [{
x: 280,
y: 85,
actual: {
x: 280,
y: 80
}
}]
},
{
id: 4,
x: 175,
y: 90,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A064",
},
doors: [{
x: 210,
y: 175,
actual: {
x: 210,
y: 170
}
}]
},
{
id: 5,
x: 245,
y: 90,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A065",
},
doors: [{
x: 280,
y: 175,
actual: {
x: 280,
y: 170
}
}]
},
{
id: 6,
x: 450,
y: 0,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A059",
},
doors: [{
x: 485,
y: 85,
actual: {
x: 485,
y: 80
}
}]
},
{
id: 7,
x: 520,
y: 0,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A060",
},
doors: [{
x: 555,
y: 85,
actual: {
x: 555,
y: 80
}
}]
},
{
id: 8,
x: 590,
y: 0,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A061",
},
doors: [{
x: 625,
y: 85,
actual: {
x: 625,
y: 80
}
}]
},
{
id: 9,
x: 450,
y: 90,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A058",
},
doors: [{
x: 485,
y: 175,
actual: {
x: 485,
y: 170
}
}]
},
{
id: 10,
x: 520,
y: 90,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A057",
},
doors: [{
x: 555,
y: 175,
actual: {
x: 555,
y: 170
}
}]
},
{
id: 11,
x: 590,
y: 90,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A056",
},
doors: [{
x: 625,
y: 175,
actual: {
x: 625,
y: 170
}
}]
},
{
id: 12,
x: 730,
y: 0,
z: 0,
width: 105,
height: 100,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A033",
},
doors: [{
x: 782.5,
y: 105,
actual: {
x: 782.5,
y: 100
}
}]
},
{
id: 13,
x: 905,
y: 0,
z: 0,
width: 105,
height: 100,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A032",
},
doors: [{
x: 957.5,
y: 105,
actual: {
x: 957.5,
y: 100
}
}]
},
{
id: 14,
x: 1080,
y: 0,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A031",
},
doors: [{
x: 1115,
y: 85,
actual: {
x: 1115,
y: 80
}
}]
},
{
id: 15,
x: 1150,
y: 0,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A030",
},
doors: [{
x: 1185,
y: 85,
actual: {
x: 1185,
y: 80
}
}]
},
{
id: 16,
x: 1220,
y: 0,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A029",
},
doors: [{
x: 1255,
y: 85,
actual: {
x: 1255,
y: 80
}
}]
},
{
id: 17,
x: 1080,
y: 90,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A026",
},
doors: [{
x: 1115,
y: 175,
actual: {
x: 1115,
y: 170
}
}]
},
{
id: 18,
x: 1150,
y: 90,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A027",
},
doors: [{
x: 1185,
y: 175,
actual: {
x: 1185,
y: 170
}
}]
},
{
id: 19,
x: 1220,
y: 90,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A028",
},
doors: [{
x: 1255,
y: 175,
actual: {
x: 1255,
y: 170
}
}]
},
{
id: 20,
x: 1430,
y: 0,
z: 0,
width: 350,
height: 520,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "Moonstone - Conference Room 6",
},
doors: [{
x: 1480,
y: 520,
width: 50,
height: 3,
actual: {
x: 1480,
y: 520
}
}]
},
{
id: 21,
x: 0,
y: 340,
z: 0,
width: 75,
height: 180,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "Pantry",
},
doors: [{
x: 57.5,
y: 520,
width: 35,
height: 3,
actual: {
x: 57.5,
y: 520
}
}]
},
{
id: 22,
x: 75,
y: 340,
z: 0,
width: 240,
height: 180,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "Agility 2:D1 - Discussion Room 20",
},
doors: [{
x: 275,
y: 340,
width: 40,
height: 3,
actual: {
x: 275,
y: 340,
}
}]
},
{
id: 23,
x: 450,
y: 250,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A053",
},
doors: [{
x: 485,
y: 245,
actual: {
x: 485,
y: 250
}
}]
},
{
id: 24,
x: 520,
y: 250,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A052",
},
doors: [{
x: 555,
y: 245,
actual: {
x: 555,
y: 250
}
}]
},
{
id: 25,
x: 450,
y: 330,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A050",
},
doors: [{
x: 485,
y: 425,
actual: {
x: 485,
y: 410
}
}]
},
{
id: 27,
x: 520,
y: 330,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A051",
},
doors: [{
x: 555,
y: 425,
actual: {
x: 555,
y: 410
}
}]
},
{
id: 28,
x: 660,
y: 250,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A038",
},
doors: [{
x: 695,
y: 245,
actual: {
x: 695,
y: 250
}
}]
},
{
id: 29,
x: 730,
y: 250,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A037",
},
doors: [{
x: 765,
y: 245,
actual: {
x: 765,
y: 250
}
}]
},
{
id: 30,
x: 800,
y: 250,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A036",
},
doors: [{
x: 835,
y: 245,
actual: {
x: 835,
y: 250
}
}]
},
{
id: 31,
x: 870,
y: 250,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A035",
},
doors: [{
x: 905,
y: 245,
actual: {
x: 905,
y: 250
}
}]
},
{
id: 32,
x: 940,
y: 250,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A034",
},
doors: [{
x: 975,
y: 245,
actual: {
x: 975,
y: 250
}
}]
},
{
id: 33,
x: 660,
y: 330,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A039",
},
doors: [{
x: 695,
y: 425,
actual: {
x: 695,
y: 410
}
}]
},
{
id: 34,
x: 730,
y: 330,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A040",
},
doors: [{
x: 765,
y: 425,
actual: {
x: 765,
y: 410
}
}]
},
{
id: 35,
x: 800,
y: 330,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A041",
},
doors: [{
x: 835,
y: 425,
actual: {
x: 835,
y: 410
}
}]
},
{
id: 36,
x: 870,
y: 330,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A042",
},
doors: [{
x: 905,
y: 425,
actual: {
x: 905,
y: 410
}
}]
},
{
id: 37,
x: 940,
y: 330,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A043",
},
doors: [{
x: 975,
y: 425,
actual: {
x: 975,
y: 410
}
}]
},
{
id: 38,
x: 1080,
y: 250,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A025",
},
doors: [{
x: 1115,
y: 245,
actual: {
x: 1115,
y: 250
}
}]
},
{
id: 39,
x: 1150,
y: 250,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A024",
},
doors: [{
x: 1185,
y: 245,
actual: {
x: 1185,
y: 250
}
}]
},
{
id: 40,
x: 1220,
y: 250,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A023",
},
doors: [{
x: 1255,
y: 245,
actual: {
x: 1255,
y: 250
}
}]
},
{
id: 41,
x: 1080,
y: 330,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A020",
},
doors: [{
x: 1115,
y: 425,
actual: {
x: 1115,
y: 410
}
}]
},
{
id: 42,
x: 1150,
y: 330,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A021",
},
doors: [{
x: 1185,
y: 425,
actual: {
x: 1185,
y: 410
}
}]
},
{
id: 43,
x: 1220,
y: 330,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A022",
},
doors: [{
x: 1255,
y: 425,
actual: {
x: 1255,
y: 410
}
}]
},
{
id: 44,
x: 450,
y: 440,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A049",
},
doors: [{
x: 485,
y: 425,
actual: {
x: 485,
y: 440
}
}]
},
{
id: 45,
x: 520,
y: 440,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A048",
},
doors: [{
x: 555,
y: 425,
actual: {
x: 555,
y: 440
}
}]
},
{
id: 46,
x: 660,
y: 440,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A047",
},
doors: [{
x: 695,
y: 425,
actual: {
x: 695,
y: 440
}
}]
},
{
id: 47,
x: 730,
y: 440,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A046",
},
doors: [{
x: 765,
y: 425,
actual: {
x: 765,
y: 440
}
}]
},
{
id: 48,
x: 870,
y: 440,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A045",
},
doors: [{
x: 905,
y: 425,
actual: {
x: 905,
y: 440
}
}]
},
{
id: 49,
x: 940,
y: 440,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A044",
},
doors: [{
x: 975,
y: 425,
actual: {
x: 975,
y: 440
}
}]
},
{
id: 50,
x: 1080,
y: 440,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A019",
},
doors: [{
x: 1115,
y: 425,
actual: {
x: 1115,
y: 440
}
}]
},
{
id: 51,
x: 1150,
y: 440,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A018",
},
doors: [{
x: 1185,
y: 425,
actual: {
x: 1185,
y: 440
}
}]
},
{
id: 52,
x: 0,
y: 520,
z: 0,
width: 40,
height: 140,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "Door",
},
doors: [{
x: 40,
y: 590,
width: 3,
height: 120,
actual: {
x: 40,
y: 590
}
}]
},
{
id: 53,
x: 1740,
y: 520,
z: 0,
width: 40,
height: 140,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "Door",
},
doors: [{
x: 1740,
y: 590,
width: 3,
height: 120,
actual: {
x: 1740,
y: 590
}
}]
},
{
id: 54,
x: 0,
y: 660,
z: 0,
width: 350,
height: 240,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "ORION - Meeting Room 13",
},
doors: [{
x: 350,
y: 875,
height: 50,
width: 3,
actual: {
x: 350,
y: 875
}
}]
},
{
id: 55,
x: 0,
y: 900,
z: 0,
width: 160,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "Agility 2:F1 - Focus Room 16",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 56,
x: 190,
y: 900,
z: 0,
width: 160,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "Agility 2:F2 - Focus Room 17",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 57,
x: 0,
y: 980,
z: 0,
width: 350,
height: 500,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "Touchdown Area",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 58,
x: 0,
y: 1480,
z: 0,
width: 160,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "Agility 2:F3 - Focus Room 18",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 59,
x: 190,
y: 1480,
z: 0,
width: 160,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "Agility 2:F4 - Focus Room 19",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 60,
x: 0,
y: 1560,
z: 0,
width: 40,
height: 140,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "Door",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 61,
x: 1740,
y: 1560,
z: 0,
width: 40,
height: 140,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "Door",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 62,
x: 1420,
y: 660,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A131",
},
doors: [{
x: 1455,
y: 650,
actual: {
x: 1455,
y: 660
}
}]
},
{
id: 63,
x: 1490,
y: 660,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A132",
},
doors: [{
x: 1525,
y: 650,
actual: {
x: 1525,
y: 660
}
}]
},
{
id: 63,
x: 1560,
y: 660,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A133",
},
doors: [{
x: 1595,
y: 650,
actual: {
x: 1595,
y: 660
}
}]
},
{
id: 64,
x: 1630,
y: 660,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A134",
},
doors: [{
x: 1665,
y: 650,
actual: {
x: 1665,
y: 660
}
}]
},
{
id: 65,
x: 1420,
y: 760,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A138",
},
doors: [{
x: 1455,
y: 750,
actual: {
x: 1455,
y: 760
}
}]
},
{
id: 66,
x: 1490,
y: 760,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A137",
},
doors: [{
x: 1525,
y: 750,
actual: {
x: 1525,
y: 760
}
}]
},
{
id: 67,
x: 1560,
y: 760,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A136",
},
doors: [{
x: 1595,
y: 750,
actual: {
x: 1595,
y: 760
}
}]
},
{
id: 68,
x: 1630,
y: 760,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A135",
},
doors: [{
x: 1665,
y: 750,
actual: {
x: 1665,
y: 760
}
}]
},
{
id: 69,
x: 1420,
y: 840,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A139",
},
doors: [{
x: 1455,
y: 930,
actual: {
x: 1455,
y: 920
}
}]
},
{
id: 70,
x: 1490,
y: 840,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A140",
},
doors: [{
x: 1525,
y: 930,
actual: {
x: 1525,
y: 920
}
}]
},
{
id: 71,
x: 1560,
y: 840,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A141",
},
doors: [{
x: 1595,
y: 930,
actual: {
x: 1595,
y: 920
}
}]
},
{
id: 72,
x: 1630,
y: 840,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A142",
},
doors: [{
x: 1665,
y: 930,
actual: {
x: 1665,
y: 920
}
}]
},
{
id: 73,
x: 1420,
y: 940,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A146",
},
doors: [{
x: 1455,
y: 930,
actual: {
x: 1455,
y: 940
}
}]
},
{
id: 74,
x: 1490,
y: 940,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A145",
},
doors: [{
x: 1525,
y: 930,
actual: {
x: 1525,
y: 940
}
}]
},
{
id: 75,
x: 1560,
y: 940,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A144",
},
doors: [{
x: 1595,
y: 930,
actual: {
x: 1595,
y: 940
}
}]
},
{
id: 76,
x: 1630,
y: 940,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A143",
},
doors: [{
x: 1665,
y: 930,
actual: {
x: 1665,
y: 940
}
}]
},
{
id: 77,
x: 1420,
y: 1020,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A147",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 78,
x: 1490,
y: 1020,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A148",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 79,
x: 1560,
y: 1020,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A149",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 80,
x: 1630,
y: 1020,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A150",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 81,
x: 1420,
y: 1120,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A154",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 82,
x: 1490,
y: 1120,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A153",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 83,
x: 1560,
y: 1120,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A152",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 84,
x: 1630,
y: 1120,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A151",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 85,
x: 1420,
y: 1200,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A155",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 86,
x: 1490,
y: 1200,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A156",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 87,
x: 1560,
y: 1200,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A157",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 88,
x: 1630,
y: 1200,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A158",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 89,
x: 1420,
y: 1300,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A162",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 90,
x: 1490,
y: 1300,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A161",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 91,
x: 1560,
y: 1300,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A160",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 92,
x: 1630,
y: 1300,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A159",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 93,
x: 1420,
y: 1380,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A163",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 94,
x: 1490,
y: 1380,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A164",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 95,
x: 1560,
y: 1380,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A165",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 96,
x: 1630,
y: 1380,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A166",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 97,
x: 1420,
y: 1480,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A170",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 98,
x: 1490,
y: 1480,
z: 0,
width: 70,
height: 80,
backgroundColor: "#03A9F4",
label: {
color: "rgb(255, 255, 255)",
text: "A169",
},
doors: [{
x: 30,
y: 130,
actual: {
x: 30,
y: 120
}
}]
},
{
id: 99,