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

Citygml 3.0 spaces are not supported #89

Open
mlavik1 opened this issue Mar 19, 2024 · 0 comments
Open

Citygml 3.0 spaces are not supported #89

mlavik1 opened this issue Mar 19, 2024 · 0 comments

Comments

@mlavik1
Copy link
Contributor

mlavik1 commented Mar 19, 2024

Models containing "spaces" (from CityGML 3.0) will fail to import. Examples being gen:GenericOccupiedSpace.

See OGC docs: https://docs.ogc.org/guides/20-066.html#ug-coremodel-section

Here's a sample model (converted form CityJSON):
cube.city.zip

I'll start working on support for this and send you a PR, if you don't mind :)
From what I can see it should be pretty simple to do. Just a matter of adding some new node types, and extend the if-checks in cityobjectelementparser.cpp.
Update: Ok, so probably a bit more than that, when including the new additions to "transport", that depend on this..

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