tegola
tegola copied to clipboard
Tegola is a Mapbox Vector Tile server written in Go
I have this minimal config: ``` tile_buffer = 64 [webserver] port = ":9090" [[providers]] name = "sample_gpkg" type = "gpkg" filepath = "bp.gpgk" srid = 4326 [[providers.layers]] name = "landuse1"...
@fjrsaracho surfaced an issue reported by the code scanning tool Trivy. This issue is about implementing Trivy to do a scan weekly so we can stay on top of vulns...
In looking at [func scheme()](https://github.com/go-spatial/tegola/blob/c5bb0769cfafc8d1633591397e33f02fab7b16ad/cmd/tegola_lambda/main.go#L147) I see we do some auto detection for X-forward-for, This header is considered non-standard though its use is fairly ubiquitous. X-Forward-For has been superseded by...