Skip to content

Commit

Permalink
#169 more large chuncks
Browse files Browse the repository at this point in the history
  • Loading branch information
webgisdeveloper committed Dec 7, 2021
1 parent bdcdae4 commit 6281c22
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions simccs_maptool/templates/simccs_maptool/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2877,22 +2877,6 @@ <h5 class="modal-title">Generate MPS file</h5>
<div><img src="/static/images/sources_snapper_legend.jpg" alt="source_legend" width="80%" height="80%" style="border:1px solidblack"> </div>
</div>
</div>
<!-- <div class="card border-info">
<div class="card-header bg-info text-light">
<strong>Pipeline Transport Data</strong>
</div>
<div class="card-body" >
<div class="form-check">
<input class="form-check-input" type="radio" id="cost_surface">
<label style="font-size: 100%" class="form-check-label" for="cost_surface"><strong>Cost Surface</strong></label>
<br><small>Darker color indicates higher cost.</small>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" id="candidate_network">
<label style="font-size: 100%" class="form-check-label" for="candidate_network"><strong>Candidate Networks</strong></label>
</div>
</div>
</div> -->
<div class="card border-info">
<div class="card-header bg-info text-light">
<strong>Storage and Utilization Sink Data</strong>
Expand Down Expand Up @@ -2934,29 +2918,10 @@ <h5 class="modal-title">Generate MPS file</h5>
<td width="80%"> <div id="slider-range-og-sinkcapacity" data-toggle="tooltip" title="set the min/max capacity"></div></td><td width="5%"></td><td width="15%"><button type="button" data-toggle="tooltip" title="refresh map" class="btn btn-sm btn-light" onclick=refresh_og()><i class="fas fa-redo"></i></span></button></td>
</tr>
</table>
<!-- <div><img src="/static/images/OG_legend.jpg" alt="saline_legend" width="114px" height="96px" style="border:1px solidblack"> </div> -->
</div>
</div>
<!--
<div class="form-check">
<input class="form-check-input" type="radio" id="sink_coal_reservoirs" disabled>
<label style="font-size: 100%;" class="form-check-label" for="sink_coal_reservoirs">Unconventional Coal reservoirs</label>
</div>
-->
<!--
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" id="ordos_sink">
<label style="font-size: 100%;" class="form-check-label" for="ordos_sink">Ordos Sink</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" id="france_sink">
<label style="font-size: 100%;" class="form-check-label" for="france_sink">France Sink</label>
</div>
-->

</div>
<!----
<button type="button" class="btn btn-primary btn-sm btn-block" onclick="show_drawingtool()">Set up working area</button>
---->
<div class="card-footer"/>
<button type="button" class="btn btn-primary btn-sm btn-block btn-success" data-toggle="tooltip" title="click to enable drawing tool on the top right of map" onclick="show_drawingtool()">Set up working area<center>Using drawing tool <img src="/static/images/drawing_tool.jpg" alt="drawing-tool" /> </center></button>

Expand Down

0 comments on commit 6281c22

Please sign in to comment.