diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-22 11:36:23 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-22 11:36:23 +0100 |
| commit | 03998adf013b95ba3b4959cf643fa470537ef097 (patch) | |
| tree | 331c4275f92842fd43d35076151dd149c3b6d82c /build-config.json | |
| parent | 2cfebde7ac892a6c984fe9318204f5f421af6407 (diff) | |
Add Git submodule for Renfe feeds and update configuration files
- Introduced a Git submodule for automatic downloading and patching of Renfe feeds.
- Updated README.md to include instructions for initializing submodules.
- Modified Taskfile.yml to streamline Renfe data downloading process.
- Adjusted build-config.json to reference new Santiago feed.
- Created otp-config.json to configure OTP features.
Diffstat (limited to 'build-config.json')
| -rw-r--r-- | build-config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-config.json b/build-config.json index 01d7856..d215e4a 100644 --- a/build-config.json +++ b/build-config.json @@ -21,9 +21,9 @@ "source": "./feeds/cercanias.zip" }, { - "feedId": "ourense", + "feedId": "santiago", "type": "gtfs", - "source": "./feeds/ourense.zip" + "source": "./feeds/ibi_santiago.zip" }, { "feedId": "coruna", |
