diff options
Diffstat (limited to 'build-config.json')
| -rw-r--r-- | build-config.json | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/build-config.json b/build-config.json index ba0b553..f5742bf 100644 --- a/build-config.json +++ b/build-config.json @@ -1,9 +1,9 @@ { "transitFeeds": [ { - "feedId": "xunta", + "feedId": "feve", "type": "gtfs", - "source": "./feeds/xunta.zip" + "source": "./feeds/feve.zip" }, { "feedId": "renfe", @@ -11,24 +11,25 @@ "source": "./feeds/renfe.zip" }, { - "feedId": "feve", + "feedId": "tranvias", "type": "gtfs", - "source": "./feeds/feve.zip" + "source": "./feeds/tranvias.zip" }, { - "feedId": "tussa", + "feedId": "vitrasa", "type": "gtfs", - "source": "./feeds/tussa.zip" + "source": "./feeds/vitrasa.zip" }, { - "feedId": "tranvias", + "feedId": "xunta", "type": "gtfs", - "source": "./feeds/tranvias.zip" + "source": "./feeds/xunta.zip" }, + { - "feedId": "vitrasa", + "feedId": "tussa", "type": "gtfs", - "source": "./feeds/vitrasa.zip" + "source": "./feeds/tussa.zip" }, { "feedId": "shuttle", @@ -52,6 +53,6 @@ "timeZone": "Europe/Madrid" } ], - "transitServiceStart": "-P3D", + "transitServiceStart": "-P2D", "transitServiceEnd": "P1M" } |
