tilestache-render
index

tilestache-render.py will warm your cache.
 
This script is *deprecated* and will be removed in a future TileStache 2.0.
 
This script is intended to be run directly. This example will save two tiles
for San Francisco and Oakland to local temporary files:
 
    tilestache-render.py -c ./config.json -l osm 12/655/1582.png 12/656/1582.png
 
Output for this sample might look like this:
 
    /tmp/tile-_G3uHX.png
    /tmp/tile-pWNfQQ.png
 
...where each line corresponds to one of the given coordinates, in order.
You are expected to use these files and then dispose of them.
 
See `tilestache-render.py --help` for more information.

 
Modules
       
os
re

 
Data
        parser = <optparse.OptionParser instance at 0x1007d1368>
pathinfo_pat = <_sre.SRE_Pattern object at 0x101026eb0>