package
0.0.0-20200826225843-05a1c048ef13
Repository: https://github.com/go-spatial/tegola-postgis.git
Documentation: pkg.go.dev

# Packages

The debug provider returns features that are helpful for debugging a tile including a box for the tile edges and a point in the middle of the tile with z,x,y values encoded.
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
ConvertFeatureID attempts to convert an interface value to an uint64.
Drivers returns a list of registered drivers.
Exists returns if the provider has been registered already.
For function returns a configured provider of the given type, provided the correct config map.
No description provided by the author
Register the provider with the system.

# Variables

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

# Structs

ErrProviderAlreadyExists is returned when the Provided being registered already exists in the registration system.
No description provided by the author
ErrUnknownProvider is returned when no providers are registered or a requested provider is not registered.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
Tile is an interface used by Tiler, it is an unnecessary abstraction and is due to be removed.
No description provided by the author

# Type aliases

CleanupFunc is called to when the system is shuting down, this allows the provider to cleanup.
InitFunc initialize a provider given a config map.