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

Heightmap not updated correctly after leaving edit mode (when a lower land area is enclosed in a high land area)

rodrigueslazaro opened this issue · comments

When working with high regions (>2000m), creating a region of lower height and enclosing it with a border of higher hight makes it so the lower region is not updated on the map after exiting the heightmap edit mode.

Steps to reproduce

  1. Click the buttton Heightmap under tab Tools.
  2. Click on Keep on the "Edit Heightmap" popup.
  3. Paint a circular region on the map with 3 cells of radius and heiht 2025, then draw a border around it with height 3025.
  4. Click on Exit Customization

Expected behavior
The heightmap in view mode displays exactly what was drawn.

.map file
heightmap_bug.zip

Screenshots
In edit mode, a range of mountains as described:
image

After leaving edit mode, the bug as described:
image

System

  • Version: v1.89.34
  • Browser: Edge (also tried on Firefox)
  • OS: Windows 11
commented

Hello. There is a limit of complexity the generator can handle. River generation algorithm can to resolve all depressions prior to work. In case of complex depressions with lots of flat surface and no incline it may not be able to handle it. So the solution will be to create more plausible heightmap, will no absolutely flat areas and will clear incline to the nearest water body.

The easiest way to help the algorithm is to add small lake into the middle the enclosed areas. It will allow the algorithm to pour all the water to it and form an endorheic basin.

Thank you! It works now with some modifications. Just trying to make a world artificially modified by aliens, not a lot of plausability around xD. Again, thanks for the tip! Love this tool!