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

@ -24,6 +24,9 @@ const generateSubmap = debounce(async function () {
depressRivers: Boolean(document.getElementById("submapDepressRivers").checked),
copyBurgs: Boolean(document.getElementById("submapCopyBurgs").checked),
addLakesInDepressions: Boolean(document.getElementById("submapAddLakeInDepression").checked),
addMilitary: Boolean(document.getElementById("submapAddMilitary").checked),
addMarkers: Boolean(document.getElementById("submapAddMarkers").checked),
addZones: Boolean(document.getElementById("submapAddZones").checked),
}
// Create projection func from current zoom extents