Tcl Library Source Code

Documentation
Login


[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]

NAME

map::slippy::cache - Management of a tile cache in the local filesystem

Table Of Contents

SYNOPSIS

package require Tcl 8.6 9
package require Tk 8.6
package require map::slippy
package require map::slippy::cache ?0.5?

::map::slippy::cache cacheName cachedir provider
cacheName valid tile ?msgvar?
cacheName exists tile
cacheName get tile donecmd

DESCRIPTION

This package provides a class for managing a cache of tiles for slippy-based maps in the local filesystem.

BEWARE, Attention Version 0.5 is NOT backward compatible with version 0.3 and earlier. This is due to switching this package's internals to the use of version 0.8 of map::slippy.

API

Methods

References

  1. http://wiki.openstreetmap.org/wiki/Main_Page

KEYWORDS

cache, filesystem, location, map, slippy, tile, zoom