Matt Riggott
Matt Riggott
As I understand it, I don't think HTTPS support is something that T-rex itself will handle. My suggestion (purely as a happy user of T-rex, I'm not otherwise involved in...
Would [PostgreSQL's window functions](https://www.postgresql.org/docs/9.6/functions-window.html) help you out here? If you already have an ordered set of edges and their geometries, you can get the angle between the current and previous...
I have a 3D terrain map in development that I've used to test @prozessor13's proposed solution (352bc03e) and as far as I can see it fixes the problem. With a...
@HarelM [Done!](https://github.com/maplibre/maplibre-gl-js/pull/1316) (The unit test, at least).
I think that this is fixed now that v2.2.0-pre.3 has been released. The terrain map I mentioned earlier in the thread is running on that version and I no longer...
It looks like that's a link to localhost — it doesn't resolve for me. Is there a public link you can share?
I saw the same error this evening while trying out Cloudflare Pages. I used Zola v0.15.2 by setting the `ZOLA_VERSION=0.15.2` environment variable. Here's the full build log. ``` 21:23:19.222 Initializing...
From the thread: > This is a known issue with the 0.14.x builds of Zola. 0.13.x builds should work fine. I should re-poke the team about this issue Not sure...
What do you think about supporting [GeoPackage](https://www.geopackage.org/) as an input format too? It's essentially a standardised SQLite database format — a bit like MBTiles — and it's supposed to be...
Hi Luis, if you can link your commit (https://github.com/LuisBL/htmltab/commit/b5979d2e0a1d4e0868ba7679d4c5768fff3441ea) to a new PR on this repo, I can review your change and merge it in