Mike

Results 5 comments of Mike

> @esnible This is unfortunately one of the edge cases I didn't find, it seems. The hope was to use common, well-supported general types instead of these rather opaque types...

I am working on merging this PR with ahuerte47 pull/64. I just got the two diffed & compiled. I need to test and I can issue (yet another) PR. Is...

@markerikson it doesn't look like you write the layer Metadata to the mbtiles db, although you have the sql statements for it. Is that correct?

I have an initial merge of these 2 baselines in my repo here https://github.com/a4chet/cesium-terrain-builder. The layer.json for mbTiles is writing verbatim to the metadata table as a clob. I will...

> @a4chet Your branch does not compile on Linux (e.g. your code: `#include "MBTilesDb.hpp"` vs correct `#include "MbTilesDb.hpp"`) Fixed & pushed.