feat: swap map to high-res color-corrected Dereth map
Replace dereth.png with Thwargle's highres_colorCorrect.png (2041x2041). Same coordinate bounds (-102.1 to 102.1), dimensions read dynamically. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
60eab15fff
commit
f6301a8cab
2 changed files with 1 additions and 1 deletions
BIN
static/dereth_highres.png
Normal file
BIN
static/dereth_highres.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 MiB |
|
|
@ -114,7 +114,7 @@
|
|||
<!-- Main map container showing terrain and player data -->
|
||||
<div id="mapContainer">
|
||||
<div id="mapGroup">
|
||||
<img id="map" src="dereth.png" alt="Dereth map">
|
||||
<img id="map" src="dereth_highres.png" alt="Dereth map">
|
||||
<canvas id="heatmapCanvas"></canvas>
|
||||
<svg id="trails"></svg>
|
||||
<div id="dots"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue