mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
reloadGeoms before reloadCustomFiles
This commit is contained in:
parent
7273c3f392
commit
4131a34a1c
@ -139,8 +139,8 @@ draft: false
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
processingIndicator.isActive = false
|
processingIndicator.isActive = false
|
||||||
reloadCustomFiles()
|
|
||||||
reloadGeoms()
|
reloadGeoms()
|
||||||
|
reloadCustomFiles()
|
||||||
}
|
}
|
||||||
async function reloadGeoms(){
|
async function reloadGeoms(){
|
||||||
window.geoms = await GeometriesLoader.loadForAsync(uniq(window.defaultDats.map(d=>{
|
window.geoms = await GeometriesLoader.loadForAsync(uniq(window.defaultDats.map(d=>{
|
||||||
|
Loading…
Reference in New Issue
Block a user