Skip to content

Releases: go-spatial/tegola

v0.3.2

13 Mar 21:13

Choose a tag to compare

changed MVT version from 2.1 to 1 per issue #102

v0.3.1

22 Jan 22:33

Choose a tag to compare

  • enhanced the /capabilities endpoint with bounds, center,tiles and capabilities values.
  • added /capabilities/:map_name endpoint which returns TileJSON about a map.
  • added configuration values for map -> center and map -> bounds. These values will be included in the /capabilities and /capabilities/:map_name responses.
  • fixed bug where the HTTP port was not being read correctly from the config file.
  • added http(s) prefix to tile URLs returned the /capabilities endpoints

v0.3.0

11 Sep 23:48

Choose a tag to compare

  • Support for fetching individual layers from a map (i.e. /maps/:map_name/:layer_name/:z/:x/:y)
  • Added a /capabilities endpoint with information about the tegola version, maps and map layers.
  • Fixed an issue where the TOML config parser was not reporting config syntax errors.

v0.2.0

16 Aug 22:51

Choose a tag to compare

  • Fixed issue with PostGIS driver not handling nil tag values
  • Fixed issue building PostGIS queries when tablename is used instead of sql in config file.
  • Fixed issue when table field names could be Postgres keywords.
  • Added concurrent layer fetching from data providers
  • Added remote config loading over http(s)

v0.1.0

29 Jul 16:27

Choose a tag to compare

v0.1.0