go-spatial / tegola

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

Should there be a new test case here that checks for `config.ErrMVTDifferentProviders` and `config.ErrMixedProviders`? #695

Open gdey opened 4 years ago

gdey commented 4 years ago

Should there be a new test case here that checks for config.ErrMVTDifferentProviders and config.ErrMixedProviders? From: https://github.com/go-spatial/tegola/blob/303488246a833a65a77e5fa0d0ee8029a187f0b3/cmd/internal/register/maps.go#L108

https://github.com/go-spatial/tegola/blob/303488246a833a65a77e5fa0d0ee8029a187f0b3/cmd/internal/register/maps.go#L120

Originally posted by @ear7h in https://github.com/go-spatial/tegola/pull/687