cmd

package
v0.10.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2020 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// set at build time via the CI
	Version = "version not set"

	// require cache
	RequireCache bool
)
View Source
var RootCmd = &cobra.Command{
	Use:   "tegola",
	Short: "tegola is a vector tile server",
	Long: fmt.Sprintf(`tegola is a vector tile server
Version: %v`, Version),
	PersistentPreRunE: rootCmdValidatePersistent,
}

Functions

This section is empty.

Types

type ErrTileNameFormat added in v0.7.0

type ErrTileNameFormat string

The variable should

func (ErrTileNameFormat) Error added in v0.7.0

func (e ErrTileNameFormat) Error() string

type Format added in v0.7.0

type Format struct {
	X, Y, Z uint
	Sep     string
}

func NewFormat added in v0.7.0

func NewFormat(format string) (Format, error)

func (Format) Parse added in v0.7.0

func (f Format) Parse(val string) (z, x, y uint, err error)

func (Format) String added in v0.7.0

func (f Format) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL