From 03998adf013b95ba3b4959cf643fa470537ef097 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 22 Dec 2025 11:36:23 +0100 Subject: 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. --- otp-config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 otp-config.json (limited to 'otp-config.json') diff --git a/otp-config.json b/otp-config.json new file mode 100644 index 0000000..d44170f --- /dev/null +++ b/otp-config.json @@ -0,0 +1,8 @@ +{ + "otpFeatures": { + "SandboxAPIGeocoder": true, + "APIUpdaterStatus": false, + "APIServerInfo": false, + "ParallelRouting": true + } +} \ No newline at end of file -- cgit v1.3