Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TileRequest ¶
type TileRequest struct {
// contains filtered or unexported fields
}
type TileWorker ¶
type TileWorker struct { Input chan *TileRequest Exit chan struct{} Output chan *Tile }
func GetTileWorkers ¶
func GetTileWorkers() *TileWorker
func (*TileWorker) DownloadMosaic ¶
func (t *TileWorker) DownloadMosaic(metadata *proxy.Metadata)
func (*TileWorker) GetTileWorker ¶
func (t *TileWorker) GetTileWorker()
Click to show internal directories.
Click to hide internal directories.