| map::slippy::fetcher(3tcl) | Mapping utilities | map::slippy::fetcher(3tcl) |
map::slippy::fetcher - Accessing a server providing tiles for slippy-based maps
package require Tcl 8.6 9
package require Tk 8.6
package require map::slippy
package require map::slippy::fetcher ?0.7?
::map::slippy::fetcher fetcherName levels url
fetcherName levels
fetcherName tileheight
fetcherName tilewidth
fetcherName get tile donecmd
This package provides a class for accessing http servers providing tiles for slippy-based maps.
BEWARE, Attention Version 0.7 is NOT backward compatible with version 0.5 and earlier. This is due to switching this package's internals to the use of version 0.8 of map::slippy.
The result of the command is fetcherName.
The command refix donecmd will be invoked when the fetcher either knows the image for the tile or that no image will forthcoming. It will be invoked with either 2 or 3 arguments, i.e.
http, location, map, server, slippy, tile, url, zoom
| 0.7 | tcllib |