-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.cfg.sample
40 lines (29 loc) · 1.12 KB
/
config.cfg.sample
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
[Paths]
# The paths are relative to the location of the dodo.py file.
# Only used as a shared constant in this config file
base_dir = .
# Where the exported files are stored
region = %(base_dir)s/export
# Where to place build files You don't really need to change this.
build = %(base_dir)s/build
# Where the created map will be placed. This folder will then contain an index.html
output = %(base_dir)s/output
# Location of the single tile images that will be merged into tile sheets
tiles = tiles
# Location of the tilesheet images that are created from the single tiles
tilesets = tilesets
[Performance]
# How many processes to use when rendering a map layer. I recommend you set this to the
# amount of cores your cpu can use.
processes = 8
[Map]
# The number of the highest zoom level to render.
max_zoom = 7
# The minimum distance 2 sites have to be apart from each other to not be clustered
# together (in px)
max_cluster_radius = 30
# Hide spoilery content
show_spoilers = no
[Output]
# Use this to inject html into the resulting index.html. For example for user tracking.
footer = ""