-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
46 lines (46 loc) · 1.07 KB
/
config.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
{
"width": 1920,
"height": 1080,
"resolution": 0,
"stroke_width": 3,
"scale": 10000,
"sea_color": "#1a1a1a",
"land_color": "#595959",
"stroke_color": "#000000",
"map": "japan_geojson/japan.geojson",
"seismic_intensity_color": {
"0": "#d9d9d9",
"1": "#2d1fcc",
"2": "#3b93db",
"3": "#67e071",
"4": "#e2eb38",
"under_5": "#e38227",
"over_5": "#e38227",
"under_6": "#e81c2d",
"over_6": "#e81c2d",
"7": "#db1d95"
},
"epicenter": {
"color": "#d10026",
"stroke": "#ffffff",
"size": 25,
"stroke_width": 4,
"width": 12
},
"seismic_intensity": {
"circle": 15,
"fontsize": 30,
"font": "Arial",
"height": 10,
"width": 0
},
"copyright": {
"text": [
"Copyright (c) 2020 Earthquake alert",
"Map data: GSI website(https://www.gsi.go.jp/kankyochiri/gm_jpn.html)"
],
"size": 20,
"color": "#c9c9c9",
"font": "Arial"
}
}