tegola icon indicating copy to clipboard operation
tegola copied to clipboard

Tegola is a Mapbox Vector Tile server written in Go

Results 143 tegola issues
Sort by recently updated
recently updated
newest added

I would love to see Tegola support MongoDB. It's a very popular database for NoSQL and also has pretty good support for geospatial operations. Just wanted to throw this out...

Currently our webserver config takes in a `port` which is actually an "address" (i.e. "0.0.0.0:8080" or ":8080"). Our PostGIS provider takes in the `port` as an integer. In an effort...

good first issue

For a given layer it would be valuable to derive the spatial extent (minimum bounding rectangle) of all features of the layer. Context is to report the spatial extent for...

feature

Currently our map capabilities endpoint does not return a value for the "fields" key for `vector_layers`. At the time of writing this, the values to be included in the `vectory_layers`...

feature

Hello, I have an issue with my Tegola server that works well with my node layers (city/town), but have issues with my highways layer. Here the error : `2023-03-17 11:21:45...

Hi, I'm using Tegola v0.16.0 (and tested with v0.15.x) I want to enable metrics for Prometheus following documentation (https://pkg.go.dev/github.com/go-spatial/tegola/observability/prometheus#section-readme) ``` [observer] type = "prometheus" ``` When I start tegola it...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.5 to 4.5.3. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix: fs.deny with globs...

dependencies
javascript

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies
javascript

as discussed in #995 docker build should only run if `secrets.DOCKERHUB_USERNAME` and `secrets.DOCKERHUB_TOKEN` are present.

My tegola instance is behind a haproxy that handles my ssl termination/offloading. To meet the requirement that there is no mixed mode (http/https) in the front end, I need to...