Releases: go-spatial/tegola
Releases · go-spatial/tegola
v0.5.0
- Added: Command line
cache seed
andcache purge
commands (#64) - Added: Support for local filesystem as a cache backend (#64)
- Added: Support for Amazon S3 as a cache backend (#64)
- Added: More robust command line interface (#64)
- Added: No-Cache headers to
/capabilities
,/capabilities/:map_name
and/maps/:map_name/style.json
endpoints. (#176) - Fixed: Possible Panic if a feature without an ID is added before a feature with an ID; when constructing Layers (#195)
Breaking changes:
- To use tegola as a web server, use the command
tegola serve --config=/path/to/config.toml
v0.4.2
v0.4.1
v0.4.0
v0.4.0-rc2
v0.4.0-rc1
- Fixed: Capabilities endpoints not returning zoom range for all layers with the same name (#153)
- Fixed: Default config.toml not found in (#157)
- Fixed: Config validation fails when layers are overlapping but in different map configs (#158)
- Fixed: PostGIS: hstore tags should not override column tags (#154)
- Added: Filesystem cache (#96)
- Added: Clipping & Make Valid (whew!) (#56)
v0.4.0-beta
- Fixed: Panic when PostGIS tries to query a layer that does not exist (#78)
- Fixed: Viewer not indicating colors correctly for polygons (#146)
- Fixed: stacked scrollbars showing in the embedded viewer (#148)
- Fixed: Invalid tilejson scheme (#149)
- Added: Support for X-Forwarded-Proto (#135, @mojodna)
- Added: Support for user defined layer names (#94)
- Updated: MVTProvider interface to return LayerInfo (#131)
v0.4.0-alpha
- hstore support for PostGIS driver. (#71)
- experimental clipping support. (#56). To enable set the environment variable
TEGOLA_CLIPPING=mvt
- !ZOOM! token support for PostGIS SQL statements. (#88)
- Support for debug=true query string param in /capabilities endpoints. (#99)
- Config validation for layer name collision. (#81)
- Added "center" property to map config (#84)
- Added "bounds" property to map config
- Added "attribution" property to map config
- Support numeric (decimal) types (#113)
- Configurable Webserver->HostName with fallbacks (#118)
- AddFeatures performance improvements (#121)
v0.3.2
v0.3.1
- enhanced the
/capabilities
endpoint withbounds
,center
,tiles
andcapabilities
values. - added
/capabilities/:map_name
endpoint which returns TileJSON about a map. - added configuration values for
map
-> center andmap
-> 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