fix invalid feature number at burg.ports, option to disable regenerations

This commit is contained in:
Mészáros Gergely 2021-08-18 21:06:25 +02:00
parent 968a4725cc
commit 25575b8966
3 changed files with 22 additions and 4 deletions

View file

@ -3525,6 +3525,18 @@
<input id="submapAddLakeInDepression" class="checkbox" type="checkbox">
<label for="submapAddLakeInDepression" class="checkbox-label">Add lakes in depressions.</label>
</div>
<div data-tip="Regenerate military data in submap." >
<input id="submapAddMilitary" class="checkbox" type="checkbox">
<label for="submapAddMilitary" class="checkbox-label">Add Military</label>
</div>
<div data-tip="Regenerate markers data in submap." >
<input id="submapAddMarkers" class="checkbox" type="checkbox" checked>
<label for="submapAddMarkers" class="checkbox-label">Add Markers</label>
</div>
<div data-tip="Regenerate military data in submap." >
<input id="submapAddZones" class="checkbox" type="checkbox" checked>
<label for="submapAddZones" class="checkbox-label">Add Zones</label>
</div>
<hr/>
<button id="start" data-tip="Start submap resampling" class="options glow" onclick="generateSubmap()">Generate</button>
</div>