aboutsummaryrefslogtreecommitdiff
path: root/build-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'build-config.json')
-rw-r--r--build-config.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/build-config.json b/build-config.json
new file mode 100644
index 0000000..01d7856
--- /dev/null
+++ b/build-config.json
@@ -0,0 +1,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": "ourense",
+ "type": "gtfs",
+ "source": "./feeds/ourense.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"
+}