ci: Gitea Actions CI/CD 파이프라인 + 기능 업데이트 #2

병합
htlee develop 에서 main 로 59 commits 를 머지했습니다 2026-02-16 07:35:55 +09:00
Showing only changes of commit dc702728be - Show all commits

파일 보기

@ -960,7 +960,8 @@ function injectOceanBathymetryLayers(style: StyleSpecification, maptilerKey: str
"symbol-placement": "line",
"text-field": depthLabel,
"text-font": ["Noto Sans Regular", "Open Sans Regular"],
"text-size": ["interpolate", ["linear"], ["zoom"], 10, 10, 12, 12],
// Make depth labels more legible on both mercator + globe.
"text-size": ["interpolate", ["linear"], ["zoom"], 10, 12, 12, 14, 14, 15],
"text-allow-overlap": false,
"text-padding": 2,
"text-rotation-alignment": "map",