Skip to content

Tags: olt/tegola

Tags

v0.6.3

Toggle v0.6.3's commit message
- Cleaned out the vendor directory and moved some

 small external packages into the internal package.

- Added the following build flags:
  - `noS3Cache` - turn off the AWS S3 cache back end
  - `noRedisCache` - turn off the Redis cache back end
  - `noPostgisProvider` - turn off the PostGIS data provider
  - `noGpkgProvider` - turn off the GeoPackage data provider
  - `noViewer` - turn off the built in viewer

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-spatial#368 from go-spatial/v0.6.2

V0.6.2

A minor release for the upcoming demo.

v0.6.1

Toggle v0.6.1's commit message
GOOS GOARCH was not being exported to

v0.6.0

Toggle v0.6.0's commit message
labeled cgo version instead of nocgo. go-spatial#330

v0.5.0

Toggle v0.5.0's commit message
cache seeding with support for s3 and filesystem caches

v0.4.2

Toggle v0.4.2's commit message
Performance affected by unused log statements

v0.4.1

Toggle v0.4.1's commit message
- Fixed: regression in providers/postgis. EXECUTE_SQL environment deb…

…ug was dropped.

- Fixed: Filecache: concurrent map read and map write on Set() (go-spatial#188)
- Fixed: Filecache: invalid fileKey on cache init (Windows) (go-spatial#178)
- Fixed: Clean up context canceled log (go-spatial#170)

v0.4.0-rc2

Toggle v0.4.0-rc2's commit message
fixed WGS84 translation bug

v0.4.0-rc1

Toggle v0.4.0-rc1's commit message
clipping and make valid. go-spatial#56