-
Notifications
You must be signed in to change notification settings - Fork 56
/
config-sample-full.json
70 lines (70 loc) · 2.03 KB
/
config-sample-full.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
{
"agencies": [
{
"agencyKey": "marintransit",
"url": "https://marintransit.org/data/google_transit.zip",
"realtimeAlerts": {
"url": "https://api.marintransit.org/alerts"
},
"realtimeTripUpdates": {
"url": "https://api.marintransit.org/tripupdates"
},
"realtimeVehiclePositions": {
"url": "https://api.marintransit.org/vehiclepositions"
}
}
],
"sqlitePath": "/tmp/gtfs",
"allowEmptyTimetables": false,
"beautify": false,
"coordinatePrecision": 5,
"dateFormat": "MMM D, YYYY",
"daysShortStrings": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
"daysStrings": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
],
"defaultOrientation": "vertical",
"effectiveDate": "July 8, 2016",
"interpolatedStopSymbol": "•",
"interpolatedStopText": "Estimated time of arrival",
"linkStopUrls": false,
"mapStyleUrl": "https://tiles.openfreemap.org/styles/liberty",
"menuType": "jump",
"noDropoffSymbol": "‡",
"noDropoffText": "No drop off available",
"noHead": false,
"noPickupSymbol": "**",
"noPickupText": "No pickup available",
"noServiceSymbol": "—",
"noServiceText": "No service at this stop",
"outputFormat": "html",
"overwriteExistingFiles": true,
"outputPath": "custom/output/path",
"requestDropoffSymbol": "†",
"requestDropoffText": "Must request drop off",
"requestPickupSymbol": "***",
"requestPickupText": "Request stop - call for pickup",
"serviceNotProvidedOnText": "Service not provided on",
"serviceProvidedOnText": "Service provided on",
"showArrivalOnDifference": 0.2,
"showCalendarExceptions": true,
"showMap": true,
"showOnlyTimepoint": true,
"showRouteTitle": true,
"showStopCity": false,
"showStopDescription": false,
"showStoptimesForRequestStops": true,
"skipImport": false,
"sortingAlgorithm": "common",
"templatePath": "views/default",
"timeFormat": "h:mma",
"useParentStation": true,
"verbose": true,
"zipOutput": false
}