mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 04:21:24 +01:00
fix invalid feature number at burg.ports, option to disable regenerations
This commit is contained in:
parent
968a4725cc
commit
25575b8966
3 changed files with 22 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue