Thomas Halwax

Results 39 issues of Thomas Halwax

**Describe the bug** I'm trying to enable matrix auth for jitsi and it fails with the following error: ``` TASK [galaxy/jitsi : Checkout Prosody Auth Matrix User Verification Plugin Repo]...

OpenVTPK has been tested on VTPK files provided by [Austria's open data portal](https://www.data.gv.at). In order to become more robust I encourage everyone to provide VTPK files from other sources. Thank...

help wanted

In order to make ```openvtpk``` available for even more use-cases we should provide a docker image and publish it on the [Docker hub](https://hub.docker.com)

VTPK packages contain resource data to style the vector tile layers. OpenVTPK should provide an optional flag in order to extract these resources (like sprites, fonts and styles).

enhancement

[rasterio](https://github.com/rasterio/rasterio/releases) has been updated to a new version, so we should update all tools to their current version.

A huge amount of tiles do not contain any data. In order to speed up the process of tile creation and to save lots of space we should skip all...

Since MapBox also provides tiles with a size of 512x512 pixels we should also show how to create those. > By default, 256x256 tiles are returned. You can use @2x...

This project is truly limited to the basemap.at vector tiles since you embed all(?) layer names into ```OutputMbtiles.cs```. To make ```vtpk2mbtiles``` beneficial for others you need to read the layer...

I've created a very similar tutorial [terrain-rgb](https://github.com/syncpoint/terrain-rgb) but still have issues with no-data regions. We both set the value of ```rgb(0,0,0)``` to ```-10000``` and I expected rio to omit all...

When measuring distances we add labels in the middle of each segment and on the end of the line string. For a single-segment line string we should avoid placing a...

enhancement