aboutsummaryrefslogtreecommitdiff
path: root/build-config.json
blob: d215e4a3bd6d6c7aaf048757df4f81696e3d4bc1 (plain)
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
{
  "transitFeeds": [
    {
      "feedId": "xunta",
      "type": "gtfs",
      "source": "./feeds/xunta.zip"
    },
    {
      "feedId": "renfe",
      "type": "gtfs",
      "source": "./feeds/renfe.zip"
    },
    {
      "feedId": "feve",
      "type": "gtfs",
      "source": "./feeds/feve.zip"
    },
        {
      "feedId": "cercanias",
      "type": "gtfs",
      "source": "./feeds/cercanias.zip"
    },
    {
      "feedId": "santiago",
      "type": "gtfs",
      "source": "./feeds/ibi_santiago.zip"
    },
    {
      "feedId": "coruna",
      "type": "gtfs",
      "source": "./feeds/coruna.zip"
    },
    {
      "feedId": "vitrasa",
      "type": "gtfs",
      "source": "./feeds/vitrasa.zip"
    }
  ],
  "osm": [
    {
      "source": "./galicia-latest.osm.pbf"
    }
  ],
  "transitServiceStart": "-P3D",
  "transitServiceEnd": "P1M"
}