TIN 컬러맵에서 파란색 제거 (물과 혼동) #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
사용자 피드백 #3: 지형도(TIN 생성 결과) 컬러맵은 파란색을 사용하지 않아야 함. 물과 헷갈림.
적용 결과
scanvas_maker.py:35_TIN_EARTH_CMAP정의 (LinearSegmentedColormap):#3F2E1A(저지대 짙은 갈색) →#6E5235(토양) →#9C7B4F(황토) →#C7AA7C(모래) →#E5D5B0(고지) →#F5EBD3(정상 광택)terrain(파란색 포함) 완전 대체.상태: 완료.
Closed — 완전 적용.
scanvas_maker.py:35_TIN_EARTH_CMAP(LinearSegmentedColormap) 정의: 짙은 갈색 → 황토 → 모래 → 광택. 파란색 0.terrain완전 대체. 물 메시와 색 분리 확보.Resolved by
b9342f6(정의) +e9cc6bf(검증 commit history).