Switch crab and latlon2country to new data storage github

This commit is contained in:
Pieter Vander Vennet 2021-12-09 21:12:01 +01:00
parent 206f9047a0
commit 52163d60c0
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ export class SimpleMetaTagger {
}
export class CountryTagger extends SimpleMetaTagger {
private static readonly coder = new CountryCoder("https://pietervdvn.github.io/latlon2country/");
private static readonly coder = new CountryCoder("https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/latlon2country/");
public runningTasks: Set<any>;