- new BoreholeTool: BoreholeControl.css, BoreholeControl.js, BaseEditor.js, MarkerLayer
- changes in: Picking.js, domUtil.js, Map.js, Layer.js (for popup), main.js, index.html (third data tab) - npm updates
This commit is contained in:
parent
a09db46a03
commit
37d7973071
12 changed files with 830 additions and 150 deletions
21
index.html
21
index.html
|
@ -119,10 +119,10 @@
|
|||
|
||||
<div class="tabs">
|
||||
<ul class="tab-nav">
|
||||
<li class="metadata-link is-active" name="#one">
|
||||
<a>
|
||||
<li class="metadata-link is-active" name="#one">
|
||||
<a>
|
||||
<span class="icon is-small">
|
||||
<i class="fas fa-image" aria-hidden="true"></i>
|
||||
<i class="fas fa-hammer" aria-hidden="true"></i>
|
||||
</span>
|
||||
<span>Geology</span>
|
||||
</a>
|
||||
|
@ -135,6 +135,14 @@
|
|||
<span>Analysis</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="data-link" name="#three">
|
||||
<a>
|
||||
<span class="icon is-small">
|
||||
<i class="fas fa-database" aria-hidden="true"></i>
|
||||
</span>
|
||||
<span>Data</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="tab-content">
|
||||
|
@ -159,10 +167,15 @@
|
|||
<label>
|
||||
<input type="checkbox" id="chkGrid" autocomplete="off" checked>
|
||||
<span class="label-body">set visibility of coordinate grid</span>
|
||||
</label>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="tab-pane content-data" id="three">
|
||||
<div class="panel-section">
|
||||
...coming soon
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue