1 | == What this is about == |
---|
2 | |
---|
3 | Original Author: Oliver J White (OJW) |
---|
4 | Maintainer: Dirk-Lueder Kreie (Deelkar) Sebastian Spaeth (spaetz) |
---|
5 | |
---|
6 | Purpose: Rendering maps with osmarender for the slippy map osmarender |
---|
7 | layer, from live OSM data. |
---|
8 | |
---|
9 | On the Wiki: [[Tiles@home]] |
---|
10 | |
---|
11 | |
---|
12 | == Getting Started == |
---|
13 | |
---|
14 | To use this copy the config template related to your OS to tilesAtHome.conf, |
---|
15 | then edit to set your preferred config options |
---|
16 | the username and password for tiles upload you can set in the file |
---|
17 | authentication.conf, for which a template also exists. |
---|
18 | |
---|
19 | |
---|
20 | == Running the client == |
---|
21 | |
---|
22 | To start generating tiles from the server queue, run "tilesGen.pl loop". |
---|
23 | |
---|
24 | If you want to render a specific tile run tilesGen.pl with the xy option |
---|
25 | for example if you want to render the tile number x=2148 y=1332 |
---|
26 | (zoom 12 is always the default and cannot be changed) you would run |
---|
27 | ./tilesGen.pl xy 2148 1332 |
---|
28 | |
---|
29 | To upload tiles use "tilesGen.pl upload" (this is only called automatically |
---|
30 | in loop mode). |
---|
31 | |
---|
32 | |
---|
33 | == Stopping the client == |
---|
34 | |
---|
35 | The client will stop automatically after completing its job, unless in "loop" |
---|
36 | mode. Loop mode can be exited cleanly simply by creating a file called |
---|
37 | "stopfile.txt" in the tilesAtHome directory. Upon encountering this file the |
---|
38 | client will exit after it completes it's current job. |
---|
39 | |
---|
40 | Running "tilesGen.pl stop" will do this for you. |
---|
41 | |
---|
42 | |
---|
43 | == Troubleshooting == |
---|
44 | |
---|
45 | Have a look at the OSM wiki: |
---|
46 | http://wiki.openstreetmap.org/index.php/Tiles%40home/Install_Guide |
---|
47 | |
---|
48 | |
---|
49 | == Other sources of information == |
---|
50 | |
---|
51 | further reading: http://wiki.openstreetmap.org/index.php/Tiles%40home |
---|
52 | |
---|
53 | -- |
---|
54 | |
---|
55 | ## TODO: add more windows-specific info into this file ## |
---|