10
0
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:
Mickaël Véril 2020-09-29 11:45:05 +02:00
parent 7273c3f392
commit 4131a34a1c

View File

@ -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=>{