forked from MapComplete/MapComplete
Switch crab and latlon2country to new data storage github
This commit is contained in:
parent
206f9047a0
commit
52163d60c0
2 changed files with 2 additions and 2 deletions
|
@ -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>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue