-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-sample.json
64 lines (46 loc) · 2.97 KB
/
config-sample.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
{
"_comment_DEBUG": "if set to true, the lastEinsatz file will not be checked and every run will generate the data",
"DEBUG": false,
"cookieFile": "cookies.txt",
"_comment_einsatzUrl" : "https://infoscreen.florian10.info/ows/infoscreen/einsatz.ashx",
"_comment_demoUrl1" : "https://infoscreen.florian10.info/ows/infoscreen/demo.ashx?demo=1",
"_comment_demoUrl2" : "https://infoscreen.florian10.info/ows/infoscreen/demo.ashx?demo=2",
"_comment_demoUrl3" : "https://infoscreen.florian10.info/ows/infoscreen/demo.ashx?demo=3",
"_comment_demoUrl4" : "https://infoscreen.florian10.info/ows/infoscreen/demo.ashx?demo=1",
"wastlUrl1" : "https://infoscreen.florian10.info/ows/infoscreen/demo.ashx?demo=1",
"_comment_saveWEBlocation": "Directory where files will be saved",
"saveWEBlocation": "einsatzWEB",
"_comment_osrmBaseURL": "Base URL to Open Source Routing Machine (https://github.com/Project-OSRM/osrm-backend/tree/master), will append '/route/v1/driving/...'",
"osrmBaseURL": "https://osrm.ff-irgendwo.at",
"_comment_mapBaseURL": "Base URL to map",
"mapBaseURL": "https://www.openstreetmap.org",
"_comment_FeuerwehrhausLocation": "Location des eigenen Feuerwehrhauses für Routing",
"FeuerwehrhausLocationLat": 47.0,
"FeuerwehrhausLocationLon": 16.0,
"_comment_FeuerwehrhausWaypointLat": "We need to add a waypoint to have google Maps do proper routes. If set, it will be added as a waypoint",
"_comment_FeuerwehrhausWaypointLng": "We need to add a waypoint to have google Maps do proper routes. If set, it will be added as a waypoint",
"FeuerwehrhausLocationWaypointLat": null,
"FeuerwehrhausLocationWaypointLon": null,
"_comment_FeuerwehrName": "Specify Name to highlight on Alarm-List",
"FeuerwehrName": "XX",
"_comment_HydrantSearchRadius": "Specify the search radius to search for hydrants in OpenStreetMap (in meters, default: 100m)",
"hydrantSearchRadius": 100,
"_comment_verwaltungsGrenzenFile": "Specify the file with the Verwaltungsgrenzen",
"verwaltungsGrenzenFile": "verwaltungsgrenzen.geojsonl",
"_comment_verwalungsGrenzenSearchRadius": "Specify the search radius to search for Verwaltungsgrenzen in OpenStreetMap (in meters, default: 800m)",
"verwalungsGrenzenSearchRadius": 800,
"_comment_FeuerwehrLogo": "Path to a logo to be added to alarm file",
"FeuerwehrLogo": "FF-logo.jpg",
"_comment_htmlTemplateFile": "Template file for HTML Einsatz Report",
"htmlTemplateFile": "template.html",
"_comment_printerName": "If specified, the EinsatzPDF will be printed. Printer needs to be able to print PDF itself. Set to 'none' to disable printing and now show available printers",
"printerName": null,
"_comment_printerIgnores": "Array of Strings which is checked to not contain in Alarmstufe and Meldebild",
"printerIgnores": [
"D0",
"D1",
"T0"
],
"_comment_LastEinsatzFile": "Filename where current Einsaetze will be saved, so only new Einsaetze will be printed.",
"lastEinsatzFile": "lastEinsatz.txt"
}