From 2cfebde7ac892a6c984fe9318204f5f421af6407 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 15 Dec 2025 19:21:05 +0100 Subject: Initial commit --- build-config.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 build-config.json (limited to 'build-config.json') 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" +} -- cgit v1.3