Error fixes

This commit is contained in:
2025-07-10 17:30:52 +02:00
parent 7157c2502a
commit 9fadc3681a
2 changed files with 50 additions and 78 deletions

View File

@@ -98,13 +98,6 @@ MAPBOX - DRAWING
<button data-style="arrow">Arrow</button>
<!-- další styly můžeš přidat sem -->
</div>
<!-- Box pro výpis -->
<div class="calculation-box">
<p>Click the map to draw a polygon.</p>
<div id="calculated-area"></div>
</div>
<!-- Hlavní JS -->
<script type="module" src="Drawing.js"></script>
</body>