-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathsettings.json
More file actions
113 lines (106 loc) · 3.18 KB
/
settings.json
File metadata and controls
113 lines (106 loc) · 3.18 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"settings": {
"attribution": "Aviation charts <a href='https://github.com/n129bz/chartmaker'>github.com/n129bz/chartmaker</a>",
"vfrdownloadtemplate": "https://aeronav.faa.gov/visual/<chartdate>/All_Files/<charttype>.zip",
"vfrindividualtemplate": "https://aeronav.faa.gov/visual/<chartdate>/sectional-files/<charttype>.zip",
"ifrdownloadtemplate": "https://aeronav.faa.gov/enroute/<chartdate>/<charttype>.zip",
"usvfrwallplanningtemplate": "https://aeronav.faa.gov/visual/<chartdate>/Planning/US_WallPlan.zip",
"renameworkarea": false,
"logtofile": false,
"cleanprocessfolders": true,
"outputgrayscale": false,
"tileimagequality" : 25,
"blendpixels" : 30,
"zoomrange" : "5-11",
"centerzoomlevel": "7",
"dbextension": "db",
"defaultdbfolder": "public/charts",
"addoverviews": true,
"usecommandline": false,
"timezone": "America/Chicago",
"debug": false,
"webservermode": true,
"httpport": 1962,
"wsport": 1970,
"pinginterval": 30000,
"opendefaultbrowser": true,
"useauthentication": false,
"zipfilename": "Charts.zip",
"fullchartlist": [
["Sectional", "vfr", ""],
["Caribbean", "vfr", ""],
["Grand_Canyon", "vfr", ""],
["Terminal", "vfr", ""],
["Helicopter", "vfr", ""],
["DDECUS", "ifr", "Enroute_Low"],
["DDECUS", "ifr", "Enroute_High"],
["US_VFR_Wall_Planning", "vfr", ""]
],
"areachartlist": [
"Albuquerque",
"Anchorage",
"Atlanta",
"Bethel",
"Billings",
"Brownsville",
"Cape_Lisburne",
"Charlotte",
"Cheyenne",
"Chicago",
"Cincinnati",
"Cold_Bay",
"Dallas-Ft_Worth",
"Dawson",
"Denver",
"Detroit",
"Dutch_Harbor",
"El_Paso",
"Fairbanks",
"Great_Falls",
"Green_Bay",
"Halifax",
"Hawaiian_Islands",
"Houston",
"Jacksonville",
"Juneau",
"Kansas_City",
"Ketchikan",
"Klamath_Falls",
"Kodiak",
"Lake_Huron",
"Las_Vegas",
"Los_Angeles",
"McGrath",
"Memphis",
"Miami",
"Montreal",
"New_Orleans",
"New_York",
"Nome",
"Omaha",
"Phoenix",
"Point_Barrow",
"Salt_Lake_City",
"San_Antonio",
"San_Francisco",
"Seattle",
"Seward",
"St_Louis",
"Twin_Cities",
"Washington",
"Western_Aleutian_Islands",
"Wichita"
],
"layertypeindex": 0,
"layertypes": [
"baselayer",
"overlay"
],
"tiledriverindex": 2,
"tiledrivers": [
"png",
"jpeg",
"webp"
]
}
}