update: 更新kml文件

This commit is contained in:
yarnom 2025-11-14 14:14:57 +08:00
parent f42ef0446a
commit f974fed489
2 changed files with 1204 additions and 1205 deletions

View File

@ -93,7 +93,6 @@
<div id="tileValueTooltip" style="position:absolute;pointer-events:none;z-index:1003;display:none;background:rgba(0,0,0,0.65);color:#fff;font-size:12px;padding:4px 6px;border-radius:4px;"></div>
</div>
<!-- 全屏弹窗KML 详情 -->
<div *ngIf="isKmlDialogOpen" class="fixed inset-0 z-50" style="background:rgba(0,0,0,0.45);display:flex;align-items:center;justify-content:center;">
<div class="bg-white rounded shadow-lg" style="max-height: 80vh; overflow: hidden; border: 1px solid #ddd;">
<div class="px-4 py-2 border-b flex items-center justify-between" style="border-color:#eee;">

File diff suppressed because one or more lines are too long