Vladi Bilonenko

Results 49 comments of Vladi Bilonenko

Looks a lot like a bug, should appear under the pointer

Hey @AdeelK93 currently it's not possible, you need to Postgres; it is used to store query metadata and map configs so you can return to them later; If you could...

Heads up: we are considering introduce alternative (fully managed) db option for Dekart which hopefully will make deployment to GCP much cheaper. Stay tuned.

Hey so this is a working proposal to use Firebase to store Reports Metadata * User Firestore Instead of Postgres * Stream Query Status using Firestore Real Time Updates instead...

Hey @ffhorta could you please share query example or link to dekart [bigquery gis playground](https://dekart.xyz/docs/about/playground/) so we can reproduce? with Dekart I've already forked and fixed Kepler; I can check...

I guess it's not complete solution, but currently you can [configure IAP authentification](https://dekart.xyz/docs/configuration/environment-variables/#user-management-with-google-iap) `DEKART_REQUIRE_IAP=1`; with this setting: * user have write and list access only to their own reports *...

Hi, we were working on a C++ [tool/lib](https://github.com/heremaps/tin-terrain) for conversion raster (GeoTIFF) heightmaps into [TIN](https://en.wikipedia.org/wiki/Triangulated_irregular_network)s (basically optimized mesh). Since we already generating a mesh we added a tiling and quantized-mesh...

Hi! We recently published C++ command line tool https://github.com/heremaps/tin-terrain which implements the whole flow: raster (tif) -> mesh (obj) -> quantized-mesh tile-set + Cesium.js [example](https://github.com/heremaps/quantized-mesh-viewer) it implements Garland´s terra algorithm...

@thiloSchlemmer we do buffer when mesh a tile and then cut a mesh; in most cases it works well; @cleeus and @ylian-here can tell more;

@Pessimistress hey thank you for reply As I said I use app build on top of deck.gl on daily basis, performance in Safari was great. Somewhere mid summer after time...