Simon Hunt | b2c4cc8 | 2015-04-15 17:16:28 -0700 | [diff] [blame] | 1 | { |
| 2 | "defn_name": "menlo", |
| 3 | "defn_desc": "Office Floor Plan of ONLab at Menlo Park", |
| 4 | |
| 5 | "paths": [ |
| 6 | { |
| 7 | "tag": "outerwalls", |
| 8 | "stroke": { |
| 9 | "width": 4 |
| 10 | }, |
| 11 | "viewbox": "0 0 925 550", |
| 12 | "d": [ |
| 13 | "M36,342V516", |
| 14 | "M36,516H892", |
| 15 | "M36,24H892", |
| 16 | "M36,24V250", |
| 17 | "M892,516V274", |
| 18 | "M892,188V24" |
| 19 | ] |
| 20 | }, |
| 21 | { |
| 22 | "tag": "innerwalls", |
| 23 | "stroke": { |
| 24 | "width": 2 |
| 25 | }, |
| 26 | "viewbox": "0 0 925 550", |
| 27 | "d": [ |
| 28 | "M892,188H730V158", |
| 29 | "M640,24V254H676H676V368", |
| 30 | "M892,312H742", |
| 31 | "M742,342V516", |
| 32 | "M638,368H546V272", |
| 33 | "M544,282H674", |
| 34 | "M546,232V66H494V26", |
| 35 | "M494,130V60", |
| 36 | "M454,130H340", |
| 37 | "M400,24V130", |
| 38 | "M640,178H546", |
| 39 | "M638,188H672V158", |
| 40 | "M700,410H602", |
| 41 | "M518,410H444", |
| 42 | "M400,410H276", |
| 43 | "M238,408V516", |
| 44 | "M352,410V516", |
| 45 | "M444,410V516", |
| 46 | "M562,410V516", |
| 47 | "M650,410V516", |
| 48 | "M88,178H300V24", |
| 49 | "M88,60H186V178", |
| 50 | "M88,140H108V60" |
| 51 | ] |
| 52 | } |
| 53 | ], |
| 54 | |
| 55 | "defn": [ |
| 56 | { "id": "owalls", "path": "outerwalls", "dim":[1400,1400] }, |
| 57 | { "id": "iwalls", "path": "innerwalls", "dim":[1400,1400] } |
| 58 | ], |
| 59 | |
| 60 | "load": { |
| 61 | "alpha": 0.9, |
| 62 | "sprites": [ |
| 63 | { "id": "owalls", "pos":[-200,-200] }, |
| 64 | { "id": "iwalls", "pos":[-200,-200] } |
| 65 | ], |
| 66 | "labels": [ |
| 67 | { "pos":[160,220], "text":"Kitchen", "class":"gold1" }, |
| 68 | { "pos":[480,220], "text":"Guru", "class":"gold1" }, |
| 69 | { "pos":[980,220], "text":"Admin", "class":"gold1" }, |
| 70 | { "pos":[700,400], "text":"Servers", "class":"gold1" }, |
| 71 | { "pos":[720,580], "text":"Sm.Conf.", "class":"gold1" }, |
| 72 | { "pos":[1040,700], "text":"Lg.Conf.", "class":"gold1" }, |
| 73 | { "pos":[500,80], "text":"ONLab at Menlo Park", "class":"blue1", "size":1.4 } |
| 74 | ] |
| 75 | } |
| 76 | } |