补回 pilot station 图层并更新20海里版本

This commit is contained in:
OpenAI Codex
2026-04-02 13:49:52 +08:00
parent 2f970351c9
commit 86726e3247
3 changed files with 35 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# 项目步骤记录 # 项目步骤记录
最后更新:`2026-04-02 11:56` 最后更新:`2026-04-02 12:03`
仓库:`/root/sourceserver/pbf` 仓库:`/root/sourceserver/pbf`
远端:`ssh://git@nas:2222/tei/pbf.git` 远端:`ssh://git@nas:2222/tei/pbf.git`
@@ -18,8 +18,8 @@
当前页面版本: 当前页面版本:
- `HTML: compare-r18-20260402-1156` - `HTML: compare-r19-20260402-1203`
- `Style: karatsu-final-style-r14-20260402-1145` - `Style: karatsu-final-style-r15-20260402-1203`
- `PBF: karatsu-final-pbf-20nm-20260402-1156-fullrefresh1` - `PBF: karatsu-final-pbf-20nm-20260402-1156-fullrefresh1`
当前仍使用同一张 HTML 做两个 profile 当前仍使用同一张 HTML 做两个 profile
@@ -78,6 +78,25 @@
- 这次回退不是“代码白改了” - 这次回退不是“代码白改了”
- 而是“新 style 压在旧 PBF 上跑”,导致修正无法完整生效 - 而是“新 style 压在旧 PBF 上跑”,导致修正无法完整生效
### 4. `pパイロットステーション` 丢失的原因
- 这个对象不是 PBF 丢了。
- 实际核对结果:
- 原始对象在 `z12/3530/1641`
- 原始层:`pパイロットステーション`
- 原始 `fid = 9002206`
- `分類番号 = 500`
- 当前 final PBF 里也存在对应对象:
- `source-layer = pilot_station_point`
- `class_code = 500`
- `chart_symbol_code = pilot_station`
- 真正问题:
- final style 之前没有 `pilot_station_point` 这一层
- 所以右侧页面虽然有对象,但完全没画出来
- 现已修正:
- 新增 `pilot-station-points`
- 固定使用 `symbol-daytime-500`
## 当前已落地的修正 ## 当前已落地的修正
- 已修正 `nav-light-flare` 过滤逻辑 - 已修正 `nav-light-flare` 过滤逻辑

View File

@@ -323,7 +323,7 @@
<script src="https://unpkg.com/maplibre-gl@4.7.1/dist/maplibre-gl.js"></script> <script src="https://unpkg.com/maplibre-gl@4.7.1/dist/maplibre-gl.js"></script>
<script> <script>
const HTML_VERSION = "compare-r18-20260402-1156"; const HTML_VERSION = "compare-r19-20260402-1203";
const ORIGINAL_STYLE_URL = "./style.json"; const ORIGINAL_STYLE_URL = "./style.json";
const ORIGINAL_TILE_URL = "http://192.168.200.184/newpec/exported_auto/tile.mapple-on.jp__newpec-mvt-20260106__z___x___y_.pbf/tiles/{z}/{x}/{y}.pbf"; const ORIGINAL_TILE_URL = "http://192.168.200.184/newpec/exported_auto/tile.mapple-on.jp__newpec-mvt-20260106__z___x___y_.pbf/tiles/{z}/{x}/{y}.pbf";
const PROFILES = { const PROFILES = {
@@ -334,7 +334,7 @@
deliveryPaneLabel: "最终 release style + 唐津 20 海里 final PBF", deliveryPaneLabel: "最终 release style + 唐津 20 海里 final PBF",
deliveryStyleUrl: "./domain/style.navsea-delivery-karatsu-20nm-final.json", deliveryStyleUrl: "./domain/style.navsea-delivery-karatsu-20nm-final.json",
deliveryTileUrl: "http://192.168.200.184/pbf-delivery-karatsu-20nm-final/{z}/{x}/{y}.pbf", deliveryTileUrl: "http://192.168.200.184/pbf-delivery-karatsu-20nm-final/{z}/{x}/{y}.pbf",
deliveryStyleVersion: "karatsu-final-style-r14-20260402-1145", deliveryStyleVersion: "karatsu-final-style-r15-20260402-1203",
deliveryPbfVersion: "karatsu-final-pbf-20nm-20260402-1156-fullrefresh1", deliveryPbfVersion: "karatsu-final-pbf-20nm-20260402-1156-fullrefresh1",
deliveryStyleFile: "style.navsea-delivery-karatsu-20nm-final.json", deliveryStyleFile: "style.navsea-delivery-karatsu-20nm-final.json",
deliveryPbfName: "pbf-delivery-karatsu-20nm-final", deliveryPbfName: "pbf-delivery-karatsu-20nm-final",

View File

@@ -2004,6 +2004,17 @@
] ]
} }
}, },
{
"id": "pilot-station-points",
"type": "symbol",
"source": "navsea_delivery",
"source-layer": "pilot_station_point",
"layout": {
"icon-allow-overlap": true,
"icon-ignore-placement": true,
"icon-image": "symbol-daytime-500"
}
},
{ {
"id": "landmark-points", "id": "landmark-points",
"type": "symbol", "type": "symbol",