maps

package
v0.0.23 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMapLayerHandler

func NewMapLayerHandler(store TileStore) http.Handler

NewMapLayerHandler proxies plugin map layer tiles/images, using local store over upstream.

func TileBlobID

func TileBlobID(entity string, z, x, y int) string

TileBlobID returns the artifact ID for a bundled XYZ tile.

Types

type TileStore

type TileStore interface {
	Get(ctx context.Context, id string) (io.ReadCloser, error)
}

TileStore reads bundled XYZ tiles by blob ID.

Jump to

Keyboard shortcuts

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