Restore red green light markers on 20nm compare
This commit is contained in:
@@ -46,7 +46,7 @@ Remote: `ssh://git@nas:2222/tei/pbf.git`
|
||||
- 对比页必须保持左右联动和点击拾取功能可用
|
||||
- 对比页每次可见修改都必须 bump 版本号,并显示在“重新加载”按钮附近
|
||||
- 当前固定对比页版本号:
|
||||
- `20nm-r6-20260331-2039`
|
||||
- `20nm-r7-20260331-2044`
|
||||
- 这个版本号同时作为 style / tile reload 的 cache-busting 基准
|
||||
|
||||
## Detail PBF JP Field Inventory
|
||||
@@ -311,6 +311,13 @@ Remote: `ssh://git@nas:2222/tei/pbf.git`
|
||||
- 灯塔/小灯/大量点图标明显恢复
|
||||
- 本轮用于机器复核的截图:
|
||||
- `/tmp/navsea-compare-r6.png`
|
||||
- `r7` 版本修正:
|
||||
- 用户确认“不要灯塔外圈,但红绿标识仍要保留”
|
||||
- 因此前一轮把 `nav-light-flare` 和 `nav-light-arc` 一起关闭属于误伤
|
||||
- 当前策略改为:
|
||||
- 恢复 `nav-light-flare`
|
||||
- 继续关闭 `nav-light-arc`
|
||||
- 即保留红绿小标识,不恢复灯塔环/扇形
|
||||
|
||||
线上已同步:
|
||||
|
||||
|
||||
@@ -305,7 +305,7 @@
|
||||
|
||||
<script src="https://unpkg.com/maplibre-gl@4.7.1/dist/maplibre-gl.js"></script>
|
||||
<script>
|
||||
const COMPARE_VERSION = "20nm-r6-20260331-2039";
|
||||
const COMPARE_VERSION = "20nm-r7-20260331-2044";
|
||||
const ORIGINAL_STYLE_URL = "./style.json";
|
||||
const DELIVERY_STYLE_URL = "./domain/style.navsea-delivery-karatsu-10nm.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";
|
||||
|
||||
@@ -1324,8 +1324,9 @@
|
||||
"source": "navsea_delivery",
|
||||
"source-layer": "navigation_marks",
|
||||
"layout": {
|
||||
"visibility": "none",
|
||||
"icon-allow-overlap": true,
|
||||
"icon-ignore-placement": true,
|
||||
"icon-size": 1.0,
|
||||
"icon-image": [
|
||||
"match",
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user