Releases: go-spatial/tegola
Releases · go-spatial/tegola
v0.3.2
v0.3.1
- enhanced the
/capabilitiesendpoint withbounds,center,tilesandcapabilitiesvalues. - added
/capabilities/:map_nameendpoint which returns TileJSON about a map. - added configuration values for
map-> center andmap-> bounds. These values will be included in the/capabilitiesand/capabilities/:map_nameresponses. - fixed bug where the HTTP port was not being read correctly from the config file.
- added http(s) prefix to tile URLs returned the
/capabilitiesendpoints
v0.3.0
- Support for fetching individual layers from a map (i.e. /maps/:map_name/:layer_name/:z/:x/:y)
- Added a
/capabilitiesendpoint 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
- Fixed issue with PostGIS driver not handling nil tag values
- Fixed issue building PostGIS queries when
tablenameis used instead ofsqlin 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)