Export waypoints from BRouter-web interface. Counterpart of https://github.com/abrensch/brouter/pull/170

This commit is contained in:
Phyks (Lucas Verney) 2019-07-16 12:07:54 +02:00
parent ea9cc49dd4
commit c1169c5c6a
5 changed files with 42 additions and 8 deletions

View file

@ -680,6 +680,28 @@
</label>
</div>
</div>
<legend
class="col-form-label col-sm-2"
data-i18n="export.exportWaypoints"
>
<label
class="form-check-label"
for="export-waypoints"
>
Include waypoints
</label>
</legend>
<div class="col-sm-10">
<div class="form-check">
<input
class="form-check-input"
id="export-waypoints"
type="checkbox"
name="export-waypoints"
value="1"
/>
</div>
</div>
</div>
</fieldset>
<div class="modal-footer">