Skip to content

Commit

Permalink
#103 add experiments ...
Browse files Browse the repository at this point in the history
  • Loading branch information
webgisdeveloper committed Apr 6, 2021
1 parent d3b43c3 commit 74e4827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simccs_maptool/templates/simccs_maptool/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,6 @@ <h5 class="modal-title">Generate MPS file</h5>
var sinkLayer = maplayers[datalayerid];
sinkLayer.eachLayer(function(layer) {
feature_id = layer.feature.properties['ID'].toString();
console.log(feature_id);
if (selected_ids.includes(feature_id)) {
sinkselection.push(layer);
}
Expand All @@ -742,6 +741,7 @@ <h5 class="modal-title">Generate MPS file</h5>

// add experiments data
var list_view_experiment = document.getElementById("list_view_experiment_" + panelid);
console.log(list_view_experiment);
for (const entry of scenario_data['experiments']) {
var a = document.createElement('a');
a.href = '/workspace/experiments/'+ entry['experiment_id']+'/';
Expand Down

0 comments on commit 74e4827

Please sign in to comment.