mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:27:07 +00:00
Aesthetic changes to map layers control
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<v-icon>mdi-menu</v-icon>
|
||||
</div>
|
||||
<div class="map-overlay-inner">
|
||||
<h3>Layers</h3>
|
||||
<h3>Background</h3>
|
||||
<form>
|
||||
<input id="lyr-osm" type="checkbox" value="osm" v-model="layerSelection"/>
|
||||
<label for="lyr-osm">OpenStreetMap</label>
|
||||
@@ -23,9 +23,11 @@
|
||||
<label for="lyr-nau" title="Scan of Norway's nautical charts">Nautical charts (NO)</label>
|
||||
</form>
|
||||
|
||||
<hr class="my-2"/>
|
||||
<hr class="my-2"/>
|
||||
|
||||
<div class="lines-points">
|
||||
<h3>Layers</h3>
|
||||
|
||||
<div class="lines-points">
|
||||
|
||||
<span>Vessel track</span>
|
||||
<label title="Show points"><v-icon small left class="mx-0">mdi-vector-point</v-icon> <input type="checkbox" value="navp" v-model="layerSelection"/></label>
|
||||
@@ -62,7 +64,7 @@
|
||||
<label><!-- No lines available --></label>
|
||||
<label><!-- No heatmap available --></label>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<input id="lyr-psl" type="checkbox" value="psl" v-model="layerSelection"/>
|
||||
<label for="lyr-psl" title="Vessel preplots">Sail lines</label>
|
||||
|
||||
Reference in New Issue
Block a user