mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-02-04 17:24:30 +00:00
11 lines
484 B
HTML
11 lines
484 B
HTML
<div class="card">
|
|
<div class="card-body">
|
|
<h5 class="card-title">Map Features</h5>
|
|
<div class="form-group">
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input storeable-checkbox" type="checkbox" id="mapShowGeodesics" value="mapShowGeodesics" oninput="displayUpdated();">
|
|
<label class="form-check-label" for="mapShowGeodesics">Geodesic Lines</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |