Merge branch 'master' of https://github.com/Azgaar/Fantasy-Map-Generator into urquhart-routes

This commit is contained in:
Azgaar 2024-06-02 17:56:59 +02:00
commit a3a858d609
135 changed files with 29373 additions and 101 deletions

View file

@ -752,6 +752,8 @@ export function resolveVersionConflicts(version) {
const curve = curveTypes[terrs.attr("curve")] || "curveBasisClosed";
terrs
.attr("opacity", null)
.attr("filter", null)
.attr("mask", null)
.attr("scheme", null)
.attr("terracing", null)
@ -770,6 +772,7 @@ export function resolveVersionConflicts(version) {
.attr("skip", 0)
.attr("relax", 1)
.attr("curve", curve);
terrs
.append("g")
.attr("id", "landHeights")

View file

@ -1427,7 +1427,7 @@ function openStateMergeDialog() {
if (element) {
element.id = newId;
element.dataset.state = rulingStateId;
element.dataset.i = newIndex;
element.dataset.id = newIndex;
rulingStateArmy.appendChild(element);
}
});

View file

@ -76,6 +76,8 @@ function getMapInfo() {
description: "Azgaar's Fantasy Map Generator output: azgaar.github.io/Fantasy-map-generator",
exportedAt: new Date().toISOString(),
mapName: mapName.value,
width: graphWidth,
height: graphHeight,
seed,
mapId
};