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've been running a simple caching process using version 10.4 and PostgreSQL 11.X with PostGIS 2.5 for a couple of years with no issues. I used the postgis provider I...

This is more a wishlist request than a real issue, but when a tile fails to load due to an SQL error, etc. in one of the layers, it would...

I would like geopakcage [GEOMETRY](https://www.geopackage.org/spec/#geometry_types) type to not result in a startup error , but instead to be handled as an _unknown type_. The layer type is used for rendering...

Prior to this, setting min_zoom=0 and max_zoom=0 would result in the layer being present across the entire zoom range. Should fix #870

as per #870, setting max_zoom to 0 currently causes the layer to bleed through over the entire zoom range. Either we fix filtering as per #871 or make sure max_zoom...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies
javascript

With my custom layer setup, I've noticed that some tiles at higher zoom levels contain shapes from my base zoom level 0 table. This leads to some unexpected results, like...

Hi, i have this layer configured: ``` [[providers.layers]] name = "admin_lines_level_8" geometry_fieldname = "geometry" id_fieldname = "osm_id" sql = "SELECT ST_AsBinary(geometry) AS geometry, osm_id, admin_level, name, type FROM osm_admin_areas WHERE...

This PR is a successor of https://github.com/go-spatial/tegola/pull/795. The main differences/features are: * Avoid SQL injection vulnerability (more on the approach bellow) * Allow using several types of parameters, not only...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies
javascript