github go-spatial/tegola v0.8.0

latest releases: v0.20.0, v0.19.0, v0.18.0...
5 years ago

Features

  • provider/gpkg: use aliases and quotes in query for all column names (#486 @olt)
  • provider/gpkg: improve column name extraction (#486 @olt)
  • provider/postgis: added support for !pixel_width!, !pixel_height! and !scale_denominator! SQL tokens (#477 @olt)
  • provider/postgis: Support for sub-queries as "tablename" (#467 @olt)
  • provider/postgis: Set default_transaction_read_only when connecting to PostgreSQL (#369)
  • cache/s3: added default mime-type of application/vnd.mapbox-vector-tile and made it configurable (#459 @stvno)
  • mvt: don't require IDs for mvt features. (#337, #338 @ARolek)
  • server: gzip encoding of tiles (#438 @ARolek)
  • server: set proper MIME type for vector tiles (#511 @ARolek)
  • server: configurable response headers (#519 @tierpod, @ARolek)
  • server: Improve display of tile rendering times (#484 @ARolek)
  • docker: Add CA certificates to Docker container. Refactored container and pipeline (#385 @gdey, @stvno, @ARolek)

Bug Fixes

  • provider/gpkg: fixed index query for geomFieldname != geom (#486 @olt)
  • provider/postgis: fixed error not thrown if the database user does not have permissions to access table (#538 @ARolek)

Breaking Changes

  • IMPORTANT: if you have a current tile cache in place, you will need to purge it entirely as tegola now expects the cache to persist gzipped tiles.
  • cors_allowed_origin is no longer supported under the webserver config section. The same functionality can be implemented using the [webserver.headers] config which allows for configuring almost any response header. Use Access-Control-Allow-Origin = "yourdomain.com" in the config moving forward.
  • Docker container now uses the ENTRYPOINT command. Users of the Docker container will need to update the commands they're passing to the container.

Don't miss a new tegola release

NewReleases is sending notifications on new releases.