-
Notifications
You must be signed in to change notification settings - Fork 23
/
small-collection.yaml
62 lines (58 loc) · 1.11 KB
/
small-collection.yaml
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
53
54
55
56
57
58
59
60
61
62
input_basedir: "."
input:
- name: "administration"
include:
- "town-hall"
- name: "amenity"
include:
- "cemetery"
- "entrance-10"
- "toilets"
- name: "emergency"
include:
- "emergency-phone"
- name: "energy"
- name: "health"
include:
- "hospital"
- name: "nature"
include:
- "peak-10"
- "saddle-10"
- name: "outdoor"
exclude:
- "mast"
- "waste-basket-14"
- name: "religious"
- name: "tourism"
include:
- "archaeological-site"
- "information"
- "memorial-10"
- "monument"
- "viewpoint"
- "windmill"
- name: "transport"
exclude:
- "bus-stop-14"
- "charging-station"
- "ferry"
- "fuel"
- "heliport"
- "luggage"
- "parking-bicycle"
- "parking-car"
- "parking-garage-car"
- "shared-car"
- "taxi"
output_basedir: "export"
# WARNING: deletes all files within output directory if it exists
empty_output: true
format: "svg"
global_style:
padding: 1
fill: "#505050"
halo:
fill: "#ffffff"
width: 1
opacity: 0.3