forked from MapComplete/MapComplete
Add sunny unlabeld, fix label export
This commit is contained in:
parent
5984d0c19e
commit
5cd7f0976e
8 changed files with 2983 additions and 25 deletions
|
@ -1061,6 +1061,14 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
|
|||
throw result["error"]
|
||||
}
|
||||
|
||||
public static awaitAnimationFrame(): Promise<void>{
|
||||
return new Promise<void>((resolve) => {
|
||||
window.requestAnimationFrame(() => {
|
||||
resolve()
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
public static async downloadJsonAdvanced(
|
||||
url: string,
|
||||
headers?: any
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue