mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
feat: add core
This commit is contained in:
192
test/resources/Room.3.json
Normal file
192
test/resources/Room.3.json
Normal file
@@ -0,0 +1,192 @@
|
||||
{
|
||||
"validationErrorNames": [],
|
||||
"scData": {
|
||||
"geo": {
|
||||
"point": {
|
||||
"type": "Point",
|
||||
"coordinates": [
|
||||
13.3262843,
|
||||
52.5135435
|
||||
]
|
||||
}
|
||||
},
|
||||
"description": "loses Mobiliar im Foyer",
|
||||
"type": "room",
|
||||
"categories": [
|
||||
"learn"
|
||||
],
|
||||
"uid": "540862f3-ea30-5b8f-8678-56b4dc217140",
|
||||
"name": "MA Foyer",
|
||||
"inPlace": {
|
||||
"geo": {
|
||||
"point": {
|
||||
"type": "Point",
|
||||
"coordinates": [
|
||||
13.32577,
|
||||
52.51398
|
||||
]
|
||||
},
|
||||
"polygon": {
|
||||
"type": "Polygon",
|
||||
"coordinates": [
|
||||
[
|
||||
[
|
||||
13.3259988,
|
||||
52.5141108
|
||||
],
|
||||
[
|
||||
13.3259718,
|
||||
52.5143107
|
||||
],
|
||||
[
|
||||
13.3262958,
|
||||
52.5143236
|
||||
],
|
||||
[
|
||||
13.3263291,
|
||||
52.5143052
|
||||
],
|
||||
[
|
||||
13.3263688,
|
||||
52.5140098
|
||||
],
|
||||
[
|
||||
13.3264324,
|
||||
52.5139643
|
||||
],
|
||||
[
|
||||
13.3264849,
|
||||
52.5139415
|
||||
],
|
||||
[
|
||||
13.3265148,
|
||||
52.5139004
|
||||
],
|
||||
[
|
||||
13.3265336,
|
||||
52.5138571
|
||||
],
|
||||
[
|
||||
13.3265411,
|
||||
52.5137933
|
||||
],
|
||||
[
|
||||
13.3265336,
|
||||
52.5137546
|
||||
],
|
||||
[
|
||||
13.3264961,
|
||||
52.5137044
|
||||
],
|
||||
[
|
||||
13.3264399,
|
||||
52.5136725
|
||||
],
|
||||
[
|
||||
13.3263875,
|
||||
52.5136497
|
||||
],
|
||||
[
|
||||
13.3263351,
|
||||
52.5136429
|
||||
],
|
||||
[
|
||||
13.3263613,
|
||||
52.5134286
|
||||
],
|
||||
[
|
||||
13.3262564,
|
||||
52.5133603
|
||||
],
|
||||
[
|
||||
13.3260767,
|
||||
52.5133671
|
||||
],
|
||||
[
|
||||
13.3259418,
|
||||
52.5134286
|
||||
],
|
||||
[
|
||||
13.3258744,
|
||||
52.5135061
|
||||
],
|
||||
[
|
||||
13.3258444,
|
||||
52.5135677
|
||||
],
|
||||
[
|
||||
13.3261366,
|
||||
52.5135836
|
||||
],
|
||||
[
|
||||
13.3261066,
|
||||
52.513807
|
||||
],
|
||||
[
|
||||
13.3260579,
|
||||
52.5138047
|
||||
],
|
||||
[
|
||||
13.3260317,
|
||||
52.5139096
|
||||
],
|
||||
[
|
||||
13.3254137,
|
||||
52.5138708
|
||||
],
|
||||
[
|
||||
13.3254287,
|
||||
52.5137819
|
||||
],
|
||||
[
|
||||
13.3250879,
|
||||
52.513766
|
||||
],
|
||||
[
|
||||
13.3250018,
|
||||
52.5142697
|
||||
],
|
||||
[
|
||||
13.3253613,
|
||||
52.5142902
|
||||
],
|
||||
[
|
||||
13.3253838,
|
||||
52.5140747
|
||||
],
|
||||
[
|
||||
13.3259988,
|
||||
52.5141108
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "building",
|
||||
"categories": [
|
||||
"education"
|
||||
],
|
||||
"name": "Mathematikgebäude",
|
||||
"alternateNames": [
|
||||
"MA"
|
||||
],
|
||||
"uid": "540862f3-ea30-5b8f-8678-56b4dc217140",
|
||||
"address": {
|
||||
"addressCountry": "Germany",
|
||||
"addressLocality": "Berlin",
|
||||
"addressRegion": "Berlin",
|
||||
"postalCode": "10623",
|
||||
"streetAddress": "Straße des 17. Juni 136"
|
||||
},
|
||||
"origin": {
|
||||
"indexed": "2018-09-11T12:30:00Z",
|
||||
"name": "Dummy"
|
||||
}
|
||||
},
|
||||
"floor": "0",
|
||||
"origin": {
|
||||
"indexed": "2018-09-11T12:30:00Z",
|
||||
"name": "Dummy"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user