h3j-h3t
h3j-h3t copied to clipboard
Light H3 data formats for client side geometry generation and rendering using MapLibreGL
Is the word boolean inside the json example in the readme is mistakenly three, right?
Guessing the tile backend is no longer running: 404 from https://cryptic-temple-41553.herokuapp.com/14/8023/6177.h3t
Other libraries plotting h3 cells, such as [deck.gl](https://deck.gl/docs/api-reference/geo-layers/h3-hexagon-layer) use a simple array format in JSON, e.g. https://raw.githubusercontent.com/visgl/deck.gl-data/master/website/sf.h3cells.json This format is also easy to generate from database tools like duckdb, which...
Hexes that touch the anti-merdian are currently always distorted -- getting stretched across the globe instead. At least I think that's the cause of the issue, see the distorted hexes...
First, I want to say this is a fantastic little plugin. I just used it for a data visualization project and really like it! However, it's a bit tough to...
I don't know how better to write to the developers than opening an issue, but I wanted to say thanks for sharing this. I put together a tile based H3...