-
Notifications
You must be signed in to change notification settings - Fork 1
/
freemapdiskclient.conf.linux
48 lines (38 loc) · 1.23 KB
/
freemapdiskclient.conf.linux
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
#
# Configuration file for Freemap Slovakia DiSK client
#
## File Locations
WorkingDirectory=/tmp/
Inkscape=inkscape
Batik=batik-rasterizer.jar
XmlStarlet=xmlstarlet
Niceness=nice
Del = rm
Slash = /
Pngcrush=pngcrush
Mogrify=mogrify
ZipAdd=a -tzip
Zip=7z
FeaturesPath=
# set this to prepend zip file by three first letters of hostname
# to allow identification of uploads from different machines in the
# upload log
UseHostnameInZipName=0
# Upload settings
UploadChunkSize=1.5 # Megabyte
UploadChunkCount=683 # default: half a tileset
DeleteZipFilesAfterUpload=1
# Beziercurve hinting
NoBezier=0 # Set to 1 on a AMD64 box running Gentoo. Math rounding errors in the libs.
# UseBatik
UseBatik=0 # Set to 1 use batik rasterizer instead of inkscape
#freemap specific settings
DownloadDataFromOSM=0
# Always render full tileset? default: 0
# set to 1 if you want to force checking of wether subtiles of empty tiles really are empty
# needed for example when tiles that contained data now are empty (i.e. sea tiles with moved ferry routes)
RenderFullTileset=0
#Upload layers when they are done? default: 0
# set to 1, if you want to upload layers as they are done, instead of waiting for all
# layers in the tileset to be rendered.
LayerUpload=1