Skip to content

Commit

Permalink
Add support for austria in build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertware authored Sep 3, 2020
1 parent 0daeff9 commit da9fd48
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 @@ -59,7 +59,8 @@ var countryURIs = {
"de" : "http://sws.geonames.org/2921044/",
"lu" : "http://sws.geonames.org/2960313/",
"gb" : "http://sws.geonames.org/2635167/",
"ch" : "http://sws.geonames.org/2658434/"
"ch" : "http://sws.geonames.org/2658434/",
"at" : "http://sws.geonames.org/2782113/"
};

var filename = __dirname + "/../stations.csv";
Expand Down

0 comments on commit da9fd48

Please sign in to comment.