tegola
tegola copied to clipboard
Tegola is a Mapbox Vector Tile server written in Go
Currently tegola's PostGIS driver ignores geometries that have a 3rd dimension. A better solution would be to support decoding PosGIS's EWKB format and drop the 3rd dimension. This issue is...
Hello! I deserialized a few MVT files created by Tegola and found strange data inside. For example, there are layers in which there are no features, but there are keys...
Thank you so much for such a great project. Fast dynamic maps of large geographic areas is rendered,but the speed is pretty slow too. I want to know is there...
Hello! In my company we are currently exposing Tegola (actually [tegola-postgis](https://github.com/go-spatial/tegola-postgis)) through our own service. We need the users to be able to access only the data they own. We...
Since upgrading from 0.10.4 to 0.11.1 I am not getting tons of messages in the console that look like this. I initially thought I had some really large linestrings but...
Should there be a new test case here that checks for `config.ErrMVTDifferentProviders` and `config.ErrMixedProviders`? From: https://github.com/go-spatial/tegola/blob/303488246a833a65a77e5fa0d0ee8029a187f0b3/cmd/internal/register/maps.go#L108 https://github.com/go-spatial/tegola/blob/303488246a833a65a77e5fa0d0ee8029a187f0b3/cmd/internal/register/maps.go#L120 _Originally posted by @ear7h in https://github.com/go-spatial/tegola/pull/687_
c.f. #87 for more restricted case I have a specification for a vector tile schema which calls for - zoom 0 to 4, natural earth water_areas - zoom 5 to...
I'm looking into deploying Tegola via the Docker image and I have a few questions. Apologies if I've missed some docs where these are answered. 1. Does Tegola itself evict...
I am doing a Kubernetes deployment of tegola and in this context would like to add structured json logging instead of the current line-oriented logging so that our logging infastructure...
Currently, Tegola is using Mapbox GL JS Lib v1.8.1 for in the internal viewer release in Feb 2020 To align with Mapbox release cycle, Tegola should regularly evaluate and eventually...