Merge pull request 'refactor: OpenLayers → MapLibre GL JS 완전 전환 (Phase 3 Step 2)' (#1) from refactor/maplibre-migration into develop

Reviewed-on: #1
This commit is contained in:
htlee 2026-02-15 17:52:58 +09:00
커밋 ecaf203676
672개의 변경된 파일11143개의 추가작업 그리고 5688개의 파일을 삭제

파일 보기

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
#============================================================================== #==============================================================================
# pre-commit hook (React JavaScript) # pre-commit hook (React TypeScript)
# ESLint 검증 — 실패 시 커밋 차단 # ESLint 검증 — 실패 시 커밋 차단
#============================================================================== #==============================================================================
@ -19,7 +19,7 @@ fi
# ESLint 검증 (설정 파일이 있는 경우만) # ESLint 검증 (설정 파일이 있는 경우만)
if [ -f ".eslintrc.js" ] || [ -f ".eslintrc.json" ] || [ -f ".eslintrc.cjs" ] || [ -f "eslint.config.js" ] || [ -f "eslint.config.mjs" ]; then if [ -f ".eslintrc.js" ] || [ -f ".eslintrc.json" ] || [ -f ".eslintrc.cjs" ] || [ -f "eslint.config.js" ] || [ -f "eslint.config.mjs" ]; then
echo "pre-commit: ESLint 검증 중..." echo "pre-commit: ESLint 검증 중..."
npx eslint src/ --ext .js,.jsx --quiet 2>&1 npx eslint src/ --quiet 2>&1
LINT_RESULT=$? LINT_RESULT=$?
if [ $LINT_RESULT -ne 0 ]; then if [ $LINT_RESULT -ne 0 ]; then

7
.gitignore vendored
파일 보기

@ -31,8 +31,5 @@ Desktop.ini
.claude/settings.local.json .claude/settings.local.json
.claude/scripts/ .claude/scripts/
# TypeScript files (메인 프로젝트 참조용, 빌드/커밋 제외) # TypeScript config (vite.config.ts 등은 추적)
**/*.ts # tsconfig*.json은 추적
**/*.tsx
# tracking VesselListManager (참조용)
src/tracking/components/VesselListManager/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More