linkong
|
f73fa1ea6d
|
release: bump version to 0.35.0
|
2026-04-22 17:29:24 +08:00 |
|
linkong
|
5b623a6385
|
release: bump version to 0.34.0
|
2026-04-22 12:49:37 +08:00 |
|
linkong
|
b7647379de
|
release: bump version to 0.31.0
|
2026-04-21 18:35:40 +08:00 |
|
linkong
|
40e51d5b20
|
release: bump version to 0.27.4
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-14 13:11:39 +08:00 |
|
rayd1o
|
7cd29cf9c0
|
release: bump version to 0.27.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-14 07:37:45 +08:00 |
|
linkong
|
552e49bde0
|
feat: expand bgp observability surfaces
|
2026-03-31 14:07:28 +08:00 |
|
linkong
|
ac63bba2a2
|
feat: improve bgp incident visibility
|
2026-03-30 17:17:33 +08:00 |
|
linkong
|
2015ab79bd
|
feat: enrich earth bgp event visualization
|
2026-03-27 17:26:17 +08:00 |
|
linkong
|
7a3ca6e1b3
|
fix: refine treemap sizing and add earth bgp collectors
|
2026-03-27 16:35:40 +08:00 |
|
linkong
|
62f2d9f403
|
fix: polish earth legend and info panel interactions
|
2026-03-27 16:01:12 +08:00 |
|
linkong
|
30a29a6e34
|
fix: redesign earth hud interactions and legend behavior
|
2026-03-26 17:58:03 +08:00 |
|
rayd1o
|
c82e1d5a04
|
fix: 修复3D地球坐标映射多个严重bug
## Bug修复详情
### 1. 致命错误:球面距离计算 (calculateDistance)
- 问题:使用勾股定理计算经纬度距离,在球体表面完全错误
- 修复:改用Haversine公式计算球面大圆距离
- 影响:赤道1度=111km,极地1度=19km,原计算误差巨大
### 2. 经度范围规范化 (vector3ToLatLon)
- 问题:Math.atan2返回[-180°,180°],转换后可能超出标准范围
- 修复:添加while循环规范化到[-180, 180]区间
- 影响:避免本初子午线附近返回360°的异常值
### 3. 屏幕坐标转换支持非全屏 (screenToEarthCoords)
- 问题:假设Canvas永远全屏,非全屏时点击偏移严重
- 修复:新增domElement参数,使用getBoundingClientRect()计算相对坐标
- 影响:嵌入式3D地球组件也能精准拾取
### 4. 地球旋转时经纬度映射错误
- 问题:Raycaster返回世界坐标,未考虑地球自转
- 修复:使用earth.worldToLocal()转换到本地坐标空间
- 影响:地球旋转时经纬度显示正确跟随
## 新增功能
- CelesTrak卫星数据采集器
- Space-Track卫星数据采集器
- 卫星可视化模块(500颗,实时SGP4轨道计算)
- 海底光缆悬停显示info-card
- 统一info-card组件
- 工具栏按钮(Stellarium风格)
- 缩放控制(百分比显示)
- Docker volume映射(代码热更新)
## 文件变更
- utils.js: 坐标转换核心逻辑修复
- satellites.js: 新增卫星可视化
- cables.js: 悬停交互支持
- main.js: 悬停/锁定逻辑
- controls.js: 工具栏UI
- info-card.js: 统一卡片组件
- docker-compose.yml: volume映射
- restart.sh: 简化重启脚本
|
2026-03-17 04:10:24 +08:00 |
|