-
Notifications
You must be signed in to change notification settings - Fork 1
/
buildingBeforeAndAfter.json
95 lines (95 loc) · 2.43 KB
/
buildingBeforeAndAfter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"type": "CityJSON",
"version": "1.0",
"extensions": {},
"metadata": {},
"transform": {
"scale": [],
"translate": []
},
"CityObjects": {
"building01-01": {
"type": "Building",
"attributes": {
"storeysAboveGround": 1,
"storeysBelowGround": 0,
"yearOfConstruction": 1973,
"owner": "Bilbo Baggins",
"creationDate": "2019-01-01"
},
"address": {
"CountryName": "Eriador",
"LocalityName": "The Shire",
"ThoroughfareNumber": "1",
"ThoroughfareName": "Bag End",
"PostalCode": "4DV3N TUR3"
},
"bbox": [ 84710.1, 446846.0, -5.3, 84757.1, 446944.0, 40.9 ]
},
"building01-02": {
"type": "Building",
"cityobject_id": "building01",
"attributes": {
"storeysAboveGround": 2,
"storeysBelowGround": 1,
"yearOfConstruction": 1973,
"owner": "Frodo Baggins",
"creationDate": "2019-01-01",
"updateDate:": "2019-02-02"
},
"address": {
"CountryName": "Eriador",
"LocalityName": "The Shire",
"ThoroughfareNumber": "1",
"ThoroughfareName": "Bag End",
"PostalCode": "4DV3N TUR3"
},
"bbox": [ 84710.1, 446846.0, -5.3, 84757.1, 446944.0, 40.9 ]
}
},
"versioning": {
"versions": {
"v30": {
"author": "J.R.R. Tolkien",
"date": "2019-03-04T18:34:12.24Z",
"message": "Remove building01",
"parents": ["v29", "branch-version"],
"objects": {}
},
"v29": {
"author": "J.R.R. Tolkien",
"date": "2019-02-04T11:00:17.58Z",
"message": "Change ownership and structure of building01",
"parents": ["v28"],
"objects": {
"building01": "building01-02"
}
},
"branch-version": {
"author": "J.R.R. Tolkien",
"date": "2019-02-08T18:34:12.24Z",
"message": "This is from another branch",
"parents": ["v28"],
"objects": {}
},
"v28": {
"author": "J.R.R. Tolkien",
"date": "2019-01-02T13:20:21.50Z",
"message": "Add Baggins' new building",
"objects": {
"building01": "building01-01"
}
}
},
"tags": {
"release-2019": "v29"
},
"branches": {
"main": "v30",
"one-branch": "branch-version"
}
},
"vertices": [],
"appearance": {},
"geometry-templates": {}
}