补回 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`
远端:`ssh://git@nas:2222/tei/pbf.git`
@@ -18,8 +18,8 @@
当前页面版本:
- `HTML: compare-r18-20260402-1156`
- `Style: karatsu-final-style-r14-20260402-1145`
- `HTML: compare-r19-20260402-1203`
- `Style: karatsu-final-style-r15-20260402-1203`
- `PBF: karatsu-final-pbf-20nm-20260402-1156-fullrefresh1`
当前仍使用同一张 HTML 做两个 profile
@@ -78,6 +78,25 @@
- 这次回退不是“代码白改了”
- 而是“新 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` 过滤逻辑