Added 100k to 1M cells in options.js and index.html

This commit is contained in:
barrulus 2025-08-24 14:56:51 +01:00
parent c85db3b3e1
commit fecbae826c
2 changed files with 11 additions and 4 deletions

View file

@ -1564,7 +1564,7 @@
data-stored="points"
type="range"
min="1"
max="13"
max="20"
value="4"
data-cells="10000"
/>
@ -5807,7 +5807,7 @@
<div data-tip="Set points (cells) number of the submap" style="display: flex; gap: 1em">
<div>Points number</div>
<div>
<input id="submapPointsInput" type="range" min="1" max="13" value="4" />
<input id="submapPointsInput" type="range" min="1" max="20" value="4" />
<output id="submapPointsFormatted" style="color: #053305">10K</output>
</div>
</div>
@ -5838,7 +5838,7 @@
>
<div>Points number</div>
<div>
<input id="transformPointsInput" type="range" min="1" max="13" value="4" />
<input id="transformPointsInput" type="range" min="1" max="20" value="4" />
<output id="transformPointsFormatted" style="color: #053305">10K</output>
</div>