fixed 0 index burg bug, more accurate coast detection for burgs

This commit is contained in:
Mészáros Gergely 2021-08-18 01:50:48 +02:00
parent f3d51e677d
commit 40cceac6ec
3 changed files with 100 additions and 75 deletions

View file

@ -22,6 +22,7 @@ const generateSubmap = debounce(async function () {
const settings = {
promoteTown: Boolean(document.getElementById("submapPromoteTown").checked),
depressRivers: Boolean(document.getElementById("submapDepressRivers").checked),
copyBurgs: Boolean(document.getElementById("submapCopyBurgs").checked),
addLakesInDepressions: Boolean(document.getElementById("submapAddLakeInDepression").checked),
}