[UNI-49] feat : 지도 페이지 구현 (지도 메인, 장소 상세, 건물 검색, 경로 검색) (UNI-50, UNI-55)#20
Merged
[UNI-49] feat : 지도 페이지 구현 (지도 메인, 장소 상세, 건물 검색, 경로 검색) (UNI-50, UNI-55)#20
Conversation
jpark0506
approved these changes
Jan 31, 2025
Contributor
jpark0506
left a comment
There was a problem hiding this comment.
LGLGTMTM 어려운 로직이었을텐데 구현하느라 고생하셨습니다
Comment on lines
+125
to
+132
| if (isActive) { | ||
| for (const marker of markers) { | ||
| marker.map = map; | ||
| } | ||
| } else { | ||
| for (const marker of markers) { | ||
| marker.map = null; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣ 작업 내용
1. 지도 메인 페이지 (건물 마커, 위험 | 주의 마커)
2. 장소 상세 페이지
3. 건물 검색 페이지
4. 경로 검색 페이지
핵심 기능
1. Zustand 적용
2. GlobalState로 출발지, 도착지 관리
3. GlobalState로 빌딩 검색을 관리
4. Marker Content 동적으로 변경
2025-01-31.11.42.52.mp4
5. Marker Anchor 설정
6. Marker Toggle (On/Off)
2025-01-31.11.40.57.mp4
성능 측정
동작 확인
Uploading 화면 기록 2025-01-31 오후 12.31.27.mp4…