Aesthetic changes to map layers control

This commit is contained in:
D. Berge
2025-07-28 12:09:02 +02:00
parent 9f91b1317f
commit f768f31b62

View File

@@ -11,7 +11,7 @@
<v-icon>mdi-menu</v-icon> <v-icon>mdi-menu</v-icon>
</div> </div>
<div class="map-overlay-inner"> <div class="map-overlay-inner">
<h3>Layers</h3> <h3>Background</h3>
<form> <form>
<input id="lyr-osm" type="checkbox" value="osm" v-model="layerSelection"/> <input id="lyr-osm" type="checkbox" value="osm" v-model="layerSelection"/>
<label for="lyr-osm">OpenStreetMap</label> <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> <label for="lyr-nau" title="Scan of Norway's nautical charts">Nautical charts (NO)</label>
</form> </form>
<hr class="my-2"/> <hr class="my-2"/>
<div class="lines-points"> <h3>Layers</h3>
<div class="lines-points">
<span>Vessel track</span> <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> <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 lines available --></label>
<label><!-- No heatmap available --></label> <label><!-- No heatmap available --></label>
</div> </div>
<!-- <!--
<input id="lyr-psl" type="checkbox" value="psl" v-model="layerSelection"/> <input id="lyr-psl" type="checkbox" value="psl" v-model="layerSelection"/>
<label for="lyr-psl" title="Vessel preplots">Sail lines</label> <label for="lyr-psl" title="Vessel preplots">Sail lines</label>