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

recalculate feature envelope while exporting CityGML with LoD-Filter #104

Closed
yaozhihang opened this issue Oct 8, 2019 · 1 comment
Closed
Labels

Comments

@yaozhihang
Copy link
Member

yaozhihang commented Oct 8, 2019

While running a CityGML-Export, the envelope information of each feature are currently read from the ENVELOPE column of the CITYOBJECT table and dann propagated to the Cityobject's boundedBy property. This may result in an inconsistency problem when the LoD-filter is activated.

For example, a CityGML-Building dataset could have LOD0 and LOD2 representations in the database at the same time. When exporting Buildings with only LOD0 representation, the envelope of each exported CityGML feature should not be retrived from the CITYOBJECT table directly, but shall be recalculated based on the LOD0 geometries of the respective building object.

@clausnagel
Copy link
Member

Implemented with #239

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants