Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cjio returns broken glb when converting an "empty" cityjson #157

Open
pcace opened this issue Jan 13, 2023 · 0 comments
Open

cjio returns broken glb when converting an "empty" cityjson #157

pcace opened this issue Jan 13, 2023 · 0 comments

Comments

@pcace
Copy link

pcace commented Jan 13, 2023

trying to convert an empty cityJson file to glb results in a not correct (completely empty) glb file.
i'd expect the result still to be a valid glb file

this is an example cityjson:
{"type":"CityJSON","version": "1.1","transform": {"scale": [1.0, 1.0, 1.0],"translate": [0.0, 0.0, 0.0]},"CityObjects": {},"vertices": []}

this would be the used command: cjio tmp/emptyCity.json export glb tmp/broken.glb

if i miss something please let me know!

Thanks a lot!

@pcace pcace changed the title cjio returns non specification conform glb when converting an "empty" cityjson cjio returns broken glb when converting an "empty" cityjson Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant