Skip to content

Releases: go-spatial/tegola

v.0.21.1

06 Jan 03:32
Compare
Choose a tag to compare

Bugs

  • Enhance server hostName handling by @ARolek in #1023
  • ui: Fix inspector CSS. Fix custom map control by @ARolek in #1026
  • When generating the seed list, we need the grid for the bounds by @gdey in #1024

Full Changelog: v0.21.0...v0.21.1

v0.21.0

19 Dec 15:57
Compare
Choose a tag to compare

v0.20.0

08 Apr 00:57
Compare
Choose a tag to compare

v0.19.0

14 Sep 18:03
Compare
Choose a tag to compare

v0.18.0

18 Aug 20:20
Compare
Choose a tag to compare

Features

Bugs

v0.17.0

v0.16.0

01 Dec 18:22
Compare
Choose a tag to compare

Features

  • Added option to use Zap logging to get JSON based logs (@iwpnd)

Enhancements

  • Add ttools helper for easier local testing. (@iwpnd)
  • (UI) Upgraded eventsource from 1.1.0 to 1.1.1 (dependbot)
  • (UI) Upgraded shell-quote from 1.7.2 to 1.7.3 (dependbot)
  • (UI) Upgraded terser from 4.8.0 to 4.8.1 (dependbot)
  • Fix for #870 filter by zoom level for min/max zoom 0 (@iwpnd)
  • setting max_zoom to 0 will set it to 1 (@iwpnd)
  • seeding command now as a --log-threshold value to control logging of tiles that take longer than the given time. (@dwoznicki)
  • handle gpkg GEOMETRY as an unknown geometry and not break the capabilities if a layer contains such a geometry. (@roelarents)
  • test: use T.Setenv to set env vars in tests (@Juneezee)

Documentation

  • Updated README to focus on mvt_postgis provider instead of postgis

Bugs

v0.15.2

02 Jun 20:06
Compare
Choose a tag to compare

v.0.15.1 release was bad.

Bug Fixes

  • CI was not building the UI (#855).
    • Clean up CI scripts to remove duplication, and simplified some of the tasks.

Features

  • Improved output of tegola version to include more detail, as well as the version of the Viewer if built.

v0.15.1

01 Jun 20:33
Compare
Choose a tag to compare

Bug Fixes

  • CI was not building the UI (#855).
    • Clean up CI scripts to remove duplication, and simplified some of the tasks.

v0.15.0

18 May 18:06
Compare
Choose a tag to compare

Features

Enhancements

  • ci: publish edge image on push or pr to default_branch_ref (@iwpnd)
  • chore: switch to internal/log (@iwpnd #837)
  • chore: remove logAndError (@iwpnd #839)
  • chore: add docker-compose local dev env (@iwpnd #840)
  • removed go-bindata for embedding the internal viewer in favor of the native go embed (@ARolek #843)
  • fix: replace environment variables in webserver headers (@iwpnd #597, #844)

Documentation

  • Update S3 cache properties documentation around force_path_style (@flowrean #835)