forked from MapComplete/MapComplete
Fix non-appearing new icon, remove debug outputs
This commit is contained in:
parent
7dfbe5f4b4
commit
90fc0e0840
7 changed files with 15 additions and 13 deletions
|
@ -41,7 +41,7 @@ export class SimpleMetaTagger {
|
|||
}
|
||||
|
||||
export class CountryTagger extends SimpleMetaTagger {
|
||||
private static readonly coder = new CountryCoder("https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/latlon2country", ScriptUtils.DownloadJSON);
|
||||
private static readonly coder = new CountryCoder("https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/latlon2country", Utils.downloadJson);
|
||||
public runningTasks: Set<any>;
|
||||
|
||||
constructor() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue