Releases: go-spatial/tegola
Releases · go-spatial/tegola
v0.12.1
v0.12.0
Features
- proj: implemented the go-spatial/proj package (@meilinger)
- mvt_providers: brought in mvt_postgis enabling support for ST_AsMVT from postgis. (#556 @gdey)
- viewer: the maps layer list can now be hidden (@mapl)
Bug Fixes
- cache seeding: handle map zooms with no layers (#698 @ARolek)
- provider/postgis: fix dropped errors (@alrs)
- server: fix dropped test error (@alrs)
- providers/postgis: When ignoring UnknownGeometryType log the issue (@gdey).
Maintenance
- mvt: Split out Transformation, Simplification, and Clipping from encodeGeometry (#224 @ARolek).
- mvt: remove local mvt package and vendor from geom (@ear7h)
- basic: remove tegola.Geometry type from basic.ToWebMercator (#622 @ear7h)
- basic: normalized table tests to style of table tests (@gdey)
Breaking Changes
None!
v0.11.2
v0.11.1
v0.11.0
v0.10.4
v0.10.3
v0.10.2
v0.10.1
v0.10.0
Features
- cache/redis: add configurable key expiration time. #600 (@tierpod)
- server: configurable webserver URI Prefix #136 (@ARolek)
Bug Fixes
- server: Content-Length for non-gzipped responses (@thomersch)
- cmd: tegola command fails when running version subcommand without a config. #626 (@ear7h)
Maintenance
- Upgraded internal viewer Mapbox GL JS to 1.0.0 (@ARolek)
- Skip S3 tests on external pull requests (@gdey)
Breaking Changes
- If a
webserver.hostname
is set in the config the port is no longer added to the hostname. When setting thehostname
it's now assumed the user wants full control ofhostname:port
combo.