living_poly = [
{ name: 'kitchen', points: [
[1,1],[10.7, 1],
[13.9, 4.2],[13.9, 14.6],
[16.3,14.6],[16.3,17.9],[13.9,17.9],
[13.9,24.4],[4.2,24.4],
[4.2,28.0],[1,28.0],
[1,1]
]},
{ name: 'counter', points: [
[1,3.4],[9.4, 3.4],[11.5, 5.5],[11.5, 8.5],[13.9, 8.5]
]},
]