diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-15 19:41:32 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-15 19:41:32 +0100 |
| commit | 889e1ccfdd54d3e68982b9c48d0e324750fce002 (patch) | |
| tree | 3bfc92c633785afe57a3e62880882aab85481577 /build-config.json | |
| parent | df5b6209b221ad76023bf339b6cf21589c3a04d5 (diff) | |
Add feeds, remove extension script
Diffstat (limited to 'build-config.json')
| -rw-r--r-- | build-config.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/build-config.json b/build-config.json index 4199981..7a7a703 100644 --- a/build-config.json +++ b/build-config.json @@ -29,6 +29,16 @@ "feedId": "vitrasa", "type": "gtfs", "source": "./feeds/vitrasa.zip" + }, + { + "feedId": "shuttle", + "type": "gtfs", + "source": "./feeds/shuttle.zip" + }, + { + "feedId": "ourense", + "type": "gtfs", + "source": "./feeds/ourense.zip" } ], "osm": [ |
