-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
pelias.json
94 lines (94 loc) · 2.8 KB
/
pelias.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
{
"logger": {
"level": "info",
"timestamp": false
},
"imports": {
"whosonfirst": {
"datapath": "/data/whosonfirst"
},
"transit": {
"datapath": "/data/transit",
"feeds": [
{
"layerId": "landmarks",
"url": "./test/landmarks.csv",
"filename": "landmarks.csv",
"agencyId": "TRIMET",
"agencyName": "TriMet",
"layerName": "landmark"
},
{
"layerId": "intersections",
"url": "./test/intersections.csv",
"filename": "intersections.csv",
"layerName": "Intersections"
},
{
"layerId": "bikeshare",
"url": "http://biketownpdx.socialbicycles.com/opendata/station_information.json",
"filename": "BIKETOWN-hubs.json",
"agencyId": "BIKETOWN",
"agencyName": "BIKETOWN",
"layerName": "bikeshare"
},
{
"layerId": "stops",
"url": "http://developer.trimet.org/schedule/gtfs.zip",
"filename": "TRIMET-stops.txt",
"agencyId": "TRIMET",
"agencyName": "TriMet",
"layerName": "Stop"
},
{
"layerId": "stops",
"url": "http://www.c-tran.com/images/Google/GoogleTransitUpload.zip",
"filename": "C-TRAN-stops.txt",
"agencyId": "C-TRAN",
"agencyName": "C-TRAN",
"layerName": "Stop"
},
{
"layerId": "stops",
"url": "http://oregon-gtfs.com/gtfs_data/rideconnection-or-us/rideconnection-or-us.zip",
"filename": "RIDECONNECTION-stops.txt",
"agencyId": "RIDECONNECTION",
"agencyName": "Ride Connection",
"layerName": "Stop"
},
{
"layerId": "stops",
"url": "http://cherriots.org/developer/gtfs.zip",
"filename": "CHERRIOTS-stops.txt",
"agencyId": "CHERRIOTS",
"agencyName": "Cherriots",
"layerName": "Stop"
},
{
"layerId": "stops",
"url": "http://oregon-gtfs.com/gtfs_data/sandy-or-us/sandy-or-us.zip",
"filename": "SAM-stops.txt",
"agencyId": "SAM",
"agencyName": "SAM",
"layerName": "Stop"
},
{
"layerId": "stops",
"url": "http://data.trilliumtransit.com/gtfs/wilsonville-or-us/wilsonville-or-us.zip",
"filename": "SMART-stops.txt",
"agencyId": "SMART",
"agencyName": "SMART",
"layerName": "Stop"
},
{
"layerId": "stops",
"url": "http://oregon-gtfs.com/gtfs_data/swanisland-or-us/swanisland-or-us.zip",
"filename": "SWAN-stops.txt",
"agencyId": "SWAN",
"agencyName": "Swan Island",
"layerName": "Stop"
}
]
}
}
}