Skip to content

Commit

Permalink
Update resilientCommunity.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidArmahJr authored Apr 8, 2024
1 parent 4fc7cd3 commit 1320706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omf/models/resilientCommunity.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
var mapContent = allOutputData["resilienceMap"]
var iframe = document.createElement('iframe');
iframe.style = 'width:1000px; height:800px; border-radius:8px;'
document.getElementById('resilienceMap').innerHTML = '<div class="img-div" style="position:relative;left:0;bottom:-800px;"><img style="position:relative" src="~/omf/omf/static/testFiles/resilientCommunity/legend.png"></div>';
document.getElementById('resilienceMap').innerHTML = '<div class="img-div" style="position:relative;left:0;bottom:-800px;"><img style="position:relative" src="legend.png"></div>';
document.getElementById('resilienceMap').appendChild(iframe);
iframe.contentWindow.document.open();
iframe.contentWindow.document.write(mapContent);
Expand Down

0 comments on commit 1320706

Please sign in to comment.