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 ce8ce0e commit f2c1b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simccs_maptool/templates/simccs_maptool/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ <h5 class="modal-title">Generate MPS file</h5>
}
var sourceLayer = maplayers[datalayerid];
console.log(datalayerid);
console.log(maplayers[datalayerid]);
console.log(maplayers);
var feature_id;
sourceLayer.eachLayer(function(layer) {
feature_id = layer.feature.properties['ID'].toString();
Expand Down Expand Up @@ -741,7 +741,7 @@ <h5 class="modal-title">Generate MPS file</h5>
case_id = workspacejson["case"];
//console.log(case_id);
// load case first
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 f2c1b61

Please sign in to comment.