forked from konmast3r/Up3date
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Using LOD subversions gives a problem in the json output.
It looks like the part of the name is not stripped out properly (The two extra characters for the decimal character seem to be ignored when removing the '[LOD2.1]' part of the name.
{
"type": "CityJSON",
"version": "1.0",
"metadata": {
"geographicalExtent": [121578.775, 486020.60199999996, -4.7540000000000004, 121966.761, 486232.568, 309.487]
},
"CityObjects": {
"] Cube": {
"geometry": [{
"type": "MultiSurface",
"boundaries": [[[0, 1, 2, 3]], [[3, 2, 4, 5]], [[5, 4, 6, 7]], [[7, 6, 1, 0]], [[3, 5, 7, 0]], [[4, 2, 1, 6]]],
"lod": 2
}
]
},
"Cube": {
"geometry": [],
"type": "Building"
}
},
"vertices": [[236940.0, 60919.0, 163194.0], [236940.0, 60919.0, 314241.0], [236940.0, 211966.0, 314241.0], [236940.0, 211966.0, 163194.0], [387986.0, 211966.0, 314241.0], [387986.0, 211966.0, 163194.0], [387986.0, 60919.0, 314241.0], [387986.0, 60919.0, 163194.0]],
"transform": {
"scale": [0.001, 0.001, 0.001],
"translate": [121578.775, 486020.60199999996, -4.7540000000000004]
}
}
Metadata
Metadata
Assignees
Labels
No labels