Azgaar / Fantasy-Map-Generator

Web application generating interactive and highly customizable maps
https://azgaar.github.io/Fantasy-Map-Generator
Other
4.48k stars 636 forks source link

Zone borders shown on every cell instead of just the outside #1076

Closed FearNaBoinne closed 2 months ago

FearNaBoinne commented 3 months ago

Zone borders shown on every cell instead of just the outside

Steps to reproduce

  1. Create or select a map
  2. Create a zone and paint it in
  3. Set a border style
  4. See the border around each cell inside the zone instead of around only the outer perimeter

Expected behavior A border around only the outer perimeter

.map file Zones Issue 2024-05-22-12-06.zip

Screenshots 2024-05-22 12_01_14-Azgaar's Fantasy Map Generator v1 97 08 - Brave

System

Azgaar commented 3 months ago

Hello, that's how it works, it was not intended to have external borders only...

FearNaBoinne commented 3 months ago

Ah, ok... It surprised me, as it is literally the only border that shows up on every cell instead of only the perimeter...

Azgaar commented 3 months ago

Yes, here it's so as zones don't get united, each cells is individual. In the future it can be improved

Azgaar commented 2 months ago

Will do it when Zones data is changed, no need to do it now.