cmd

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 20 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// RequireCache in this instance
	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`, build.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