/usr/share/doc/tilestache/html/tilestache-server.html is in tilestache 1.31.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | <!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module tilestache-server</title>
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>tilestache-server</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a></font></td></tr></table>
<p><tt>tilestache-server.py will serve your cache.<br>
<br>
This script is intended to be run directly from the command line.<br>
<br>
It is intended for direct use only during development or for debugging TileStache.<br>
<br>
For the proper way to configure TileStach for serving tiles see the docs at:<br>
<br>
<a href="http://tilestache.org/doc/#serving-tiles">http://tilestache.org/doc/#serving-tiles</a><br>
<br>
To use this built-in server, install werkzeug and then run tilestache-server.py:<br>
<br>
tilestache-server.py<br>
<br>
By default the script looks for a config file named tilestache.cfg in the current directory and then serves tiles on <a href="http://127.0.0.1:8080/">http://127.0.0.1:8080/</a>. <br>
<br>
You can then open your browser and view a url like:<br>
<br>
<a href="http://localhost:8080/osm/0/0/0.png">http://localhost:8080/osm/0/0/0.png</a><br>
<br>
The above layer of 'osm' (defined in the tilestache.cfg) will display an OpenStreetMap<br>
tile proxied from <a href="http://tile.osm.org/0/0/0.png">http://tile.osm.org/0/0/0.png</a><br>
<br>
Check tilestache-server.py --help to change these defaults.</tt></p>
</body></html>
|