-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
52 lines (31 loc) · 1.52 KB
/
README
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
== freemap.sk ==
This rendering software is based on tilesAtHome/osmarender, which are modified
according the freemap.sk needs.
Original README follows:
== What this is about ==
Maintainer: Oliver J White (OJW) / Dirk-Lueder Kreie (Deelkar)
Purpose: Rendering maps with osmarender for the slippy map osmarender
layer from live OSM data.
On the Wiki: [[Tiles@home]]
== Getting Started ==
To use this copy the correct config template to tilesAtHome.conf then edit
to set you username and password (both for osm data and for tiles upload)
== Running the client ==
to start generating tiles run "tilesGen.pl" CAUTION: if your country uses
a comma for decimal separator (like Germany) you need to set LANG=C
beforehand on unix-like systems. If you don't do this inkscape will complain
and generate empty tiles.
if you want to render a specific tile run tilesGen.pl with the xy option
for example if you want to render the tile number x=2148 y=1332
(zoom 12 is always the default and cannot be changed) you would run
./tilesGen.pl xy 2148 1332
to upload tiles use "upload.pl"
(might need multiple calls to upload everything, depending on your setup)
== Troubleshooting ==
if you get Errors about libGD run tilesGen_noGD.pl instead of tilesGen.pl
this will be significantly slower, so you might want to investigate how to
get libgd working with your perl installation.
== Other sources of information ==
further reading: http://wiki.openstreetmap.org/index.php/Tiles%40home
--
TODO: add windows-specific info into this file