From c7af63e3bc6e58da7551e6dc8bf980a35c8d6005 Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 10 Apr 2024 23:07:57 +0200 Subject: [PATCH] Add Czechia to country URIs in order to fix javascript build (cherry picked from commit a3b2b5679cebbab440300c4ce338bb159b3687bc) --- bin/build.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/build.js b/bin/build.js index c9d60ea..e4e51bc 100755 --- a/bin/build.js +++ b/bin/build.js @@ -69,7 +69,8 @@ var countryURIs = { "dk": "http://sws.geonames.org/2623032/", "fr": "http://sws.geonames.org/3017382/", "be": "http://sws.geonames.org/2802361/", - "pt": "http://sws.geonames.org/2264397/" + "pt": "http://sws.geonames.org/2264397/", + "cz": "http://sws.geonames.org/3077311/", }; var filename = __dirname + "/../stations.csv";