Bree, Isengard, Minas Tirith, Mirkwood, Moria and Rivendell have biome
definitions but no entry in colormap.json, so PngBiomeMap can never
resolve a pixel to them. Six of the most important places in Middle-earth are
currently unreachable.
Fixing this means choosing a unique colour per biome, adding it to
colormap.json, and painting those areas onto map.png in the right
geographic position.
tests/Lotr.Tests has NoNewBiome_IsUnreachableFromTheColourMap with these
six on an allow-list; remove each id from that list as it gets a colour.
Bree, Isengard, Minas Tirith, Mirkwood, Moria and Rivendell have biome
definitions but no entry in
colormap.json, soPngBiomeMapcan neverresolve a pixel to them. Six of the most important places in Middle-earth are
currently unreachable.
Fixing this means choosing a unique colour per biome, adding it to
colormap.json, and painting those areas ontomap.pngin the rightgeographic position.
tests/Lotr.TestshasNoNewBiome_IsUnreachableFromTheColourMapwith thesesix on an allow-list; remove each id from that list as it gets a colour.