-
Notifications
You must be signed in to change notification settings - Fork 345
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
Quantized-mesh output support #63
Conversation
Provides two new features: - New quantized-mesh format ouput - New metadata file output
It simplifies the code to write new output formats as MBTiles... Defines an set abstract clases anyone can override to implement its own logic when serializing.
@ahuarte47 following on from the comment in #55 this builds fine now - I still have to comment out the lines in GDALTiler.cpp containing GDALCreateOverviewDataset as this seems to be missing from my GDAL lib - from previous comments I'm hoping this won't affect mesh generation. Thanks so much for the speedy response - hopefully it can get merged upstream soon. |
@bjpirt : the workaround is to manually drop a copy of |
@markerikson thanks, I'll give that a shot |
Thanks @bjpirt, I would like reopening the original PR, I did a disaster with git :-( |
e947dc9
to
a389a02
Compare
Integer overflow problem is solved? Workaround is not needed? |
Yes, I think so, but I have only tested it with my own data |
|
Master version doesn't include any fix about this, this pull (#64) contains a fix, but it has not been merged yet. |
Build of #63 fails with:
Build of #64 look ok, but with warnings:
|
Sorry, #64 is the correct one. It is the open pull that contains the last code. |
Thanks for the awesome PR. @ahuarte47 |
Oops. It seems to be the problem of my data source. I re-tile it and now it works. Thanks |
Provides some new features:
Details:
https://www.linkedin.com/pulse/fast-cesium-terrain-rendering-new-quantized-mesh-output-alvaro-huarte/