Skip to content

Commit

Permalink
#103 debug ...
Browse files Browse the repository at this point in the history
  • Loading branch information
webgisdeveloper committed Apr 6, 2021
1 parent fb64bc9 commit 692baed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simccs_maptool/templates/simccs_maptool/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
//dataurl = urlprefix + datameta["url"];
datastyle = entry['style'];
popupfields = entry['popup'];
addcasedata(datameta,dataurl,datastyle,popupfields);
await addcasedata(datameta,dataurl,datastyle,popupfields);
}
// load cost surface
addcostsurface(bbox);
Expand Down Expand Up @@ -742,11 +742,11 @@ <h5 class="modal-title">Generate MPS file</h5>
case_id = workspacejson["case"];
//console.log(case_id);
// load case first
await set_casedata(case_id) => {
await set_casedata(case_id);
// load scenarios
for (const entry of workspacejson["scenarios"]) {
re_create_scenario(entry);
} };
}

}

Expand Down

0 comments on commit 692baed

Please sign in to comment.