go-spatial / tegola

Tegola is a Mapbox Vector Tile server written in Go
http://tegola.io/
MIT License
1.29k stars 196 forks source link

Merge mvt_providers and providers into one section. #700

Closed gdey closed 4 years ago

gdey commented 4 years ago

Merge mvt_providers and providers sections of the config.

We will now use the type param to figure out the mvt_providers and providers.

fixes #688

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build df3d1859a-PR-700


Changes Missing Coverage Covered Lines Changed/Added Lines %
cmd/tegola/cmd/root.go 0 1 0.0%
config/config.go 38 39 97.44%
atlas/map.go 0 4 0.0%
cmd/internal/register/maps.go 7 11 63.64%
provider/errors.go 0 11 0.0%
config/errors.go 4 21 19.05%
provider/provider.go 48 80 60.0%
<!-- Total: 106 176 60.23% -->
Totals Coverage Status
Change from base Build 2f83b2257: 0.4%
Covered Lines: 5382
Relevant Lines: 11801

💛 - Coveralls
ARolek commented 4 years ago

I finally had some time to test this out and it's working great. Please rebase onto v0.12.x prior to merging.

ARolek commented 4 years ago

Looks good! Just clean up the commits and then let's get this into v0.12.x!