feat(collectors): add ArcGIS landing points and cable-landing relation collectors

- Add ArcGISLandingPointCollector for FeatureServer/1 (landing points)
- Add ArcGISCableLandingRelationCollector for FeatureServer/3 (cable-landing relations)
- Register new collectors in __init__.py
- Fix earth cables.js with cable_id grouping for highlight
This commit is contained in:
rayd1o
2026-03-12 16:37:18 +08:00
parent ceb1b728d5
commit 14d11cd99d
4 changed files with 133 additions and 0 deletions

View File

@@ -312,6 +312,7 @@ export function handleCableClick(cable) {
lockedCable = cable;
const data = cable.userData;
// console.log(data)
updateCableDetails({
name: data.name,
owner: data.owner,