forked from chrieke/prettymapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
examples.json
98 lines (98 loc) · 2.65 KB
/
examples.json
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"Macau": {
"address": "Praça Ferreira do Amaral, Macau",
"custom_title": "Macau",
"radius": 1100,
"style": "Peach",
"shape": "circle",
"contour_width": 1,
"contour_color": "#2F3537",
"image": "macao.png",
"name_on": true,
"font_size": 25,
"font_color": "#2F3737",
"text_x": 19,
"text_y": -45,
"text_rotation": -24,
"bg_shape": "circle",
"bg_buffer": 2,
"bg_color": "#F2F4CB"
},
"Barcelona": {
"address": "Plaça Tetuan, 08010 Barcelona, Spain",
"custom_title": "Barcelona, Spain",
"radius": 640,
"style": "Auburn",
"shape": "rectangle",
"contour_width": 0,
"contour_color": "#2F3538",
"image": "barcelona.png",
"name_on": true,
"font_size": 30,
"font_color": "#2F3738",
"text_x": -53,
"text_y": 18,
"text_rotation": -90,
"bg_shape": "rectangle",
"bg_buffer": 6,
"bg_color": "#F9EFDC"
},
"Würzburg": {
"address": "Martinstraße 4, 97070 Würzburg",
"custom_title": "Würzburg Old Town",
"radius": 1020,
"style": "Citrus",
"shape": "circle",
"contour_width": 15,
"contour_color": "#FFFFFF",
"image": "edinburgh.png",
"name_on": true,
"font_size": 25,
"font_color": "#FFFFFF",
"text_x": -41,
"text_y": 25,
"text_rotation": -46,
"bg_shape": null,
"bg_buffer": 4,
"bg_color": "#000000"
},
"Heerhugowaard": {
"address": "Stad van de Zon, Heerhugowaard, Netherlands",
"custom_title": "",
"radius": 650,
"style": "Flannel",
"shape": "rectangle",
"contour_width": 0,
"contour_color": "#2F3737",
"image": "heerhugowaard.png",
"name_on": true,
"font_size": 27,
"font_color": "#2F3737",
"text_x": 0,
"text_y": -33,
"text_rotation": 0,
"bg_shape": "rectangle",
"bg_buffer": 0,
"bg_color": "#EDEFDA"
},
"Edinburgh": {
"address": "Princes St, Edinburgh, UK",
"custom_title": "",
"radius": 850,
"style": "Peach",
"shape": "circle",
"contour_width": 0,
"contour_color": "#2F3737",
"image": "edinburgh.png",
"name_on": false,
"font_size": 16,
"font_color": "#2F3737",
"text_x": -37,
"text_y": 26,
"text_rotation": -45,
"bg_shape": "rectangle",
"bg_buffer": 2,
"bg_color": "#F2F4CB"
},
"Erbil": "erbil.png"
}