diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-15 19:21:05 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-15 19:21:05 +0100 |
| commit | 2cfebde7ac892a6c984fe9318204f5f421af6407 (patch) | |
| tree | e041a932dc1fa57243b4ddc79bf9e8b30d583020 /build-config.json | |
Initial commit
Diffstat (limited to 'build-config.json')
| -rw-r--r-- | build-config.json | 46 |
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" +} |
