Split scripts

This commit is contained in:
2025-07-24 13:05:11 +02:00
parent 0df4c7777d
commit c7d9dcde5e
4 changed files with 325 additions and 298 deletions

View File

@@ -68,6 +68,14 @@ MAPBOX - DRAWING
<label>Width Arrow: <input id="widthArrow" type="number" step="1"></label><br>
<label>Length Arrow: <input id="lengthArrow" type="number" step="1"></label><br>
<label>Style:
<select id="styleArrow">
<option value=1>Constant</option>
<option value=2>Linear</option>
<option value=3>Exponential</option>
</select>
</label><br>
<h4>Styling</h4>
<label>Fill Color: <input id="arrowFillColor" type="color" value="#000000"></label><br>
<label>Outline Color: <input id="arrowOutlineColor" type="color" value="#000000"></label><br>