Last active
September 7, 2018 10:05
-
-
Save dbarden/518a41291d96e649199aa387862e84cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "IndoorMapBottomSheet", | |
"content": { | |
"id": "building-1", | |
"title": "Gebäude Eins", | |
"blocks": [ | |
{ | |
"type": "Text", | |
"text": "Sehr schön!", | |
"id": "c05d0f9b-b0c2-4e4d-8832-da49e8630d7a" | |
} | |
] | |
}, | |
"indoorMapLayout": { | |
"floors": [ | |
{ | |
"id": "5b924c2fa5dc04000139ff26", | |
"name": "EG", | |
"height": 1930, | |
"width": 3000, | |
"backgroundImage": "https://navigate.apps.emea.vwapps.io/img/WID-EG.jpg", | |
"annotations": [ | |
{ | |
"id": "5b924c2fa5dc04000139ff24", | |
"coordinates": { | |
"x": 1120, | |
"y": 210 | |
}, | |
"title": "Büro R-154", | |
"state": "ACTIVE", | |
"target": "http://localhost:8082/backend/building/api/v1/mobile/rooms/5b924c2fa5dc04000139ff24" | |
}, | |
{ | |
"id": "5b924c2fa5dc04000139ff25", | |
"coordinates": { | |
"x": 110, | |
"y": 220 | |
}, | |
"title": "Besprechungsraum FSX", | |
"state": "ACTIVE", | |
"target": "http://localhost:8082/backend/building/api/v1/mobile/rooms/5b924c2fa5dc04000139ff25" | |
} | |
], | |
"groundFloor": true | |
}, | |
{ | |
"id": "5b924c2fa5dc04000139ff2a", | |
"name": "1", | |
"height": 1989, | |
"width": 3000, | |
"backgroundImage": "https://navigate.apps.emea.vwapps.io/img/WID-1-OG.jpg", | |
"annotations": [ | |
{ | |
"id": "5b924c2fa5dc04000139ff28", | |
"coordinates": { | |
"x": 300, | |
"y": 1230 | |
}, | |
"title": "Kommunikationszone 1. OG", | |
"state": "ACTIVE", | |
"target": "http://localhost:8082/backend/building/api/v1/mobile/rooms/5b924c2fa5dc04000139ff28" | |
}, | |
{ | |
"id": "5b924c2fa5dc04000139ff29", | |
"coordinates": { | |
"x": 300, | |
"y": 1230 | |
}, | |
"title": "Notfallraum 1. OG", | |
"state": "ACTIVE", | |
"target": "http://localhost:8082/backend/building/api/v1/mobile/rooms/5b924c2fa5dc04000139ff29" | |
} | |
], | |
"groundFloor": false | |
}, | |
{ | |
"id": "5b924c2fa5dc04000139ff2c", | |
"name": "2", | |
"height": 2219, | |
"width": 3000, | |
"backgroundImage": "https://navigate.apps.emea.vwapps.io/img/WID-2-OG.jpg", | |
"annotations": [], | |
"groundFloor": false | |
}, | |
{ | |
"id": "5b924c2fa5dc04000139ff2e", | |
"name": "3", | |
"height": 1828, | |
"width": 3000, | |
"backgroundImage": "https://navigate.apps.emea.vwapps.io/img/WID-3-OG.jpg", | |
"annotations": [], | |
"groundFloor": false | |
}, | |
{ | |
"id": "5b924c2fa5dc04000139ff30", | |
"name": "4", | |
"height": 1835, | |
"width": 3000, | |
"backgroundImage": "https://navigate.apps.emea.vwapps.io/img/WID-4-OG.jpg", | |
"annotations": [], | |
"groundFloor": false | |
} | |
], | |
"focus": { | |
"floorId": "5b924c2fa5dc04000139ff26", | |
"coordinates": { | |
"x": 50, | |
"y": 50 | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment