Skip to content

Commit

Permalink
Add Czechia to country URIs in order to fix javascript build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertware committed Apr 10, 2024
1 parent a845a5f commit a3b2b56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit a3b2b56

Please sign in to comment.