update: 更新kml文件
This commit is contained in:
parent
f42ef0446a
commit
f974fed489
@ -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 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>
|
</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 *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="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;">
|
<div class="px-4 py-2 border-b flex items-center justify-between" style="border-color:#eee;">
|
||||||
|
|||||||
@ -153,7 +153,7 @@
|
|||||||
]]></description>
|
]]></description>
|
||||||
<Style>
|
<Style>
|
||||||
<LineStyle>
|
<LineStyle>
|
||||||
<color>ffff0000</color>
|
<color>ff0000ff</color>
|
||||||
<width>3</width>
|
<width>3</width>
|
||||||
</LineStyle>
|
</LineStyle>
|
||||||
</Style>
|
</Style>
|
||||||
@ -309,7 +309,7 @@
|
|||||||
]]></description>
|
]]></description>
|
||||||
<Style>
|
<Style>
|
||||||
<LineStyle>
|
<LineStyle>
|
||||||
<color>ff00a5ff</color>
|
<color>ff00ffff</color>
|
||||||
<width>3</width>
|
<width>3</width>
|
||||||
</LineStyle>
|
</LineStyle>
|
||||||
</Style>
|
</Style>
|
||||||
@ -467,7 +467,7 @@
|
|||||||
]]></description>
|
]]></description>
|
||||||
<Style>
|
<Style>
|
||||||
<LineStyle>
|
<LineStyle>
|
||||||
<color>ff800080</color>
|
<color>ff00ffff</color>
|
||||||
<width>3</width>
|
<width>3</width>
|
||||||
</LineStyle>
|
</LineStyle>
|
||||||
</Style>
|
</Style>
|
||||||
@ -625,7 +625,7 @@
|
|||||||
]]></description>
|
]]></description>
|
||||||
<Style>
|
<Style>
|
||||||
<LineStyle>
|
<LineStyle>
|
||||||
<color>ffffff00</color>
|
<color>ff00ffff</color>
|
||||||
<width>3</width>
|
<width>3</width>
|
||||||
</LineStyle>
|
</LineStyle>
|
||||||
</Style>
|
</Style>
|
||||||
@ -783,7 +783,7 @@
|
|||||||
]]></description>
|
]]></description>
|
||||||
<Style>
|
<Style>
|
||||||
<LineStyle>
|
<LineStyle>
|
||||||
<color>ffff00ff</color>
|
<color>ff00ffff</color>
|
||||||
<width>3</width>
|
<width>3</width>
|
||||||
</LineStyle>
|
</LineStyle>
|
||||||
</Style>
|
</Style>
|
||||||
@ -941,7 +941,7 @@
|
|||||||
]]></description>
|
]]></description>
|
||||||
<Style>
|
<Style>
|
||||||
<LineStyle>
|
<LineStyle>
|
||||||
<color>ff2a2aa5</color>
|
<color>ff0000ff</color>
|
||||||
<width>3</width>
|
<width>3</width>
|
||||||
</LineStyle>
|
</LineStyle>
|
||||||
</Style>
|
</Style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user