Azgaar / Fantasy-Map-Generator

Web application generating interactive and highly customizable maps

Home Page:https://azgaar.github.io/Fantasy-Map-Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combine Two Maps Into One Map

LiftedStarfish opened this issue · comments

Problem
I often find that it's hard to generate interesting geography for an entire planet, so I prefer to generate continents on their own. However, this ultimately means that I cannot take advantage of one of the best features of this generator, the climate generation tool.

Solution
I would like to be able combine two map files into one, with an interface that allows me to position the maps on a globe relative to one another. This would also likely require an interface to select which wind-heading I want to inherit. I would then be able to run the standard climate generation algorithm on the new, combined map.

Hello, that's close to impossible within the current application. It's easier to create a new tool that will support it rather that add it to the current one. It may be more realistic once the code modernisation effort is done (see #842), but it's far from being completed.

commented

Closing as too hard to implement