aboutsummaryrefslogtreecommitdiff
path: root/build-config.json
blob: 2d4e4bbbdafca0eb623d67a0360fe6cb50104fcc (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
{
  "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": "tussa",
      "type": "gtfs",
      "source": "./feeds/tussa.zip"
    },
    {
      "feedId": "tranvias",
      "type": "gtfs",
      "source": "./feeds/tranvias.zip"
    },
    {
      "feedId": "vitrasa",
      "type": "gtfs",
      "source": "./feeds/vitrasa.zip"
    }
  ],
  "osm": [
    {
      "source": "./galicia-latest.osm.pbf"
    }
  ],
  "transitServiceStart": "-P3D",
  "transitServiceEnd": "P1M"
}