Skip to content

Releases: go-spatial/tegola

v0.12.1

05 Sep 03:06
Compare
Choose a tag to compare

Bug Fixes

  • fixed the internal viewer not using the most recent version (@ARolek)

v0.12.0

26 Aug 22:58
Compare
Choose a tag to compare

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

11 May 20:52
Compare
Choose a tag to compare

Bug fixes

  • cleaned up chatty context.Canceled logs (#683)

Maintenance

  • vendored tooling (go-bindata, coveralls)
  • Github Actions only runs Go 1.14 on PRs now.

v0.11.1

08 May 04:25
Compare
Choose a tag to compare

This release fixes the broken v0.11.0 release which has geometry rendering complications. The repository got into this state as the core geometry processing package was slated for v0.11.0, but is postponed and thus a git commit juggle had to occur.

v0.11.0

05 May 19:23
Compare
Choose a tag to compare

Features

  • Added SSL Support (#82 @ear7h)
  • lambda: global state for database connection caching (#609 @ARolek)

Bug Fixes

  • server: return tiles that lie on a Map's boundary (#633 @ear7h)
  • postgis: use id table field as a tile tag (#383 @ear7h)

Maintenance

  • atlas: remove usage of tegola.Tile (#636 @ear7h)
  • atlas: use geom package simplify function (@ear7h)

v0.10.4

26 Mar 20:24
Compare
Choose a tag to compare

Features:

  • Added map switching to the internal viewer (#159, @ARolek)

Maintenance

  • Migrated CI to Github Actions (@ARolek)

v0.10.3

04 Mar 00:43
Compare
Choose a tag to compare

Features

  • lambda: global state for database connection caching (#609 @ARolek)

v0.10.2

06 Sep 03:48
Compare
Choose a tag to compare

0.10.2 (2019-08-30)

Features

  • added tegola_lambda_cgo to the build pipeline. Geopackage can now be used with tegola_lambda (@ARolek)

v0.10.1

04 Sep 00:21
Compare
Choose a tag to compare

Bug Fixes

  • server: fixed cache middleware removing incorrect path prefix when a uri_prefix was set. (@ARolek)
  • server: fixed internal viewer URIs when a uri_prefix was set. (@ARolek)
  • server: fixed internal viewer file paths when a uri_prefix was set. (@ARolek #361)

v0.10.0

30 Aug 21:34
Compare
Choose a tag to compare

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 the hostname it's now assumed the user wants full control of hostname:port combo.