- grid coordinate layer with horizontal x values

- only DemLayer and TinLayer in LayerControl
- toggling visibility of grid coordinate layer in analysis tab
This commit is contained in:
Arno Kaimbacher 2021-03-11 17:52:37 +01:00
parent 87496903e6
commit 78ae3e2a63
5 changed files with 44 additions and 14 deletions

View file

@ -129,6 +129,14 @@
</div>
</div>
<div class="panel-section section-functions">
<h5>Functions</h5>
<label>
<input type="checkbox" id="chkGrid" autocomplete="off" checked>
<span class="label-body">set visibility of coordinate grid</span>
</label>
</div>
</div>
</div>
</div>