package
0.21.2
Repository: https://github.com/go-spatial/tegola.git
Documentation: pkg.go.dev

# Functions

Load will load and parse the config file from the given location.
LoadAndValidate will load the config from the given filename and validate it if it was able to load the file.
Parse will parse the Tegola config file provided by the io.Reader.
ValidateAndRegisterParams ensures configured params don't conflict with existing query tokens or have overlapping names.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ReservedTokens for query injection.

# Structs

Config represents a tegola config file.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ErrMissingEnvVar represents an environmental variable the system was unable to find in the environment.
ErrMixedProviders represents the user configuration issue of using an MVT provider with another provider.
ErrMVTDifferentProviders represents when there are two different MVT providers in a map definition.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ErrProviderNameDuplicate is returned when the name of a provider is duplicated in the provider list.
ErrProviderNameRequired is returned when the name of a provider is missing from the provider list.
ErrProviderTypeRequired is returned when the type of a provider is missing from the provider list.
ErrUnknownProviderType is returned when the config contains a provider type that has not been registered.
Webserver represents the config options for the webserver part of Tegola.

# Type aliases

No description provided by the author