udpate sick

This commit is contained in:
Dongho Kim
2025-12-22 04:33:54 +09:00
parent 136723ca24
commit 3885ddd977
16 changed files with 689 additions and 190 deletions

View File

@@ -520,6 +520,18 @@
<div class="compass-center"></div>
</div>
<!-- Canvas for GPU-based label rendering (Apple Maps approach) -->
<canvas id="label-canvas" style="
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
background: transparent;
"></canvas>
<div id="labels"></div>
<style>